mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 12:57:14 +08:00
pulseaudio: rebuild to disable flat-volumes
This commit is contained in:
parent
4576927a11
commit
697ce74136
@ -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/' \
|
||||
|
Loading…
Reference in New Issue
Block a user