[SCM] supercollider/master: Add cmake flags to ensure libscsynth is built (while testsuite not, unneeded)

danstowell-guest at users.alioth.debian.org danstowell-guest at users.alioth.debian.org
Fri Dec 21 18:03:15 UTC 2012


The following commit has been merged in the master branch:
commit 8f2f72b003a6b89915f8c2a19fbf270282ee7993
Author: Dan Stowell <danstowell at users.sourceforge.net>
Date:   Fri Dec 21 17:44:46 2012 +0000

    Add cmake flags to ensure libscsynth is built (while testsuite not, unneeded)

diff --git a/debian/rules b/debian/rules
index b81dccc..30f59d6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,7 +21,7 @@ DEB_INSTALL_MANPAGES_supercollider         = debian/sclang.1
 DEB_INSTALL_MANPAGES_supercollider-vim     = debian/scvim.1 debian/sclangpipe_app.1
 DEB_INSTALL_MANPAGES_supercollider-ide     = debian/scide.1
 
-DEB_CMAKE_EXTRA_FLAGS = -DDSO_VISIBILITY=on -DSUPERNOVA=on -DSC_EL_BYTECOMPILE=off -DSYSTEM_BOOST=on 
+DEB_CMAKE_EXTRA_FLAGS = -DDSO_VISIBILITY=on -DSUPERNOVA=on -DSC_EL_BYTECOMPILE=off -DSYSTEM_BOOST=on -DENABLE_TESTSUITE=off -DLIBSCSYNTH=on
 
 # Exclude external libs from the source package if unused on linux or using system-supplied
 DEB_UPSTREAM_REPACKAGE_EXCLUDES = \

-- 
supercollider packaging



More information about the pkg-multimedia-commits mailing list