git » pipewire.git » commit 06c5581

0.3.55-2: avoid crash in ardour

author Jan Alexander Steffens
2022-07-12 13:20:26 UTC
committer Jan Alexander Steffens
2022-07-12 13:20:26 UTC
parent 4588ae46a4626a70f6cbfde78096f42ebc899e3c

0.3.55-2: avoid crash in ardour

PKGBUILD +4 -1

diff --git a/PKGBUILD b/PKGBUILD
index 3ba25c8..8a9ffd4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgname=(pipewire alsa-card-profiles pipewire-docs pipewire-alsa pipewire-jack
          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 @@ pkgver() {
 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
 }