[SCM] fluidsynth/master: Enable LADSPA (we need to cherry-pick rev. 360-363)

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Tue Sep 14 11:24:19 UTC 2010


The following commit has been merged in the master branch:
commit 04802ce39ae5d018db0957785086f3aa7e503729
Author: Alessio Treglia <alessio at debian.org>
Date:   Tue Sep 14 13:21:33 2010 +0200

    Enable LADSPA (we need to cherry-pick rev. 360-363)

diff --git a/debian/rules b/debian/rules
index 49c996e..e7c0a41 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,11 +1,14 @@
 #!/usr/bin/make -f
 
 ifeq ($(DEB_HOST_ARCH_OS),kfreebsd)
-EXTRA_CONFIGURE_ARGS += --disable-alsa-support
+EXTRA_CONFIGURE_ARGS += -Denable-alsa=off
 endif
 
 %:
 	dh $@ -Scmake
 
 override_dh_auto_configure:
-	dh_auto_configure -- -DLIB_SUFFIX=''
+	dh_auto_configure -- \
+		-DLIB_SUFFIX='' \
+		-Denable-ladspa=on \
+		$(EXTRA_CONFIGURE_ARGS)

-- 
fluidsynth packaging



More information about the pkg-multimedia-commits mailing list