summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexey D2017-09-10 13:22:10 +0300
committerAlexey D2017-09-10 13:25:07 +0300
commiteceb4f72f8521804c68680f7440a8c75cb87e808 (patch)
tree6b3092289be9dd2c4ab40443e1f39c9661955a79
parent87ea62380b83d69bb994a02dfa13b2e1d7f94175 (diff)
downloadaur-eceb4f72f8521804c68680f7440a8c75cb87e808.tar.gz
version 11.0-1
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD16
-rw-r--r--padsp-lib32.patch15
3 files changed, 11 insertions, 32 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 672b28761a3b..8b6fa9a8d855 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
# Generated by mksrcinfo v8
-# Thu Jan 19 06:31:37 UTC 2017
+# Sun Sep 10 10:25:03 UTC 2017
pkgbase = libpulse-nosystemd
pkgdesc = Client library for PulseAudio
- pkgver = 10.0
+ pkgver = 11.0
pkgrel = 1
- url = http://www.freedesktop.org/wiki/Software/PulseAudio
+ url = https://www.freedesktop.org/wiki/Software/PulseAudio/
arch = i686
arch = x86_64
license = LGPL
@@ -24,15 +24,13 @@ pkgbase = libpulse-nosystemd
depends = libxtst
depends = libsm
depends = libsndfile
- provides = libpulse=10.0
+ provides = libpulse=11.0
conflicts = libpulse
replaces = libpulse
options = !emptydirs
backup = etc/pulse/client.conf
- source = git+https://anongit.freedesktop.org/git/pulseaudio/pulseaudio#commit=84952e6a092b6a0c5b153bd7a4f6e490810681c8
- source = padsp-lib32.patch
+ source = git+https://anongit.freedesktop.org/git/pulseaudio/pulseaudio#commit=8db681606cd8cbb8cee67529937deaa9e4558db9
sha256sums = SKIP
- sha256sums = 7832fc59df76538ff10aedd297c03cb7ff117235da8bfad26082994bb5b84332
pkgname = libpulse-nosystemd
diff --git a/PKGBUILD b/PKGBUILD
index b04b8393ae73..375b0088bb90 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,10 +6,10 @@
pkgname=libpulse-nosystemd
pkgdesc="Client library for PulseAudio"
-pkgver=10.0
+pkgver=11.0
pkgrel=1
arch=(i686 x86_64)
-url="http://www.freedesktop.org/wiki/Software/PulseAudio"
+url="https://www.freedesktop.org/wiki/Software/PulseAudio/"
license=(LGPL)
depends=(dbus libasyncns libcap libxtst libsm libsndfile)
makedepends=(attr libtool rtkit speexdsp tdb intltool orc gtk3 check libsoxr)
@@ -18,11 +18,9 @@ conflicts=('libpulse')
replaces=('libpulse')
backup=(etc/pulse/client.conf)
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')
prepare() {
cd pulseaudio
@@ -37,6 +35,7 @@ build() {
--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 \
@@ -84,7 +83,4 @@ package() {
mv {temp/,}usr/share/vala
rm -rf temp
-
- # Fix working padsp with 32-bit applications
- patch -Np1 -i "$srcdir/padsp-lib32.patch"
}
diff --git a/padsp-lib32.patch b/padsp-lib32.patch
deleted file mode 100644
index 73c0ea66b5bc..000000000000
--- a/padsp-lib32.patch
+++ /dev/null
@@ -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