1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name exact-image |
---|
6 | version 0.8.0 |
---|
7 | platforms darwin |
---|
8 | maintainers nomaintainer |
---|
9 | categories graphics |
---|
10 | description ExactImage is a fast C++ image processing library. |
---|
11 | homepage http://www.exactcode.de/site/open_source/exactimage/ |
---|
12 | master_sites http://dl.exactcode.de/oss/exact-image/ |
---|
13 | |
---|
14 | use_bzip2 yes |
---|
15 | |
---|
16 | checksums md5 06ac3816176417064dd7919e4416dd5a \ |
---|
17 | sha1 9e02c79f117b942ef81a0897cc512375c537d40f \ |
---|
18 | rmd160 d8c71f2ddf0002b0a969b2237aea53c47d9e1166 |
---|
19 | |
---|
20 | long_description \ |
---|
21 | ExactImage is a fast C++ image processing library. Unlike ImageMagick, it \ |
---|
22 | allows operation in several color spaces and bit depths natively, resulting in \ |
---|
23 | much lower memory and computational requirements. Some optimized algorithms \ |
---|
24 | operate in 1/20 of the time ImageMagick requires, and displaying large images \ |
---|
25 | can be as fast as 1/10 of the time the "display" program takes. |
---|
26 | |
---|
27 | depends_lib port:antigraingeometry \ |
---|
28 | port:expat \ |
---|
29 | port:jasper \ |
---|
30 | port:jpeg \ |
---|
31 | port:lcms \ |
---|
32 | port:libpng \ |
---|
33 | port:tiff \ |
---|
34 | port:freetype |
---|
35 | |
---|
36 | configure.args --without-evas \ |
---|
37 | --without-libungif |
---|
38 | configure.cflags-append "-I${prefix}/include" |
---|
39 | patchfiles patch-configure.diff |
---|