[Pkg-mpd-maintainers] Bug#559933: patch to add lame support

Ricardo Mones mones at debian.org
Thu Feb 23 00:15:56 UTC 2012


tags 559933 - wontfix + patch
thanks

  Hi again,

  The attached patch enables lame support in current packaging and seems to
work fine here. It's in NMU style, but feel free to alter it as you see fit.

  best regards,
-- 
  Ricardo Mones 
  ~
  Never send a human to do a machine's job.               Agent Smith
-------------- next part --------------
diff --git a/changelog b/changelog
index 607eee3..e9292b4 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,10 @@
+mpd (0.16.7-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Enable support for lame encoder
+
+ -- Ricardo Mones <mones at debian.org>  Wed, 22 Feb 2012 23:46:39 +0100
+
 mpd (0.16.7-1) unstable; urgency=low
 
   * [4b06732] Imported Upstream version 0.16.7
diff --git a/control b/control
index a7a227c..eff1d61 100644
--- a/control
+++ b/control
@@ -30,6 +30,7 @@ Build-Depends: debhelper (>= 8),
                libvorbis-dev [!arm !armel !armeb],
                libvorbisidec-dev [arm armel armeb],
                libwavpack-dev,
+               libmp3lame-dev,
                xmlto,
                zlib1g-dev
 Standards-Version: 3.9.2
diff --git a/rules b/rules
index 4dd45a4..dc8c1b2 100755
--- a/rules
+++ b/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 \
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-mpd-maintainers/attachments/20120223/fafa523b/attachment.pgp>


More information about the Pkg-mpd-maintainers mailing list