[SCM] Audacity debian packaging branch, master, updated. debian/1.3.10-1-1-gc99b8d5

bdrung-guest at users.alioth.debian.org bdrung-guest at users.alioth.debian.org
Sat Dec 5 23:20:54 UTC 2009


The following commit has been merged in the master branch:
commit c99b8d5482c0e0e186799a12a2fd85ea50575f21
Author: Benjamin Drung <bdrung at gmail.com>
Date:   Sun Dec 6 00:20:29 2009 +0100

    Build against system libvamp and taglib.

diff --git a/debian/control b/debian/control
index 1565d5d..02baee5 100644
--- a/debian/control
+++ b/debian/control
@@ -28,6 +28,7 @@ Build-Depends: autotools-dev,
                libtwolame-dev,
                libvorbis-dev (>= 1.0.0-3),
                libwxgtk2.8-dev,
+               vamp-plugin-sdk (>= 2.0),
                zip
 Build-Conflicts: libwxbase2.6-dev,
                  wx2.6-headers
diff --git a/debian/rules b/debian/rules
index 23dd41e..ee0041f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,21 +19,25 @@ WITH_JACK_CONFFLAG := --with-jack=no
  endif
 endif
 
-DEB_CONFIGURE_EXTRA_FLAGS := $(WITH_JACK_CONFFLAG) \
-                             --enable-unicode \
-                             --with-expat=system \
-                             --with-ffmpeg=system \
-                             --with-libflac=system \
-                             --with-libid3tag=system \
-                             --with-libmad=system \
-                             --with-libsamplerate=system \
-                             --without-libresample \
-                             --with-libsndfile=system \
-                             --with-libtwolame=system \
-                             --with-libvorbis=system \
-                             --with-portaudio=v19 \
-                             --with-portmixer \
-                             --with-soundtouch=system
+DEB_CONFIGURE_EXTRA_FLAGS := \
+	$(WITH_JACK_CONFFLAG) \
+	--enable-unicode \
+	--with-expat=system \
+	--with-ffmpeg=system \
+	--with-libflac=system \
+	--with-libid3tag=system \
+	--with-libmad=system \
+	--with-libsamplerate=system \
+	--without-libresample \
+	--with-libsndfile=system \
+	--with-libtwolame=system \
+	--with-libvamp=system \
+	--with-libvorbis=system \
+	--with-portaudio=v19 \
+	--with-portmixer \
+	--with-soundtouch=system \
+	--with-taglib=system \
+	$(null)
 
 # Do not link against unused libraries (make dpkg-shlibdeps happy).
 LDFLAGS += -Wl,-z,defs -Wl,--as-needed

-- 
Audacity debian packaging



More information about the pkg-multimedia-commits mailing list