[SCM] ardour/master: alsa-backend requires linux-any

umlaeute at users.alioth.debian.org umlaeute at users.alioth.debian.org
Tue Oct 18 12:40:56 UTC 2016


The following commit has been merged in the master branch:
commit 026bc75e1b57aef718724c2dcefeb81f2ea49e93
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Tue Oct 18 14:39:53 2016 +0200

    alsa-backend requires linux-any

diff --git a/debian/rules b/debian/rules
index 819bf78..ce490a7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -41,7 +41,6 @@ DEB_UPSTREAM_REPACKAGE_EXCLUDES += ./icons/win32/msvc_resources.rc.in
 DEB_UPSTREAM_REPACKAGE_EXCLUDES += ./gtk2_ardour/win32/*
 
 waf-configure-options = --lv2 \
-	--with-backends=jack,alsa,dummy \
 	--lxvst \
 	--freedesktop \
 	--configdir=/etc/ \
@@ -62,10 +61,10 @@ ifneq (,$(findstring amd64,$(DEB_BUILD_ARCH)))
 	DIST_TARGET = x86_64
 endif
 
-BACKENDS = jack
+BACKENDS = jack,dummy
 ifneq (,$(findstring linux,$(DEB_HOST_ARCH_OS)))
 	# ALSA Backend is only available on Linux
-	BACKENDS = jack,alsa
+	BACKENDS = jack,alsa,dummy
 else
 	waf-configure-options += \
 		--no-fpu-optimization \

-- 
ardour Debian packaging



More information about the pkg-multimedia-commits mailing list