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 | 534d110ac438bf9860893e7c5cecf3e7d3aec570 (patch) | |
tree | e8cee44daffcf0303c6fcfe781f0d091caf9ee04 /audio/libao/Makefile.common | |
parent | c740d90a47ae5577214811582f7e688af8ec8c0e (diff) | |
download | pkgsrc-534d110ac438bf9860893e7c5cecf3e7d3aec570.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/Makefile.common')
-rw-r--r-- | audio/libao/Makefile.common | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/audio/libao/Makefile.common b/audio/libao/Makefile.common index 5d0906809c4..33eb40a71da 100644 --- a/audio/libao/Makefile.common +++ b/audio/libao/Makefile.common @@ -1,9 +1,10 @@ -# $NetBSD: Makefile.common,v 1.2 2003/10/03 18:31:18 xtraeme Exp $ +# $NetBSD: Makefile.common,v 1.3 2003/12/08 14:33:47 wiz Exp $ -DISTNAME= libao-0.8.3 +DISTNAME= libao-0.8.4 CATEGORIES= audio devel -MASTER_SITES= http://www.vorbis.com/files/1.0/unix/ +MASTER_SITES= http://www.xiph.org/ao/src/ +HOMEPAGE= http://www.xiph.org/ao/ COMMENT= cross-platform audio library DISTINFO_FILE= ${.CURDIR}/../../audio/libao/distinfo @@ -14,6 +15,8 @@ USE_BUILDLINK2= yes USE_GMAKE= yes USE_LIBTOOL= yes +PKGCONFIG_OVERRIDE+= ${WRKSRC}/ao.pc.in + .include "../../mk/bsd.prefs.mk" .if ${OPSYS} == "FreeBSD" @@ -29,4 +32,5 @@ CONFIGURE_ARGS+= --disable-alsa09 CONFIGURE_ARGS+= --disable-arts CONFIGURE_ARGS+= --disable-esd +.include "../../devel/pkgconfig/buildlink2.mk" .include "../../mk/ossaudio.buildlink2.mk" |