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 simage is a library capable of loading, manipulating \ |
---|
8 | and saving images, creating and saving movies (AVI and mpeg), and \ |
---|
9 | loading audio. The simage library relies heavily on 3rd party \ |
---|
10 | libraries to perform these tasks. |
---|
11 | |
---|
12 | categories graphics devel |
---|
13 | homepage http://www.coin3d.org/lib/simage/ |
---|
14 | platforms darwin |
---|
15 | maintainers cssdev@mac.com |
---|
16 | master_sites http://ftp.coin3d.org/coin/src/all/ |
---|
17 | checksums md5 d4c836ab282388392a65cd0650f224c5 |
---|
18 | |
---|
19 | depends_lib port:jpeg \ |
---|
20 | port:libpng \ |
---|
21 | port:libsndfile \ |
---|
22 | port:libungif \ |
---|
23 | port:tiff \ |
---|
24 | port:zlib |
---|
25 | |
---|
26 | use_configure yes |
---|
27 | configure.args --disable-quicktime --with-ungif=${prefix} \ |
---|
28 | --with-jpeg=${prefix} --with-zlib=${prefix} \ |
---|
29 | --with-png=${prefix} --with-tiff=${prefix} \ |
---|
30 | --with-libsndfile=${prefix} |
---|