[SCM] supercollider/master: Ensure build with system boost, and now v1.50+ is required

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


The following commit has been merged in the master branch:
commit 7589cbdf5b7deef301fe15a68cb58a508b37ea7b
Author: Dan Stowell <danstowell at users.sourceforge.net>
Date:   Fri Dec 21 17:37:39 2012 +0000

    Ensure build with system boost, and now v1.50+ is required

diff --git a/debian/control b/debian/control
index 00cb9b6..6656f20 100644
--- a/debian/control
+++ b/debian/control
@@ -27,14 +27,15 @@ Build-Depends: cdbs (>= 0.4.73~),
  libxt-dev,
  python-all-dev (>= 2.6.6-3~),
  qt4-dev-tools,
- libboost-dev (>= 1.48),
- libboost-date-time-dev (>= 1.48),
- libboost-filesystem-dev (>= 1.48),
- libboost-math-dev (>= 1.48),
- libboost-program-options-dev (>=1.48),
- libboost-regex-dev (>= 1.48),
- libboost-system-dev (>=1.48),
- libboost-thread-dev (>=1.48)
+ libboost-dev (>= 1.50) | libboost1.50-dev,
+ libboost-date-time-dev (>= 1.50) | libboost-date-time1.50-dev,
+ libboost-filesystem-dev (>= 1.50) | libboost-filesystem1.50-dev,
+ libboost-math-dev (>= 1.50) | libboost-math1.50-dev,
+ libboost-program-options-dev (>=1.50) | libboost-program-options1.50-dev,
+ libboost-regex-dev (>= 1.50) | libboost-regex1.50-dev,
+ libboost-system-dev (>=1.50) | libboost-system1.50-dev,
+ libboost-test-dev (>=1.50) | libboost-test1.50-dev,
+ libboost-thread-dev (>=1.50) | libboost-thread1.50-dev
 Standards-Version: 3.9.3
 Homepage: http://supercollider.sourceforge.net/
 
diff --git a/debian/rules b/debian/rules
index 609d169..58c852b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,7 +20,7 @@ DEB_INSTALL_MANPAGES_supercollider-supernova = debian/supernova.1
 DEB_INSTALL_MANPAGES_supercollider         = debian/sclang.1
 DEB_INSTALL_MANPAGES_supercollider-vim     = debian/scvim.1 debian/sclangpipe_app.1
 
-DEB_CMAKE_EXTRA_FLAGS = -DDSO_VISIBILITY=on -DSUPERNOVA=on -DSC_EL_BYTECOMPILE=OFF
+DEB_CMAKE_EXTRA_FLAGS = -DDSO_VISIBILITY=on -DSUPERNOVA=on -DSC_EL_BYTECOMPILE=off -DSYSTEM_BOOST=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