summaryrefslogtreecommitdiff
path: root/audio/libao
diff options
context:
space:
mode:
authorjmcneill <jmcneill@pkgsrc.org>2008-12-18 16:36:11 +0000
committerjmcneill <jmcneill@pkgsrc.org>2008-12-18 16:36:11 +0000
commit37218bb517d220d8a3d5730999960a4bba5e1c1e (patch)
tree0edce7873646ffda43a26c08e63014ffcbb7c2ed /audio/libao
parentd36da598e1bdb6e1ea283cb733448d38a45dbd83 (diff)
downloadpkgsrc-37218bb517d220d8a3d5730999960a4bba5e1c1e.tar.gz
polypaudio option is now pulseaudio, and note libao-pulse package in
MESSAGE.common
Diffstat (limited to 'audio/libao')
-rw-r--r--audio/libao/MESSAGE.common3
-rw-r--r--audio/libao/Makefile.common4
2 files changed, 4 insertions, 3 deletions
diff --git a/audio/libao/MESSAGE.common b/audio/libao/MESSAGE.common
index 1e5bd2be4f7..e0325773986 100644
--- a/audio/libao/MESSAGE.common
+++ b/audio/libao/MESSAGE.common
@@ -1,5 +1,5 @@
===========================================================================
-$NetBSD: MESSAGE.common,v 1.2 2006/04/13 21:40:26 reed Exp $
+$NetBSD: MESSAGE.common,v 1.3 2008/12/18 16:36:11 jmcneill Exp $
This libao package provides its core library but no output plugins
by itself. You will have to install an audio/libao-* plugin package
@@ -9,6 +9,7 @@ in order to get audio working.
libao-esound -- EsounD (ESD or Enlighten Sound Daemon) plugin
libao-macosx -- MacOS X plugin
libao-oss -- OSS (Open Sound System) plugin
+ libao-pulse -- PulseAudio plugin
libao-sun -- Sun audio plugin
Not all are available on every platform.
diff --git a/audio/libao/Makefile.common b/audio/libao/Makefile.common
index 49d7784d386..aeb2487f32c 100644
--- a/audio/libao/Makefile.common
+++ b/audio/libao/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.30 2008/11/02 13:22:12 obache Exp $
+# $NetBSD: Makefile.common,v 1.31 2008/12/18 16:36:11 jmcneill Exp $
# used by audio/libao-arts/Makefile
# used by audio/libao-esound/Makefile
# used by audio/libao-macosx/Makefile
@@ -32,7 +32,7 @@ CONFIGURE_ARGS+= --disable-alsa09
CONFIGURE_ARGS+= --disable-arts
CONFIGURE_ARGS+= --disable-esd
CONFIGURE_ARGS+= --disable-nas
-CONFIGURE_ARGS+= --disable-polyp
+CONFIGURE_ARGS+= --disable-pulse
CONFIGURE_ARGS+= ENABLE_AIX_AUDIO=no
CONFIGURE_ARGS+= ENABLE_IRIX=no
CONFIGURE_ARGS+= ENABLE_OSS=no