git » pipewire.git » commit 58e61c1

Rebuild to add upstream fix for https://bugs.archlinux.org/task/75013

author David Runge
2022-06-14 18:46:14 UTC
committer David Runge
2022-06-14 18:46:14 UTC
parent aa42b1d8c0b331dc1a2cf7d768673db7b0ae6377

Rebuild to add upstream fix for https://bugs.archlinux.org/task/75013

PKGBUILD +4 -1

diff --git a/PKGBUILD b/PKGBUILD
index c99ad24..a058219 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgname=(pipewire alsa-card-profiles pipewire-docs pipewire-alsa pipewire-jack
          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 @@ pkgver() {
 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
 }