pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/libao polypaudio option is now pulseaudio, and n...
details: https://anonhg.NetBSD.org/pkgsrc/rev/d5432885e705
branches: trunk
changeset: 551626:d5432885e705
user: jmcneill <jmcneill%pkgsrc.org@localhost>
date: Thu Dec 18 16:36:11 2008 +0000
description:
polypaudio option is now pulseaudio, and note libao-pulse package in
MESSAGE.common
diffstat:
audio/libao/MESSAGE.common | 3 ++-
audio/libao/Makefile.common | 4 ++--
2 files changed, 4 insertions(+), 3 deletions(-)
diffs (36 lines):
diff -r 90a619e23c81 -r d5432885e705 audio/libao/MESSAGE.common
--- a/audio/libao/MESSAGE.common Thu Dec 18 16:32:01 2008 +0000
+++ b/audio/libao/MESSAGE.common Thu Dec 18 16:36:11 2008 +0000
@@ -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 @@
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 -r 90a619e23c81 -r d5432885e705 audio/libao/Makefile.common
--- a/audio/libao/Makefile.common Thu Dec 18 16:32:01 2008 +0000
+++ b/audio/libao/Makefile.common Thu Dec 18 16:36:11 2008 +0000
@@ -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-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
Home |
Main Index |
Thread Index |
Old Index