Last change
on this file since 11593 was
11593,
checked in by jkh, 15 years ago
|
The disposition of the dlopen() and poll() routines has evolved over 3 releases. Properly
conditionalize usage of this in the ports that need it to ensure that builds on Jaguar, Panther
and Tiger all work.
|
-
Property svn:eol-style set to
native
|
File size:
1018 bytes
|
Line | |
---|
1 | # $Id: Portfile,v 1.9 2005/04/04 10:08:37 jkh Exp $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name libart_lgpl |
---|
5 | version 2.3.17 |
---|
6 | categories graphics |
---|
7 | maintainers darwinports@opendarwin.org |
---|
8 | description fast 2D image manipulation library |
---|
9 | homepage http://www.levien.com/libart/ |
---|
10 | platforms darwin |
---|
11 | |
---|
12 | long_description Libart is a library for high-performance 2D graphics. \ |
---|
13 | It supports a very powerful imaging model, basically the \ |
---|
14 | same as SVG and the Java 2D API. It includes all \ |
---|
15 | PostScript imaging operations, and adds antialiasing and \ |
---|
16 | alpha-transparency. It is also highly tuned for \ |
---|
17 | incremental rendering. It contains data structures and \ |
---|
18 | algorithms suited to rapid, precise computation of Region \ |
---|
19 | of Interest, and a two-phase rendering pipeline optimized \ |
---|
20 | for interactive display. |
---|
21 | |
---|
22 | master_sites gnome:sources/libart_lgpl/2.3 |
---|
23 | |
---|
24 | checksums md5 dfca42529393c8a8f59dc4dc10675a46 |
---|
25 | |
---|
26 | use_bzip2 yes |
---|
27 | |
---|
28 | depends_lib lib:libintl.3:gettext |
---|
29 | depends_build bin:pkg-config:pkgconfig |
---|
30 | |
---|
31 | platform darwin 6 { depends_lib-append lib:libdl:dlcompat } |
---|
Note: See
TracBrowser
for help on using the repository browser.