[arch-commits] Commit in pulseaudio/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Fri Jan 22 20:03:08 UTC 2016


    Date: Friday, January 22, 2016 @ 21:03:08
  Author: heftig
Revision: 258511

8.0

Modified:
  pulseaudio/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-01-22 18:48:56 UTC (rev 258510)
+++ PKGBUILD	2016-01-22 20:03:08 UTC (rev 258511)
@@ -7,7 +7,7 @@
 pkgbase=pulseaudio
 pkgname=(pulseaudio libpulse pulseaudio-{gconf,zeroconf,lirc,xen,jack,bluetooth,equalizer})
 pkgdesc="A featureful, general-purpose sound server"
-pkgver=7.99.2
+pkgver=8.0
 pkgrel=1
 arch=(i686 x86_64)
 url="http://www.freedesktop.org/wiki/Software/PulseAudio"
@@ -19,7 +19,7 @@
 options=(!emptydirs)
 source=(http://freedesktop.org/software/$pkgbase/releases/$pkgbase-$pkgver.tar.xz
         padsp-lib32.patch)
-sha256sums=('72810b3379a91bb06e5d925282acdb174ca5da419829317d81a46a1627a0c6aa'
+sha256sums=('690eefe28633466cfd1ab9d85ebfa9376f6b622deec6bfee5091ac9737cd1989'
             '7832fc59df76538ff10aedd297c03cb7ff117235da8bfad26082994bb5b84332')
 
 prepare() {
@@ -69,6 +69,11 @@
   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
 



More information about the arch-commits mailing list