[SCM] traverso/master: Build against the version of SLV2 provided by the system.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Mon Oct 4 06:49:46 UTC 2010


The following commit has been merged in the master branch:
commit 6a6200fbd9dd73e43668808d3a4048f73c60c16a
Author: Alessio Treglia <alessio at debian.org>
Date:   Mon Oct 4 08:32:56 2010 +0200

    Build against the version of SLV2 provided by the system.

diff --git a/debian/control b/debian/control
index aedda70..c0aa0f2 100644
--- a/debian/control
+++ b/debian/control
@@ -10,6 +10,7 @@ Build-Depends: debhelper (>= 7.3.7~),
  librdf0-dev,
  libasound2-dev [!kfreebsd-amd64 !kfreebsd-i386 !hurd-i386],
  libjack-dev,
+ libslv2-dev,
  libsndfile1-dev,
  libfftw3-dev,
  libmad0-dev,
diff --git a/debian/rules b/debian/rules
index 1477ee4..df83d39 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,6 +13,7 @@ override_dh_auto_configure:
 	-DCMAKE_SHARED_LINKER_FLAGS="-Wl,--no-undefined -Wl,--as-needed" \
 	-DCMAKE_MODULE_LINKER_FLAGS="-Wl,--no-undefined -Wl,--as-needed" \
 	-DCMAKE_EXE_LINKER_FLAGS="-Wl,--no-undefined -Wl,--as-needed" \
+	-DUSE_SYSTEM_SLV2_LIBRARY=ON \
 	$(cmake_extra_args)
 
 override_dh_install:

-- 
traverso packaging



More information about the pkg-multimedia-commits mailing list