[SCM] traverso/master: Enable MP3 encoding support.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Sat Jul 30 10:02:10 UTC 2011


The following commit has been merged in the master branch:
commit 72c603bf36c1e8e84b53d8bce4efd614aed1d1d7
Author: Alessio Treglia <alessio at debian.org>
Date:   Sat Jul 30 12:02:50 2011 +0200

    Enable MP3 encoding support.

diff --git a/debian/control b/debian/control
index 6e727fb..30a2af0 100644
--- a/debian/control
+++ b/debian/control
@@ -10,6 +10,7 @@ Build-Depends: debhelper (>= 7.3.7~),
  librdf0-dev,
  libasound2-dev [!kfreebsd-amd64 !kfreebsd-i386 !hurd-i386],
  libjack-dev,
+ libmp3lame-dev,
  libslv2-dev,
  libsndfile1-dev,
  libfftw3-dev,
diff --git a/debian/rules b/debian/rules
index 2a7566f..ab5b55d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,6 +14,7 @@ override_dh_auto_configure:
 	-DCMAKE_MODULE_LINKER_FLAGS="-Wl,--no-undefined -Wl,--as-needed" \
 	-DCMAKE_EXE_LINKER_FLAGS="-Wl,--no-undefined -Wl,--as-needed" \
 	-DUSE_SYSTEM_SLV2_LIBRARY=ON \
+	-DWANT_MP3_ENCODE=ON \
 	$(cmake_extra_args)
 
 override_dh_install:

-- 
traverso packaging



More information about the pkg-multimedia-commits mailing list