diff options
author | wiz <wiz@pkgsrc.org> | 2003-12-08 14:33:47 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-12-08 14:33:47 +0000 |
commit | 12ee165becbf37b977168aa254ae0f8994a43c83 (patch) | |
tree | e8cee44daffcf0303c6fcfe781f0d091caf9ee04 /audio/libao/PLIST | |
parent | cb915b8b562e9b2bf25474066c43a31d14ffec87 (diff) | |
download | pkgsrc-12ee165becbf37b977168aa254ae0f8994a43c83.tar.gz |
Update to 0.8.4:
* Incorporated OS X patches from the Fink team.
* AIX output plugin by Stefan Tibus.
* Improvements in plugin detection code by David Walser, especially
when ESD or aRts are present.
* NAS plugin from Antoine Mathys.
* Portability fixes for various platforms (including dlopen() bugs)
including HP-UX and *BSD.
* Memory/resource leak fixes
* Significant fixes to ALSA 0.9.x plugin by Kevin Cody, Jr. This
should fix stuttering audio for mpg321 users. The --enable-alsa09-mmap
option to ./configure turns on memory-mapped I/O. Note this is
an experimental feature and causes some problems with some sound
card drivers and also users of the dmix software mixer.
Diffstat (limited to 'audio/libao/PLIST')
-rw-r--r-- | audio/libao/PLIST | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/libao/PLIST b/audio/libao/PLIST index 42fa14c6147..a5f3f59303b 100644 --- a/audio/libao/PLIST +++ b/audio/libao/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2003/10/03 18:31:18 xtraeme Exp $ +@comment $NetBSD: PLIST,v 1.7 2003/12/08 14:33:47 wiz Exp $ include/ao/ao.h include/ao/os_types.h include/ao/plugin.h @@ -12,7 +12,8 @@ lib/libao.a lib/libao.la lib/libao.so lib/libao.so.3 -lib/libao.so.3.1 +lib/libao.so.3.2 +lib/pkgconfig/ao.pc man/man5/libao.conf.5 share/aclocal/ao.m4 share/doc/${PKGNAME}/ao_append_option.html |