1 | # $Id: Portfile,v 1.7 2003/03/03 06:10:41 mij Exp $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name libsndfile |
---|
5 | version 1.0.4 |
---|
6 | revision 1 |
---|
7 | categories audio |
---|
8 | maintainers sean@sfarc.net |
---|
9 | description Library for reading and writing audio files |
---|
10 | long_description libsndfile is a C library for reading and writing sound files such as AIFF, AU and WAV files through one standard interface. It can currently read/write 8, 16, 24 and 32-bit PCM files as well as 32-bit floating point WAV files and a number of compressed formats. |
---|
11 | homepage http://www.zip.com.au/~erikd/libsndfile/ |
---|
12 | platforms darwin |
---|
13 | master_sites http://www.zipworld.com.au/~erikd/libsndfile/ |
---|
14 | checksums md5 33929011f48fa2a4b72baf54c69196c5 |
---|
15 | post-patch { |
---|
16 | reinplace "s|-flat_namespace -undefined suppress|-undefined error|g" ${worksrcpath}/configure |
---|
17 | } |
---|
18 | configure.args --disable-static |
---|
19 | |
---|