[SCM] Debian packaging for jack-audio-connection-kit branch, master, updated. debian/1.9.5.dfsg-3-1-g3279f67

js at users.alioth.debian.org js at users.alioth.debian.org
Tue Apr 27 21:37:38 UTC 2010


The following commit has been merged in the master branch:
commit 3279f675f4b7c87aaa22c58386bb6882f123a9c6
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Tue Apr 27 23:36:29 2010 +0200

    Fix add configure option --alsa only on linux. Closes: bug#579465, thanks to Cyril Brulebois and Adrian Knoth.

diff --git a/debian/rules b/debian/rules
index c02729b..c2334ff 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,7 +27,8 @@ DEB_COPYRIGHT_CHECK_IGNORE_REGEX = ^\./waf|\./debian/(changelog|copyright(|_hint
 # Minimum assured version referenced upstream as library API/ABI
 ABI = 0.118.0
 
-waf-configure-options = --prefix=/usr --alsa --classic --dbus
+waf-configure-options = --prefix=/usr --classic --dbus
+waf-configure-options += $(if $(filter linux,$(DEB_HOST_ARCH_OS)),--alsa)
 waf-configure-options += $(if $(filter amd64 i386 powerpc,$(DEB_BUILD_ARCH)),--firewire)
 waf-configure-options += $(if $(filter amd64,$(DEB_BUILD_ARCH)),--mixed)
 

-- 
Debian packaging for jack-audio-connection-kit



More information about the pkg-multimedia-commits mailing list