diff options
author | wiz <wiz@pkgsrc.org> | 2003-05-23 09:30:10 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-05-23 09:30:10 +0000 |
commit | 71453e7c63ec33cd29bafdd3622c8b0b8594a62d (patch) | |
tree | 5aae7de527833f09b5e004445ffea590a39434c8 /audio/libsndfile/PLIST | |
parent | 54d0c29e9440f5be0f157f1659df1fd2396ed813 (diff) | |
download | pkgsrc-71453e7c63ec33cd29bafdd3622c8b0b8594a62d.tar.gz |
Update to 1.0.5:
* 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.
Diffstat (limited to 'audio/libsndfile/PLIST')
-rw-r--r-- | audio/libsndfile/PLIST | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/libsndfile/PLIST b/audio/libsndfile/PLIST index 599181269f4..1d518b2b241 100644 --- a/audio/libsndfile/PLIST +++ b/audio/libsndfile/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2003/03/02 22:26:37 wiz Exp $ +@comment $NetBSD: PLIST,v 1.6 2003/05/23 09:30:10 wiz Exp $ bin/sndfile-convert bin/sndfile-info bin/sndfile-play @@ -7,7 +7,7 @@ lib/libsndfile.a lib/libsndfile.la lib/libsndfile.so lib/libsndfile.so.1 -lib/libsndfile.so.1.4 +lib/libsndfile.so.1.5 lib/pkgconfig/sndfile.pc man/man1/sndfile-convert.1 man/man1/sndfile-info.1 |