[arch-commits] Commit in pipewire/trunk (PKGBUILD)
David Runge
dvzrv at gemini.archlinux.org
Tue Jun 14 18:46:14 UTC 2022
Date: Tuesday, June 14, 2022 @ 18:46:14
Author: dvzrv
Revision: 448687
upgpkg: pipewire 1:0.3.52-2: Rebuild to add upstream fix for https://bugs.archlinux.org/task/75013
Modified:
pipewire/trunk/PKGBUILD
----------+
PKGBUILD | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-06-14 18:29:27 UTC (rev 448686)
+++ PKGBUILD 2022-06-14 18:46:14 UTC (rev 448687)
@@ -8,7 +8,7 @@
pipewire-x11-bell)
_commit=31bf63105749893e5e2c6ae7784e7f27aa0345ad # tags/0.3.52
pkgver=0.3.52
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc="Low-latency audio/video router and processor"
url="https://pipewire.org"
@@ -31,6 +31,9 @@
prepare() {
cd pipewire
+ # fix issue with input stuttering: https://bugs.archlinux.org/task/75013
+ git cherry-pick -n 68bafcf166d98539dfda949f40c7438c1e4b2ec6
+
# remove export of LD_LIBRARY_PATH for pw-jack as it would add /usr/lib
sed -i '/LD_LIBRARY_PATH/d' pipewire-jack/src/pw-jack.in
}
More information about the arch-commits
mailing list