[SCM] Audacity debian packaging branch, master, updated. upstream/1.3.6-40-g1b0bdb0

fabian-guest at users.alioth.debian.org fabian-guest at users.alioth.debian.org
Tue Jan 20 13:23:08 UTC 2009


The following commit has been merged in the master branch:
commit 1b0bdb0b1eacc79354ca3022e8641d8e4e47c882
Author: Fabian Greffrath <fabian at debian-unofficial.org>
Date:   Tue Jan 20 14:23:02 2009 +0100

    Fixed faulty confflags --with-libid3tag and --with-libvorbis.

diff --git a/debian/changelog b/debian/changelog
index 5e2ecc9..82681a1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -30,6 +30,7 @@ audacity (1.3.6-3) UNRELEASED; urgency=low
   * Audacity suggests libmp3lame0.
   * Added an arch:all audacity-data package that contains the architecture-
     independent content of '/usr/share'.
+  * Fixed faulty confflags --with-libid3tag and --with-libvorbis.
 
  -- Fabian Greffrath <fabian at debian-unofficial.org>  Tue, 20 Jan 2009 14:00:00 +0100
 
diff --git a/debian/rules b/debian/rules
index 78e7ec0..e88c548 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,16 +23,16 @@ endif
 DEB_CONFIGURE_EXTRA_FLAGS := $(WITH_JACK_CONFFLAG) \
                              --enable-unicode \
                              --with-expat=system \
-                             --with-id3tag=system \
                              --with-libflac=system \
+                             --with-libid3tag=system \
                              --with-libmad=system \
                              --with-libsamplerate=system \
                              --with-libsndfile=system \
                              --with-libtwolame=system \
-                             --with-portaudio=v19 \
+                             --with-libvorbis=system \
                              --without-portmixer \
-                             --with-soundtouch=system \
-                             --with-vorbis=system
+                             --with-portaudio=v19 \
+                             --with-soundtouch=system
 
 DEB_COMPRESS_EXCLUDE := *.htb
 

-- 
Audacity debian packaging



More information about the pkg-multimedia-commits mailing list