[SCM] bristol packaging branch, master, updated. debian/0.40.7-2-27-g9d4d28b

quadrispro-guest at users.alioth.debian.org quadrispro-guest at users.alioth.debian.org
Tue Apr 20 18:35:52 UTC 2010


The following commit has been merged in the master branch:
commit 9d4d28b6c51cef08afd22ab025f17f7bd948040c
Author: Alessio Treglia <quadrispro at ubuntu.com>
Date:   Tue Apr 20 20:35:45 2010 +0200

    Set JACK as default Audio and MIDI driver.

diff --git a/debian/rules b/debian/rules
index 808c5b5..4a1e3a4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,13 +1,13 @@
 #!/usr/bin/make -f
 
-EXTRA_CONFIGURE_ARGS=
+EXTRA_CONFIGURE_ARGS = --enable-jack-default-audio --enable-jack-default-midi
 
 ifeq ($(DEB_HOST_ARCH_OS),kfreebsd)
-EXTRA_CONFIGURE_ARGS=--disable-alsa
+EXTRA_CONFIGURE_ARGS += --disable-alsa
 endif
 
 ifeq ($(DEB_HOST_ARCH_OS),hurd)
-EXTRA_CONFIGURE_ARGS=--disable-alsa
+EXTRA_CONFIGURE_ARGS += --disable-alsa
 endif
 
 %:

-- 
bristol packaging



More information about the pkg-multimedia-commits mailing list