git » pipewire.git » commit 8901e0a

0.3.30-2: FS#71157

author Jan Alexander Steffens
2021-06-10 23:11:48 UTC
committer Jan Alexander Steffens
2021-06-10 23:11:48 UTC
parent 7d960aec84171e119f1653134f4f3c2241e48c7d

0.3.30-2: FS#71157

PKGBUILD +4 -1

diff --git a/PKGBUILD b/PKGBUILD
index 0035404..5fa0556 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgname=(pipewire alsa-card-profiles pipewire-docs pipewire-media-session
          pipewire-alsa pipewire-jack pipewire-pulse gst-plugin-pipewire
          pipewire-zeroconf)
 pkgver=0.3.30
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="Low-latency audio/video router and processor"
 url="https://pipewire.org"
@@ -28,6 +28,9 @@ pkgver() {
 
 prepare() {
   cd pipewire
+
+  # https://bugs.archlinux.org/task/71157
+  git cherry-pick -n d8e0176bcfcd 23a0f29d4878 283e13629c0e 1c513464c83a
 }
 
 build() {