From 03c9e18159cc628426ec6778c52c2bc931c47d9e Mon Sep 17 00:00:00 2001 From: Angelo Verlain Shema <geoangercola@gmail.com> Date: Sat, 25 May 2024 11:51:46 +0000 Subject: [PATCH] community/shairport-sync: enable the MPRIS and DBUS interfaces --- community/shairport-sync/APKBUILD | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/community/shairport-sync/APKBUILD b/community/shairport-sync/APKBUILD index 37e4d9632553..0ffa1f43d32a 100644 --- a/community/shairport-sync/APKBUILD +++ b/community/shairport-sync/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Patrycja Rosa <alpine@ptrcnull.me> pkgname=shairport-sync pkgver=4.3.2 -pkgrel=1 +pkgrel=2 pkgdesc="AirTunes emulator. Shairport Sync adds multi-room capability with Audio Synchronisation" url="https://github.com/mikebrady/shairport-sync" arch="all" @@ -51,7 +51,9 @@ build() { --with-soxr \ --with-stdout \ --with-pipe \ - --with-metadata + --with-metadata \ + --with-mpris-interface \ + --with-dbus-interface make } -- GitLab