1 | # $Id: $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name simage |
---|
5 | version 1.6.1 |
---|
6 | description library for loading and saving images, sound and video |
---|
7 | long_description TODO \ |
---|
8 | JPEG, PNG, GIF, TIFF are enabled. \ |
---|
9 | AVI, MPEG2, Ogg Vorbis, and QImage are NOT enabled. |
---|
10 | |
---|
11 | categories graphics devel |
---|
12 | homepage http://www.coin3d.org/lib/simage/ |
---|
13 | platforms darwin |
---|
14 | maintainers cssdev@mac.com |
---|
15 | master_sites http://ftp.coin3d.org/coin/src/all/ |
---|
16 | checksums md5 d4c836ab282388392a65cd0650f224c5 |
---|
17 | |
---|
18 | depends_lib port:jpeg \ |
---|
19 | port:libpng \ |
---|
20 | port:libsndfile \ |
---|
21 | port:libungif \ |
---|
22 | port:tiff \ |
---|
23 | port:zlib |
---|
24 | |
---|
25 | use_configure yes |
---|
26 | configure.args --disable-quicktime --with-ungif=${prefix} \ |
---|
27 | --with-jpeg=${prefix} --with-zlib=${prefix} \ |
---|
28 | --with-png=${prefix} --with-tiff=${prefix} \ |
---|
29 | --with-libsndfile=${prefix} |
---|