diff options
author | Bart Ribbers <bribbers@disroot.org> | 2019-07-04 16:13:26 +0200 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-07-05 01:13:06 -0300 |
commit | f1499fb9dce163bfd477b494fb5eb7b9b6ccacfc (patch) | |
tree | 7a68d22e36351391f412f5f52f158d7c95916757 | |
parent | 0800fb000034d482f96be5dd3b854d3eccb9e86e (diff) | |
download | aports-f1499fb9dce163bfd477b494fb5eb7b9b6ccacfc.tar.bz2 aports-f1499fb9dce163bfd477b494fb5eb7b9b6ccacfc.tar.xz |
community/pulseaudio: enable missing avahi support for zeroconf
-rw-r--r-- | community/pulseaudio/APKBUILD | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/community/pulseaudio/APKBUILD b/community/pulseaudio/APKBUILD index 8ea3118f10..fe25f9cc2d 100644 --- a/community/pulseaudio/APKBUILD +++ b/community/pulseaudio/APKBUILD @@ -5,7 +5,7 @@ # Maintainer: Leo <thinkabit.ukim@gmail.com> pkgname=pulseaudio pkgver=12.2 -pkgrel=3 +pkgrel=4 pkgdesc="A featureful, general-purpose sound server" url="http://www.freedesktop.org/wiki/Software/PulseAudio" arch="all !s390x" @@ -57,7 +57,8 @@ build() { --disable-rpath \ --disable-esound \ --disable-hal-compat \ - --enable-x11 + --enable-x11 \ + --enable-avahi sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool @@ -130,6 +131,8 @@ jack() { zeroconf() { pkgdesc="Pulseaudio zeroconf support" + depends="avahi" + mkdir -p "$subpkgdir"/usr/lib/pulse-$pkgver/modules mv "$pkgdir"/usr/lib/pulse-$pkgver/modules/*avahi*.so \ "$pkgdir"/usr/lib/pulse-$pkgver/modules/*zeroconf*.so \ |