Skip to content
Snippets Groups Projects
Commit f1499fb9 authored by Bart Ribbers's avatar Bart Ribbers Committed by Leo
Browse files

community/pulseaudio: enable missing avahi support for zeroconf

parent 0800fb00
No related branches found
No related tags found
No related merge requests found
......@@ -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 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment