diff options
author | adam <adam@pkgsrc.org> | 2004-11-16 14:49:13 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2004-11-16 14:49:13 +0000 |
commit | 3e7106a6e45805bb97bdf44044d9d364a44a11ac (patch) | |
tree | ef9d468acdef231ef948543a13f383e46835a8a0 /audio/libao-arts | |
parent | 2a4bd8514b4bb7080e510b61781cdd8e9d1b8a5e (diff) | |
download | pkgsrc-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-arts')
-rw-r--r-- | audio/libao-arts/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/audio/libao-arts/Makefile b/audio/libao-arts/Makefile index 90a8080a251..0b488dbe6c5 100644 --- a/audio/libao-arts/Makefile +++ b/audio/libao-arts/Makefile @@ -1,12 +1,9 @@ -# $NetBSD: Makefile,v 1.10 2004/10/03 00:13:06 tv Exp $ -# +# $NetBSD: Makefile,v 1.11 2004/11/16 14:49:41 adam Exp $ .include "../libao/Makefile.common" PKGNAME= ${DISTNAME:S/libao/libao-arts/} -PKGREVISION= 1 -MAINTAINER= tech-pkg@NetBSD.org COMMENT+= (arts plugin) CONFIGURE_ARGS:= ${CONFIGURE_ARGS:S/disable-arts/enable-arts/g} |