[SCM] audacity/master: Use local sbsms due to an API change.

bdrung at users.alioth.debian.org bdrung at users.alioth.debian.org
Tue Apr 12 23:54:46 UTC 2011


The following commit has been merged in the master branch:
commit 0968290e0be8e7cb2ce9bfd15a0f86ef5671df8d
Author: Benjamin Drung <bdrung at ubuntu.com>
Date:   Wed Apr 13 01:01:13 2011 +0200

    Use local sbsms due to an API change.

diff --git a/debian/control b/debian/control
index 97a3663..fe2e283 100644
--- a/debian/control
+++ b/debian/control
@@ -23,7 +23,6 @@ Build-Depends: autoconf,
                libogg-dev (>= 1.0.0),
                libportsmf-dev,
                libsamplerate0-dev (>= 0.1.2),
-               libsbsms-dev (>= 1.6.0),
                libsndfile1-dev (>= 1.0.0),
                libsoundtouch-dev (>= 1.3.1-2),
                libtwolame-dev (>= 0.3.9),
diff --git a/debian/rules b/debian/rules
index 62df661..7651235 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,7 +19,7 @@ configure_flags := \
 	--with-libvorbis=system \
 	--with-midi=system \
 	--with-portaudio=system \
-	--with-sbsms=system \
+	--with-sbsms=local \
 	--with-soundtouch=system \
 	$(NULL)
 

-- 
Audacity debian packaging



More information about the pkg-multimedia-commits mailing list