[SCM] supercollider/master: simplify supernova arch restriction

danstowell-guest at users.alioth.debian.org danstowell-guest at users.alioth.debian.org
Wed May 18 17:32:26 UTC 2016


The following commit has been merged in the master branch:
commit f0281c63797f75c6d5c2ee3a2392df16d221c069
Author: Dan Stowell <danstowell at users.sourceforge.net>
Date:   Wed May 18 18:20:26 2016 +0100

    simplify supernova arch restriction

diff --git a/debian/rules b/debian/rules
index a072df3..fd0c32c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,7 +22,7 @@ DEB_INSTALL_MANPAGES_supercollider-vim     = debian/scvim.1 debian/sclangpipe_ap
 DEB_INSTALL_MANPAGES_supercollider-ide     = debian/scide.1
 
 # supernova (optional alternative to scsynth) uses fancy simd things which fail to build on non-target architectures
-ifeq (,$(findstring $(DEB_HOST_ARCH_CPU),"i386" "amd64" "ia64"))
+ifeq (,$(findstring supercollider-supernova,$(DEB_ARCH_PACKAGES)))
 	DEB_BUILD_SUPERNOVA=off
 else
 	DEB_BUILD_SUPERNOVA=on

-- 
supercollider packaging



More information about the pkg-multimedia-commits mailing list