pulseaudio: rebuild to disable flat-volumes

This commit is contained in:
Bruce 2013-12-14 16:13:36 +00:00
parent 4576927a11
commit 697ce74136

View File

@ -4,7 +4,7 @@ pkgbase=pulseaudio
pkgname=(pulseaudio libpulse)
pkgdesc="A featureful, general-purpose sound server"
pkgver=4.0
pkgrel=2
pkgrel=3
arch=('x86_64')
url="http://www.freedesktop.org/wiki/Software/PulseAudio"
license=(GPL LGPL)
@ -80,7 +80,7 @@ package_pulseaudio() {
sed -e '/exit-idle-time/iexit-idle-time=0' \
-e '/resample-method/iresample-method=speex-float-1' \
-i "$pkgdir/etc/pulse/daemon.conf"
sed -e 's|; flat-volumes = yes|flat-volumes = no|' -i "$pkgdir/etc/pulse/daemon.conf"
#### default.pa ####
# Delay of sound notification workaround, needs to be removed once fixed in systemd
sed -e 's/load-module module-udev-detect/load-module module-udev-detect tsched=0/' \