summaryrefslogtreecommitdiff
path: root/audio/libsndfile
AgeCommit message (Collapse)AuthorFilesLines
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-05-23Update to 1.0.5:wiz3-7/+7
* Added support for HTK files. * Added new function sf_open_fd() to allow for secure opening of temporary files as well as reading/writing sound files embedded within larger container files. * Added string support for AIFF files. * Minor bug fixes and code cleanups.
2003-03-02Update to 1.0.4, requested by adam.wiz3-8/+8
Changes since 1.0.3: * Added suport of PVF and XI files. * Added functionality for setting and retrieving strings from sound files. * Minor code cleanups and bug fixes.
2003-01-02The lib/pkgconfig has been added to the list of standard directories, so dojmmv1-2/+1
not try to remove it, even if empty.
2002-12-14Update libsndfile to 1.0.3.jmmv6-46/+20
There have been several changes since 1.0.1, but the most important ones are (according to the homepage): - Version 1.0.2 (Nov 24 2002) Added VOX ADPCM format. - Version 1.0.3 (Dec 09 2002) Fixes for Linux on ia64 CPUs.
2002-10-18Make this package OSS-aware.jlam4-5/+99
2002-09-30Do previous "The Right Way".skrll4-6/+30
2002-09-28Add -lm to LIBS, somehow needed for it to be included in libsndfile.la.wiz1-1/+5
2002-09-28Update to 1.0.1.wiz3-7/+13
Changes: Version 1.0.1 (2002-09-14) * Added MAT and MAT5 file formats. * Minor bug fixes.
2002-08-31Convert to buildlink2.wiz1-2/+2
2002-08-31Not used.wiz1-40/+0
2002-08-31Add buildlink2.mk file provided in pkg/18121 by Julio Merino, with minorjlam1-0/+21
change by me.
2002-08-23add libsndfile 1.0.0dillo5-0/+77
Libsndfile is a C library for reading and writing files containing sampled sound (such as MS Windows WAV and the Apple/SGI AIFF format) through one standard library interface.