git » pipewire.git » commit 7340c89

Upgrade to 0.3.53.

author David Runge
2022-06-30 12:28:07 UTC
committer David Runge
2022-06-30 12:28:07 UTC
parent 58e61c188a80f5e083af537a30b56654cb78e5bb

Upgrade to 0.3.53.

PKGBUILD +3 -6

diff --git a/PKGBUILD b/PKGBUILD
index a058219..9a7fa8b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,9 +6,9 @@ pkgbase=pipewire
 pkgname=(pipewire alsa-card-profiles pipewire-docs pipewire-alsa pipewire-jack
          pipewire-pulse gst-plugin-pipewire pipewire-zeroconf pipewire-v4l2
          pipewire-x11-bell)
-_commit=31bf63105749893e5e2c6ae7784e7f27aa0345ad  # tags/0.3.52
-pkgver=0.3.52
-pkgrel=2
+_commit=3853eba32f1a354b7287f7990ba467679749532a  # tags/0.3.53
+pkgver=0.3.53
+pkgrel=1
 epoch=1
 pkgdesc="Low-latency audio/video router and processor"
 url="https://pipewire.org"
@@ -31,9 +31,6 @@ 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
 }