mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
extra/pulseaudio to 7.1-3
This commit is contained in:
parent
1058946300
commit
1ea4483da4
1 changed files with 3 additions and 3 deletions
|
@ -12,7 +12,7 @@ pkgbase=pulseaudio
|
|||
pkgname=(pulseaudio libpulse pulseaudio-{gconf,zeroconf,lirc,jack,bluetooth,equalizer})
|
||||
pkgdesc="A featureful, general-purpose sound server"
|
||||
pkgver=7.1
|
||||
pkgrel=1
|
||||
pkgrel=3
|
||||
arch=(i686 x86_64)
|
||||
url="http://www.freedesktop.org/wiki/Software/PulseAudio"
|
||||
license=(LGPL)
|
||||
|
@ -74,11 +74,11 @@ package_pulseaudio() {
|
|||
cd "$pkgdir"
|
||||
patch -Np1 -i "$srcdir/padsp-lib32.patch"
|
||||
|
||||
sed -e '/flat-volumes/iflat-volumes=no' \
|
||||
sed -e '/flat-volumes/iflat-volumes = no' \
|
||||
-i etc/pulse/daemon.conf
|
||||
|
||||
# Superseded by socket activation
|
||||
sed -e '/autospawn/iautospawn=no' \
|
||||
sed -e '/autospawn/iautospawn = no' \
|
||||
-i etc/pulse/client.conf
|
||||
|
||||
# Disable cork-request module, can result in e.g. media players unpausing
|
||||
|
|
Loading…
Reference in a new issue