[Pkg-mpd-commits] [SCM] Git repository for pkg-mpd branch, master, updated. debian/0.16.8-1

Alexander Wirt formorer at debian.org
Wed Jun 27 06:00:49 UTC 2012


The following commit has been merged in the master branch:
commit 06f520f3214242b4add8238d2d069492a6447858
Author: Alexander Wirt <formorer at debian.org>
Date:   Sat Mar 10 13:57:31 2012 +0100

    Enable lame mp3 encoder
    
    Closes: #559933

diff --git a/debian/control b/debian/control
index a7a227c..ac272a1 100644
--- a/debian/control
+++ b/debian/control
@@ -19,6 +19,7 @@ Build-Depends: debhelper (>= 8),
                libmad0-dev,
                libmikmod2-dev,
                libmms-dev,
+               libmp3lame-dev,
                libmpcdec-dev,
                libogg-dev,
                libpulse-dev,
diff --git a/debian/rules b/debian/rules
index 4dd45a4..dc8c1b2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,7 +22,7 @@ override_dh_auto_configure:
 		--enable-ao \
 		--enable-lastfm \
 		--enable-pipe-output \
-		--disable-lame \
+		--enable-lame-encoder \
 		--disable-cue \
 		--enable-mikmod \
 		--prefix=/usr \

-- 
Git repository for pkg-mpd



More information about the Pkg-mpd-commits mailing list