[arch-commits] Commit in pulseaudio/trunk (PKGBUILD padsp-lib32.patch)

Jan Steffens heftig at archlinux.org
Tue Sep 5 23:10:32 UTC 2017


    Date: Tuesday, September 5, 2017 @ 23:10:31
  Author: heftig
Revision: 304725

11.0-1

Modified:
  pulseaudio/trunk/PKGBUILD
Deleted:
  pulseaudio/trunk/padsp-lib32.patch

-------------------+
 PKGBUILD          |   14 ++++++--------
 padsp-lib32.patch |   15 ---------------
 2 files changed, 6 insertions(+), 23 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-05 22:30:52 UTC (rev 304724)
+++ PKGBUILD	2017-09-05 23:10:31 UTC (rev 304725)
@@ -7,8 +7,8 @@
 pkgbase=pulseaudio
 pkgname=(pulseaudio libpulse pulseaudio-{gconf,zeroconf,lirc,jack,bluetooth,equalizer})
 pkgdesc="A featureful, general-purpose sound server"
-pkgver=10.0
-pkgrel=3
+pkgver=11.0
+pkgrel=1
 arch=(i686 x86_64)
 url="https://www.freedesktop.org/wiki/Software/PulseAudio/"
 license=(GPL)
@@ -17,11 +17,9 @@
              lirc openssl fftw orc gtk3 webrtc-audio-processing
              check autoconf-archive git)
 options=(!emptydirs)
-_commit=84952e6a092b6a0c5b153bd7a4f6e490810681c8  # tags/v10.0^0
-source=("git+https://anongit.freedesktop.org/git/pulseaudio/pulseaudio#commit=$_commit"
-        padsp-lib32.patch)
-sha256sums=('SKIP'
-            '7832fc59df76538ff10aedd297c03cb7ff117235da8bfad26082994bb5b84332')
+_commit=8db681606cd8cbb8cee67529937deaa9e4558db9  # tags/v11.0^0
+source=("git+https://anongit.freedesktop.org/git/pulseaudio/pulseaudio#commit=$_commit")
+sha256sums=('SKIP')
 
 pkgver() {
   cd pulseaudio
@@ -41,6 +39,7 @@
     --libexecdir=/usr/lib \
     --localstatedir=/var \
     --with-udev-rules-dir=/usr/lib/udev/rules.d \
+    --with-pulsedsp-location='/usr/\\$$LIB/pulseaudio' \
     --with-database=tdb \
     --disable-tcpwrap \
     --disable-bluez4 \
@@ -75,7 +74,6 @@
     bashcompletiondir=/usr/share/bash-completion/completions
 
   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

Deleted: padsp-lib32.patch
===================================================================
--- padsp-lib32.patch	2017-09-05 22:30:52 UTC (rev 304724)
+++ padsp-lib32.patch	2017-09-05 23:10:31 UTC (rev 304725)
@@ -1,15 +0,0 @@
-diff -u -r foo/usr/bin/padsp bar/usr/bin/padsp
---- foo/usr/bin/padsp	2015-09-09 14:26:20.000000000 +0200
-+++ bar/usr/bin/padsp	2015-09-09 14:47:54.828230174 +0200
-@@ -74,9 +74,9 @@
- shift $(( $OPTIND - 1 ))
- 
- if [ x"$LD_PRELOAD" = x ] ; then
--   LD_PRELOAD="/usr/lib/pulseaudio/libpulsedsp.so"
-+   LD_PRELOAD="/usr/\$LIB/pulseaudio/libpulsedsp.so"
- else
--   LD_PRELOAD="$LD_PRELOAD /usr/lib/pulseaudio/libpulsedsp.so"
-+   LD_PRELOAD="$LD_PRELOAD /usr/\$LIB/pulseaudio/libpulsedsp.so"
- fi
- 
- export LD_PRELOAD



More information about the arch-commits mailing list