pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/bmp Add an option (xmms-eq) to enable XMMS's equ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ab83c93a99b3
branches:  trunk
changeset: 490396:ab83c93a99b3
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Tue Mar 08 17:05:17 2005 +0000

description:
Add an option (xmms-eq) to enable XMMS's equalizer legacy code (off by
default, so that the package does not change).  The new code does strange
things with old presets (dunno if there is a bug or something has really
changed; anyway, it's not our fault, so all we can do is provide an option).

diffstat:

 audio/bmp/Makefile.common |  8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diffs (29 lines):

diff -r da83482c6e26 -r ab83c93a99b3 audio/bmp/Makefile.common
--- a/audio/bmp/Makefile.common Tue Mar 08 16:48:11 2005 +0000
+++ b/audio/bmp/Makefile.common Tue Mar 08 17:05:17 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.6 2004/12/25 15:22:36 jmmv Exp $
+# $NetBSD: Makefile.common,v 1.7 2005/03/08 17:05:17 jmmv Exp $
 #
 
 DISTNAME=      bmp-0.9.7
@@ -30,7 +30,7 @@
 PKGCONFIG_OVERRIDE+=   bmp.pc
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.bmp
-PKG_SUPPORTED_OPTIONS= gnome
+PKG_SUPPORTED_OPTIONS= gnome xmms-eq
 
 .include "../../mk/bsd.options.mk"
 .include "../../mk/bsd.prefs.mk"
@@ -42,6 +42,10 @@
 .  include "../../sysutils/gnome-vfs2/buildlink3.mk"
 .endif
 
+.if !empty(PKG_OPTIONS:Mxmms-eq)
+CONFIGURE_ARGS+=       --with-xmms-eq
+.endif
+
 .if ${OPSYS} == "NetBSD"
 RAWPART!=              /sbin/sysctl -n kern.rawpartition | ${TR} 0-9 a-j
 CONFIGURE_ARGS+=       --with-dev-dsp=${DEVOSSSOUND}           \



Home | Main Index | Thread Index | Old Index