summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Boot <bootc@debian.org>2019-07-26 21:59:55 -0300
committerChris Boot <bootc@debian.org>2019-07-26 22:15:19 -0300
commit6a0f3c4079c9e3feed0c5336d74cf2788383b516 (patch)
tree36bab4588d6dd79271c497f251d9ffc709057462
parent3bb90d341017959a8b7c743bca10905e9b7642dd (diff)
Enable JACK, D-Bus, MPRIS and MQTT support
-rw-r--r--debian/changelog3
-rw-r--r--debian/control2
-rwxr-xr-xdebian/rules6
3 files changed, 10 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 7febb25..c5ea160 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,8 @@
shairport-sync (3.3.1-2) UNRELEASED; urgency=medium
+ * New features:
+ - enable JACK audio backend support.
+ - enale D-Bus, MPRIS, and MQTT metadata and/or remote control support.
* d/shairport-sync.init: fix restart subcommand, which would appear to hang.
This only affected init systems using this script such as sysvinit, but
not systemd. (Closes: #885893)
diff --git a/debian/control b/debian/control
index e3a5973..f1f1561 100644
--- a/debian/control
+++ b/debian/control
@@ -8,6 +8,8 @@ Build-Depends:
libavahi-client-dev,
libconfig-dev,
libdaemon-dev,
+ libjack-dev,
+ libmosquitto-dev,
libpopt-dev,
libpulse-dev,
libsndfile1-dev,
diff --git a/debian/rules b/debian/rules
index 0dcb313..e515b6f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -35,8 +35,12 @@ override_dh_auto_configure:
--with-metadata \
--with-avahi \
--with-alsa \
+ --with-jack \
--with-pa \
- --with-convolution
+ --with-convolution \
+ --with-dbus-interface \
+ --with-mpris-interface \
+ --with-mqtt-client
override_dh_installchangelogs:
dh_installchangelogs --keep RELEASENOTES.md