git » pipewire.git » commit 4e27f18

0.3.77-2: FS#79355 backport patch to fix device duplication

author Jan Alexander Steffens (heftig)
2023-08-13 01:35:08 UTC
committer Jan Alexander Steffens (heftig)
2023-08-13 01:35:08 UTC
parent b5821f17c218519a793ada1d29c0ff8aca6dcd1a

0.3.77-2: FS#79355 backport patch to fix device duplication

PKGBUILD +5 -1

diff --git a/PKGBUILD b/PKGBUILD
index 936a709..c2af12f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,7 +21,7 @@ pkgname=(
 )
 _commit=31cd694602cc37ada3a6d02a5a381f4e3933ecef  # tags/0.3.77
 pkgver=0.3.77
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="Low-latency audio/video router and processor"
 url="https://pipewire.org"
@@ -83,6 +83,10 @@ pkgver() {
 prepare() {
   cd pipewire
 
+  # https://bugs.archlinux.org/task/79355
+  # https://gitlab.freedesktop.org/pipewire/pipewire/-/issues/3414
+  git cherry-pick -n 820ca90705ae78124958f1b96de3bdc7889c2d1e
+
   # remove export of LD_LIBRARY_PATH for pw-jack as it would add /usr/lib
   git apply -3 ../0001-pipewire-jack-Disable-LD_LIBRARY_PATH-when-libjack-i.patch
 }