[SCM] supercollider/master: Add cmake flags to ensure libscsynth is built (while testsuite not, unneeded)
fsateler at users.alioth.debian.org
fsateler at users.alioth.debian.org
Wed Jan 2 13:09:57 UTC 2013
The following commit has been merged in the master branch:
commit 4d163a5fc4d2c85171ce8647cd1fcaf1a251517f
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