1 | package require port 1.0 |
---|
2 | name libsndfile |
---|
3 | version 1.0.3 |
---|
4 | revision 0 |
---|
5 | categories audio |
---|
6 | maintainers sean@sfarc.net |
---|
7 | description Library for reading and writing audio files |
---|
8 | 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. |
---|
9 | platforms darwin |
---|
10 | master_sites http://www.zipworld.com.au/~erikd/libsndfile/ |
---|
11 | checksums md5 73866f565ea98d911065e70d0a1a5672 |
---|
12 | |
---|
13 | contents bin/sndfile-convert \ |
---|
14 | bin/sndfile-info \ |
---|
15 | bin/sndfile-play \ |
---|
16 | include/sndfile.h \ |
---|
17 | lib/libsndfile.1.0.3.dylib \ |
---|
18 | lib/libsndfile.1.dylib \ |
---|
19 | lib/libsndfile.a \ |
---|
20 | lib/libsndfile.dylib \ |
---|
21 | lib/libsndfile.la \ |
---|
22 | lib/pkgconfig/sndfile.pc \ |
---|
23 | man/man1/sndfile-convert.1 \ |
---|
24 | man/man1/sndfile-info.1 \ |
---|
25 | man/man1/sndfile-play.1 \ |
---|
26 | share/octave/site/m/sndfile_load.m \ |
---|
27 | share/octave/site/m/sndfile_play.m \ |
---|
28 | share/octave/site/m/sndfile_save.m |
---|