[SCM] forked-daapd/master: Enable chromecasting

rbalint at users.alioth.debian.org rbalint at users.alioth.debian.org
Mon May 16 18:37:36 UTC 2016


The following commit has been merged in the master branch:
commit c4f9377ab5f6af74cae616e4dbd8a2799987eb3e
Author: Balint Reczey <balint at balintreczey.hu>
Date:   Mon May 16 17:16:59 2016 +0200

    Enable chromecasting

diff --git a/debian/control b/debian/control
index c2bf839..ea40a79 100644
--- a/debian/control
+++ b/debian/control
@@ -17,6 +17,9 @@ Build-Depends: debhelper (>= 9~),
  libplist-dev (>= 0.16),
  libgcrypt20-dev,
  libgpg-error-dev,
+ libjson-c-dev,
+ libprotobuf-c-dev,
+ libgnutls28-dev,
  libasound2-dev,
  zlib1g-dev,
  libunistring-dev (>= 0.9.3),
@@ -37,6 +40,7 @@ Standards-Version: 3.9.6
 Package: forked-daapd
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, avahi-daemon (>= 0.6.31-3~), adduser, psmisc
+Recommends: libavcodec-extra
 Description: DAAP/DACP (iTunes) server, support for AirPlay and Roku devices
  forked-daapd is an iTunes-compatible media server, originally intended
  as a rewrite of Firefly Media Server (also known as mt-daapd).
diff --git a/debian/rules b/debian/rules
index 466a36d..11170cc 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
+	dh_auto_configure -- --enable-lastfm --enable-mpd --enable-itunes --enable-chromecast
 
 override_dh_auto_install:
 	dh_auto_install

-- 
forked-daapd packaging



More information about the pkg-multimedia-commits mailing list