# $Id: Portfile,v 1.1 2005/08/14 11:37:29 olegb Exp $ PortSystem 1.0 name simage version 1.6.1 description library for loading and saving images, sound and video long_description simage is a library capable of loading, manipulating \ and saving images, creating and saving movies (AVI and mpeg), and \ loading audio. The simage library relies heavily on 3rd party \ libraries to perform these tasks. categories graphics devel homepage http://www.coin3d.org/lib/simage/ platforms darwin maintainers cssdev@mac.com master_sites http://ftp.coin3d.org/coin/src/all/ checksums md5 d4c836ab282388392a65cd0650f224c5 depends_lib port:jpeg \ port:libpng \ port:libsndfile \ port:libungif \ port:tiff \ port:zlib use_configure yes configure.args --disable-quicktime --with-ungif=${prefix} \ --with-jpeg=${prefix} --with-zlib=${prefix} \ --with-png=${prefix} --with-tiff=${prefix} \ --with-libsndfile=${prefix}