summaryrefslogtreecommitdiff
path: root/audio/libao-esound
diff options
context:
space:
mode:
authoradam <adam>2004-11-16 14:49:13 +0000
committeradam <adam>2004-11-16 14:49:13 +0000
commit723f4ec0483498dea1573a62de0bb8caf75ffecc (patch)
treeef9d468acdef231ef948543a13f383e46835a8a0 /audio/libao-esound
parentd76481a7ded5313e717d0314831b11f509c089f7 (diff)
downloadpkgsrc-723f4ec0483498dea1573a62de0bb8caf75ffecc.tar.gz
Changes 0.8.5:
* Support now for the ALSA 1.0 API * ALSA mmap() mode can be enabled/disabled at runtime using "use_mmap" option. * Patch to OSS plugin to fix skipping issues with some drivers (like emu10k1). * Can build with --disable-esd option again * Minor build fixes
Diffstat (limited to 'audio/libao-esound')
-rw-r--r--audio/libao-esound/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/audio/libao-esound/Makefile b/audio/libao-esound/Makefile
index 9b431773ed0..72f81b16b79 100644
--- a/audio/libao-esound/Makefile
+++ b/audio/libao-esound/Makefile
@@ -1,12 +1,9 @@
-# $NetBSD: Makefile,v 1.7 2004/10/03 00:13:07 tv Exp $
-#
+# $NetBSD: Makefile,v 1.8 2004/11/16 14:49:52 adam Exp $
.include "../libao/Makefile.common"
PKGNAME= ${DISTNAME:S/libao/libao-esound/}
-PKGREVISION= 1
-MAINTAINER= tech-pkg@NetBSD.org
COMMENT+= (esound plugin)
CONFIGURE_ARGS:= ${CONFIGURE_ARGS:S/disable-esd/enable-esd/g}