[arch-commits] Commit in pulseaudio/trunk (PKGBUILD)
Jan Steffens
heftig at gemini.archlinux.org
Wed Feb 23 03:25:05 UTC 2022
Date: Wednesday, February 23, 2022 @ 03:25:05
Author: heftig
Revision: 437980
15.0-4: FS#73888 fix ldac
Modified:
pulseaudio/trunk/PKGBUILD
----------+
PKGBUILD | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-02-23 03:15:58 UTC (rev 437979)
+++ PKGBUILD 2022-02-23 03:25:05 UTC (rev 437980)
@@ -4,7 +4,7 @@
pkgname=(pulseaudio libpulse pulseaudio-{zeroconf,lirc,jack,bluetooth,equalizer,rtp})
pkgdesc="A featureful, general-purpose sound server"
pkgver=15.0
-pkgrel=3
+pkgrel=4
arch=(x86_64)
url="https://www.freedesktop.org/wiki/Software/PulseAudio/"
license=(GPL)
@@ -11,7 +11,7 @@
makedepends=(libasyncns libcap attr libxtst libsm libsndfile rtkit libsoxr
speexdsp tdb systemd dbus avahi bluez bluez-libs jack2 sbc
lirc openssl fftw orc gtk3 webrtc-audio-processing check git meson
- xmltoman valgrind doxygen gst-plugins-bad)
+ xmltoman valgrind doxygen gst-plugins-base-libs)
_commit=6329a2498eb038f8a9537888280a62b00a93f68e # tags/v15.0^0
source=("git+https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git#commit=$_commit")
sha256sums=('SKIP')
@@ -26,6 +26,9 @@
# Freeze version before patching
./git-version-gen doesnt-exist >.tarball-version
+
+ # https://bugs.archlinux.org/task/73888
+ git cherry-pick -n 9f0a18b290de3e93812fbb7666f6377acf1e96e7
}
build() {
More information about the arch-commits
mailing list