Date: Tuesday, December 27, 2022 @ 14:09:54
  Author: heftig
Revision: 465029

0.3.63-3: Patch some issues

Modified:
  pipewire/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-12-27 14:04:58 UTC (rev 465028)
+++ PKGBUILD    2022-12-27 14:09:54 UTC (rev 465029)
@@ -18,7 +18,7 @@
 )
 _commit=5ff00f40b9d3ecfc38305edc27e9c2b01629802c  # tags/0.3.63
 pkgver=0.3.63
-pkgrel=2
+pkgrel=3
 epoch=1
 pkgdesc="Low-latency audio/video router and processor"
 url="https://pipewire.org";
@@ -70,6 +70,12 @@
 prepare() {
   cd pipewire
 
+  # https://gitlab.freedesktop.org/pipewire/pipewire/-/issues/2893
+  git cherry-pick -n 89ac6b353521fb9a6d6eb6bb74724c4fa968f75c
+
+  # https://gitlab.freedesktop.org/pipewire/pipewire/-/issues/2898
+  git cherry-pick -n c7b3ef0d9ff16a1e69a299870860bebcb628e298
+
   # 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