summaryrefslogtreecommitdiff
path: root/audio/libao-esound
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2004-11-16 14:49:13 +0000
committeradam <adam@pkgsrc.org>2004-11-16 14:49:13 +0000
commit3e7106a6e45805bb97bdf44044d9d364a44a11ac (patch)
treeef9d468acdef231ef948543a13f383e46835a8a0 /audio/libao-esound
parent2a4bd8514b4bb7080e510b61781cdd8e9d1b8a5e (diff)
downloadpkgsrc-3e7106a6e45805bb97bdf44044d9d364a44a11ac.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}