[SCM] Audacity debian packaging branch, master, updated. upstream/1.3.6-24-g419a1bf

fabian-guest at users.alioth.debian.org fabian-guest at users.alioth.debian.org
Wed Jan 14 13:43:50 UTC 2009


The following commit has been merged in the master branch:
commit 3c8baab5a69d98bc5560abe1256e1c0293cf2485
Author: Fabian Greffrath <fabian at debian-unofficial.org>
Date:   Wed Jan 14 14:06:22 2009 +0100

    Added MP2-support via libtwolame (Closes: #481338)

diff --git a/debian/control b/debian/control
index f69f5cc..91637ec 100644
--- a/debian/control
+++ b/debian/control
@@ -21,6 +21,7 @@ Build-Depends: autotools-dev,
                libsamplerate0-dev,
                libsndfile1-dev,
                libsoundtouch1-dev,
+               libtwolame-dev,
                libvorbis-dev (>= 1.0.0-3),
                libwxgtk2.8-dev,
                zip
@@ -39,4 +40,4 @@ Description: A fast, cross-platform audio editor
  analysis tools.  Editing is very fast and provides unlimited
  undo/redo.
  .
- Supported file formats include Ogg Vorbis, MP3, WAV, AIFF, and AU.
+ Supported file formats include Ogg Vorbis, MP2, MP3, WAV, AIFF, and AU.
diff --git a/debian/rules b/debian/rules
index 964f6cb..481cb4d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,6 +26,7 @@ DEB_CONFIGURE_EXTRA_FLAGS := $(T1_DEB_CONFIGURE_EXTRA_FLAGS) \
 			     --with-id3tag=system \
 			     --with-libmad=system \
 			     --with-libflac=system \
+			     --with-libtwolame=system \
 			     --with-expat=system \
 			     --with-portaudio=v19 \
 			     --enable-unicode \

-- 
Audacity debian packaging



More information about the pkg-multimedia-commits mailing list