Date: Thursday, November 17, 2022 @ 17:01:20
  Author: heftig
Revision: 462091

0.3.60-3: add patch for VMs

Modified:
  pipewire/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-11-17 16:58:53 UTC (rev 462090)
+++ PKGBUILD    2022-11-17 17:01:20 UTC (rev 462091)
@@ -18,7 +18,7 @@
 )
 _commit=38382d002d0905d60a964fc84dcaf4f8b507a473  # tags/0.3.60
 pkgver=0.3.60
-pkgrel=2
+pkgrel=3
 epoch=1
 pkgdesc="Low-latency audio/video router and processor"
 url="https://pipewire.org";
@@ -78,6 +78,10 @@
   # https://gitlab.freedesktop.org/pipewire/pipewire/-/issues/2764
   git cherry-pick -n bf3516ba0496b644b3944b114253f23964178897
 
+  # fix hang in virtual machines
+  # https://gitlab.freedesktop.org/pipewire/pipewire/-/issues/2830
+  git cherry-pick -n b46d8a8c921a8da6883610ad4b68da95bf59b59e
+
   # 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