[SCM] forked-daapd/master: Enable PulseAudio support

rbalint at users.alioth.debian.org rbalint at users.alioth.debian.org
Thu Nov 10 20:24:31 UTC 2016


The following commit has been merged in the master branch:
commit a106bd1cbf06700896cc6940474a841371009d17
Author: Balint Reczey <balint at balintreczey.hu>
Date:   Thu Nov 10 13:30:30 2016 +0100

    Enable PulseAudio support

diff --git a/debian/control b/debian/control
index 166b728..76491e9 100644
--- a/debian/control
+++ b/debian/control
@@ -15,6 +15,7 @@ Build-Depends: debhelper (>= 9~),
  libconfuse-dev,
  libmxml-dev,
  libplist-dev (>= 0.16),
+ libpulse-dev,
  libgcrypt20-dev,
  libgpg-error-dev,
  libjson-c-dev,
diff --git a/debian/docs b/debian/docs
index ee4ac4d..2a19cce 100644
--- a/debian/docs
+++ b/debian/docs
@@ -2,4 +2,4 @@ AUTHORS
 NEWS
 README.md
 README_SMARTPL.md
-
+README_PULSE.md
diff --git a/debian/rules b/debian/rules
index fe2255c..3053c2b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,7 +16,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 	dh $@ --with autoreconf
 
 override_dh_auto_configure:
-	dh_auto_configure -- --enable-lastfm --enable-mpd --enable-itunes --enable-chromecast
+	dh_auto_configure -- --enable-lastfm --enable-mpd --enable-itunes --enable-chromecast --with-pulseaudio
 	cp $(CURDIR)/forked-daapd.service debian/
 
 override_dh_auto_install:

-- 
forked-daapd packaging



More information about the pkg-multimedia-commits mailing list