[SCM] forked-daapd/master: Enable MPD support and also mention it in package description

rbalint at users.alioth.debian.org rbalint at users.alioth.debian.org
Wed Jul 1 00:13:00 UTC 2015


The following commit has been merged in the master branch:
commit 74a1c1492df0f7211927ab95cf7a00c50ff008f7
Author: Balint Reczey <balint at balintreczey.hu>
Date:   Tue Jun 30 17:53:21 2015 -0500

    Enable MPD support and also mention it in package description

diff --git a/debian/control b/debian/control
index 88b5d4e..0cc08a7 100644
--- a/debian/control
+++ b/debian/control
@@ -47,7 +47,8 @@ Description: DAAP/DACP (iTunes) server, support for AirPlay and Roku devices
  iPhone/iPod application and can stream music to AirPlay devices like
  the AirPort Express.
  .
- It also features RSP support for Roku's SoundBridge devices.
+ It also features RSP support for Roku's SoundBridge devices and MPD support for
+ Music Player Daemon clients.
  .
  Built-in, on-the-fly decoding support enables serving popular free music
  formats like FLAC, Ogg Vorbis or Musepack to those clients that do not
diff --git a/debian/rules b/debian/rules
index 541acef..e22f73e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,7 +20,7 @@ endif
 	dh $@ --with autoreconf
 
 override_dh_auto_configure:
-	dh_auto_configure -- --enable-lastfm --enable-itunes $(OSS4_OPTS)
+	dh_auto_configure -- --enable-lastfm --enable-mpd --enable-itunes $(OSS4_OPTS)
 
 override_dh_auto_install:
 	dh_auto_install

-- 
forked-daapd packaging



More information about the pkg-multimedia-commits mailing list