mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
extra/pulseaudio to 8.0-1
This commit is contained in:
parent
5db5ff03db
commit
2730bc044c
1 changed files with 8 additions and 3 deletions
|
@ -11,8 +11,8 @@
|
|||
pkgbase=pulseaudio
|
||||
pkgname=(pulseaudio libpulse pulseaudio-{gconf,zeroconf,lirc,jack,bluetooth,equalizer})
|
||||
pkgdesc="A featureful, general-purpose sound server"
|
||||
pkgver=7.1
|
||||
pkgrel=3
|
||||
pkgver=8.0
|
||||
pkgrel=1
|
||||
arch=(i686 x86_64)
|
||||
url="http://www.freedesktop.org/wiki/Software/PulseAudio"
|
||||
license=(LGPL)
|
||||
|
@ -23,7 +23,7 @@ makedepends=(libasyncns libcap attr libxtst libsm libsndfile libtool rtkit libso
|
|||
options=(!emptydirs)
|
||||
source=(http://freedesktop.org/software/$pkgbase/releases/$pkgbase-$pkgver.tar.xz
|
||||
padsp-lib32.patch)
|
||||
sha256sums=('e667514a28328f92aceea754a224a0150dddfe7e9a71b4c6d31489220153b9d9'
|
||||
sha256sums=('690eefe28633466cfd1ab9d85ebfa9376f6b622deec6bfee5091ac9737cd1989'
|
||||
'7832fc59df76538ff10aedd297c03cb7ff117235da8bfad26082994bb5b84332')
|
||||
|
||||
prepare() {
|
||||
|
@ -74,6 +74,11 @@ package_pulseaudio() {
|
|||
cd "$pkgdir"
|
||||
patch -Np1 -i "$srcdir/padsp-lib32.patch"
|
||||
|
||||
# Assumes that any volume adjustment is intended by the user, who can control
|
||||
# each app's volume. Misbehaving clients can trigger earsplitting volume
|
||||
# jumps. App volumes can diverge wildly and cause apps without their own
|
||||
# volume control to fall below sink volume; a sink-only volume control will
|
||||
# suddenly be unable to make such an app loud enough.
|
||||
sed -e '/flat-volumes/iflat-volumes = no' \
|
||||
-i etc/pulse/daemon.conf
|
||||
|
||||
|
|
Loading…
Reference in a new issue