[SCM] Audacity debian packaging branch, master, updated. upstream/1.3.6-33-g6ccef2b

fabian-guest at users.alioth.debian.org fabian-guest at users.alioth.debian.org
Mon Jan 19 10:14:57 UTC 2009


The following commit has been merged in the master branch:
commit 267a3d7e17aef1b34a17b631407e3e6de615a2c2
Author: Fabian Greffrath <fabian at debian-unofficial.org>
Date:   Mon Jan 19 10:10:16 2009 +0100

    Versioned Build-Depends on libsoundtouch1-dev (>= 1.3.1) and explicitely enable it in the configure flags (Closes: #459198).

diff --git a/debian/control b/debian/control
index 495719c..e40bbdb 100644
--- a/debian/control
+++ b/debian/control
@@ -20,7 +20,7 @@ Build-Depends: autotools-dev,
                libogg-dev (>= 1.0.0),
                libsamplerate0-dev,
                libsndfile1-dev,
-               libsoundtouch1-dev,
+               libsoundtouch1-dev (>= 1.3.1),
                libtwolame-dev,
                libvorbis-dev (>= 1.0.0-3),
                libwxgtk2.8-dev,
diff --git a/debian/rules b/debian/rules
index f7a0686..6fac590 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,6 +24,7 @@ DEB_CONFIGURE_EXTRA_FLAGS := $(T1_DEB_CONFIGURE_EXTRA_FLAGS) \
                              --with-libsndfile=system \
                              --with-vorbis=system \
 			     --with-id3tag=system \
+                             --with-soundtouch=system \
 			     --with-libmad=system \
 			     --with-libflac=system \
 			     --with-libtwolame=system \

-- 
Audacity debian packaging



More information about the pkg-multimedia-commits mailing list