summaryrefslogtreecommitdiff
path: root/audio/audacious-plugins
diff options
context:
space:
mode:
authorjmcneill <jmcneill@pkgsrc.org>2008-12-18 22:42:36 +0000
committerjmcneill <jmcneill@pkgsrc.org>2008-12-18 22:42:36 +0000
commit41193d489f3d970ca9106a63bbf1be5c2f756b01 (patch)
tree6124d15a725efa55de2f2ebeeb6af0a969a44b75 /audio/audacious-plugins
parent92e6acc0536edd12ded8a1562d4f9e8097bf6a83 (diff)
downloadpkgsrc-41193d489f3d970ca9106a63bbf1be5c2f756b01.tar.gz
Add PulseAudio support, bump PKGREVISION.
Diffstat (limited to 'audio/audacious-plugins')
-rw-r--r--audio/audacious-plugins/Makefile3
-rw-r--r--audio/audacious-plugins/PLIST4
-rw-r--r--audio/audacious-plugins/options.mk17
3 files changed, 13 insertions, 11 deletions
diff --git a/audio/audacious-plugins/Makefile b/audio/audacious-plugins/Makefile
index 9ff5bace628..97632775581 100644
--- a/audio/audacious-plugins/Makefile
+++ b/audio/audacious-plugins/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2008/12/14 19:14:33 hasso Exp $
+# $NetBSD: Makefile,v 1.5 2008/12/18 22:42:36 jmcneill Exp $
#
DISTNAME= audacious-plugins-1.5.1
+PKGREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://distfiles.atheme.org/
EXTRACT_SUFX= .tgz
diff --git a/audio/audacious-plugins/PLIST b/audio/audacious-plugins/PLIST
index 3d3f0ce6b8d..a0ee1d840c7 100644
--- a/audio/audacious-plugins/PLIST
+++ b/audio/audacious-plugins/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2008/11/10 12:06:06 wiz Exp $
+@comment $NetBSD: PLIST,v 1.4 2008/12/18 22:42:36 jmcneill Exp $
lib/audacious/Container/m3u.so
lib/audacious/Container/pls.so
lib/audacious/Container/xspf.so
@@ -42,7 +42,7 @@ ${PLIST.esd}lib/audacious/Output/ESD.so
lib/audacious/Output/OSS.so
lib/audacious/Output/filewriter.so
${PLIST.jack}lib/audacious/Output/libjackout.so
-${PLIST.pulse}lib/audacious/Output/libpulse_audio.so
+${PLIST.pulse}lib/audacious/Output/pulse_audio.so
lib/audacious/Output/null.so
${PLIST.sun}lib/audacious/Output/sun.so
lib/audacious/Transport/lastfm.so
diff --git a/audio/audacious-plugins/options.mk b/audio/audacious-plugins/options.mk
index bd9e038a63e..3b0e0315869 100644
--- a/audio/audacious-plugins/options.mk
+++ b/audio/audacious-plugins/options.mk
@@ -1,7 +1,8 @@
-# $NetBSD: options.mk,v 1.3 2008/11/10 11:08:27 wiz Exp $
+# $NetBSD: options.mk,v 1.4 2008/12/18 22:42:36 jmcneill Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.audacious-plugins
-PKG_SUPPORTED_OPTIONS= arts esound inet6 jack midi # pulse sid
+PKG_SUPPORTED_OPTIONS= arts esound inet6 jack midi pulseaudio # sid
+PKG_SUGGESTED_OPTIONS+= pulseaudio
.include "../../mk/bsd.options.mk"
@@ -50,9 +51,9 @@ CONFIGURE_ARGS+= --disable-timidity
.endif
PLIST_VARS+= pulse
-#.if !empty(PKG_OPTIONS:Mpulse)
-#. include "../../wip/pulseaudio/buildlink3.mk"
-#PLIST.pulse= yes
-#.else
-#CONFIGURE_ARGS+= --disable-pulse
-#.endif
+.if !empty(PKG_OPTIONS:Mpulseaudio)
+. include "../../audio/pulseaudio/buildlink3.mk"
+PLIST.pulse= yes
+.else
+CONFIGURE_ARGS+= --disable-pulse
+.endif