[SCM] Audacity debian packaging branch, master, updated. upstream/1.3.7-52-g96a30aa

fabian-guest at users.alioth.debian.org fabian-guest at users.alioth.debian.org
Tue Feb 10 10:36:26 UTC 2009


The following commit has been merged in the master branch:
commit 96a30aa941467c5e78a6178b2d06e1b0200292dc
Author: Fabian Greffrath <fabian at debian-unofficial.org>
Date:   Tue Feb 10 11:36:26 2009 +0100

    Build against system FFmpeg for import and export support (Closes: #512278, #5143333). Build-Depend on recent versions of the ffmpeg headers and recommend ffmpeg shared libraries with recent sonames to make sure the ffmpeg packages are new enough for audacity. Recent ffmpeg packages have Speex support enabled, so audacity can also benefit from this feature (Closes: #329802).

diff --git a/debian/changelog b/debian/changelog
index 4e45f9e..be170c4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+audacity (1.3.7-2) experimental; urgency=low
+
+  * Build against system FFmpeg for import and export support
+    (Closes: #512278, #5143333).
+  * Build-Depend on recent versions of the ffmpeg headers and recommend ffmpeg
+    shared libraries with recent sonames to make sure the ffmpeg packages are
+    new enough for audacity.
+  * Recent ffmpeg packages have Speex support enabled, so audacity can also
+    benefit from this feature (Closes: #329802).
+
+ -- Fabian Greffrath <fabian at debian-unofficial.org>  Tue, 10 Feb 2009 11:34:13 +0100
+
 audacity (1.3.7-1) experimental; urgency=low
 
   [ Benjamin Drung ]
diff --git a/debian/control b/debian/control
index afb4290..c8fd19b 100644
--- a/debian/control
+++ b/debian/control
@@ -12,6 +12,8 @@ Build-Depends: autotools-dev,
                debhelper (>= 5),
                gettext,
                libasound2-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386],
+               libavcodec-dev (>= 3:0.svn20090204),
+               libavformat-dev (>= 3:0.svn20090204),
                libexpat1-dev,
                libflac++-dev,
                libgtk2.0-dev,
@@ -35,6 +37,7 @@ Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/audacity.git;a=summary
 Package: audacity
 Architecture: any
 Depends: audacity-data (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}
+Recommends: libavcodec52, libavformat52
 Suggests: ladspa-plugin, libmp3lame0
 Description: A fast, cross-platform audio editor
  Audacity is a multi-track audio editor for Linux/Unix, MacOS and
diff --git a/debian/rules b/debian/rules
index 9cb54ee..d4d4edc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,6 +23,7 @@ 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 \

-- 
Audacity debian packaging



More information about the pkg-multimedia-commits mailing list