Date: Friday, April 14, 2023 @ 21:08:54
  Author: heftig
Revision: 474052

0.3.69-2: FS#78195 cherry-pick missing revert

Modified:
  pipewire/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-14 19:02:02 UTC (rev 474051)
+++ PKGBUILD    2023-04-14 21:08:54 UTC (rev 474052)
@@ -20,7 +20,7 @@
 )
 _commit=cd8be0ba3b27542253f7744b699c2ede159e2d7c  # tags/0.3.69
 pkgver=0.3.69
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="Low-latency audio/video router and processor"
 url="https://pipewire.org";
@@ -75,6 +75,9 @@
 prepare() {
   cd pipewire
 
+  # https://bugs.archlinux.org/task/78195
+  git cherry-pick -n 916f1cdfbfdc414d83031aef941a9909d1e603bd
+
   # 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
 }

Reply via email to