[arch-commits] Commit in shairport-sync/trunk (PKGBUILD)

Anatol Pomozov anatolik at archlinux.org
Mon Apr 26 16:03:59 UTC 2021


    Date: Monday, April 26, 2021 @ 16:03:58
  Author: anatolik
Revision: 924534

FS#70581: add MQTT support

Modified:
  shairport-sync/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-26 15:36:13 UTC (rev 924533)
+++ PKGBUILD	2021-04-26 16:03:58 UTC (rev 924534)
@@ -8,7 +8,7 @@
 arch=(x86_64)
 license=(GPL)
 backup=(etc/shairport-sync.conf)
-depends=(openssl avahi libsoxr popt alsa-lib libconfig libpulse jack)
+depends=(openssl avahi libsoxr popt alsa-lib libconfig libpulse jack mosquitto)
 makedepends=(xmltoman)
 source=(shairport-sync-$pkgver.zip::https://github.com/mikebrady/shairport-sync/archive/$pkgver.zip
         shairport-sync.sysusers
@@ -27,7 +27,7 @@
   cd shairport-sync-$pkgver
 
   autoreconf -i -f
-  ./configure --prefix=/usr --sysconfdir=/etc --with-alsa --with-pa --with-avahi --with-jack --with-stdout --with-pipe --with-ssl=openssl --with-soxr --with-dns_sd --with-pkg-config --with-systemd --with-configfiles --with-metadata
+  ./configure --prefix=/usr --sysconfdir=/etc --with-alsa --with-pa --with-avahi --with-jack --with-stdout --with-pipe --with-ssl=openssl --with-soxr --with-dns_sd --with-pkg-config --with-systemd --with-configfiles --with-metadata --with-mqtt-client
   make
 
   sed 's|/usr/local/bin/|/usr/bin/|' -i scripts/shairport-sync.service



More information about the arch-commits mailing list