Date: Wednesday, September 23, 2020 @ 16:22:39 Author: anatolik Revision: 711558
upgpkg: shairport-sync 3.3.6-2: FS#67972 enable 'jack' integration support Modified: shairport-sync/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-09-23 15:54:48 UTC (rev 711557) +++ PKGBUILD 2020-09-23 16:22:39 UTC (rev 711558) @@ -2,13 +2,13 @@ pkgname=shairport-sync pkgver=3.3.6 -pkgrel=1 +pkgrel=2 pkgdesc='Emulates an AirPort Express for the purpose of streaming music from iTunes and compatible iPods and iPhones' url='https://github.com/mikebrady/shairport-sync' arch=(x86_64) license=(GPL) backup=(etc/shairport-sync.conf) -depends=(openssl avahi libsoxr popt alsa-lib libconfig libpulse) +depends=(openssl avahi libsoxr popt alsa-lib libconfig libpulse jack) 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-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 make sed 's|/usr/local/bin/|/usr/bin/|' -i scripts/shairport-sync.service
