git » pipewire.git » commit 734c971

0.3.42-2

author Jan Alexander Steffens
2021-12-23 09:38:45 UTC
committer Jan Alexander Steffens
2021-12-23 09:38:45 UTC
parent 7cc80388d747415fd0683b87831e62e33cdeb745

0.3.42-2

PKGBUILD +4 -1

diff --git a/PKGBUILD b/PKGBUILD
index d86e573..34ec7ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgbase=pipewire
 pkgname=(pipewire alsa-card-profiles pipewire-docs pipewire-alsa pipewire-jack
          pipewire-pulse gst-plugin-pipewire pipewire-zeroconf pipewire-v4l2)
 pkgver=0.3.42
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="Low-latency audio/video router and processor"
 url="https://pipewire.org"
@@ -27,6 +27,9 @@ pkgver() {
 
 prepare() {
   cd pipewire
+
+  # https://gitlab.freedesktop.org/pipewire/pipewire/-/issues/1930
+  git cherry-pick -n 3c66d4600750b2039f6f969a35fce82605754b9c
 }
 
 build() {