[arch-commits] Commit in pipewire/trunk (PKGBUILD)

Jan Steffens heftig at gemini.archlinux.org
Tue Jul 12 13:20:26 UTC 2022


    Date: Tuesday, July 12, 2022 @ 13:20:26
  Author: heftig
Revision: 450887

0.3.55-2: avoid crash in ardour

Modified:
  pipewire/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-12 12:58:18 UTC (rev 450886)
+++ PKGBUILD	2022-07-12 13:20:26 UTC (rev 450887)
@@ -8,7 +8,7 @@
          pipewire-x11-bell)
 _commit=957e3a7b3832dbf61e5530f448bf7e4275fa8476  # tags/0.3.55
 pkgver=0.3.55
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="Low-latency audio/video router and processor"
 url="https://pipewire.org"
@@ -31,6 +31,9 @@
 prepare() {
   cd pipewire
 
+  # jack: avoid crash in ardour
+  git cherry-pick -n 40552a0e914c3aef48ce59ce1bfb9d80516aa893
+
   # 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
 }



More information about the arch-commits mailing list