Date: Tuesday, July 12, 2022 @ 13:20:17 Author: heftig Revision: 1250391
0.3.55-2 Modified: lib32-pipewire/trunk/PKGBUILD ----------+ PKGBUILD | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-07-12 11:03:05 UTC (rev 1250390) +++ PKGBUILD 2022-07-12 13:20:17 UTC (rev 1250391) @@ -6,7 +6,7 @@ pkgname=(lib32-pipewire lib32-pipewire-jack lib32-pipewire-v4l2) _commit=957e3a7b3832dbf61e5530f448bf7e4275fa8476 # tags/0.3.55 pkgver=0.3.55 -pkgrel=1 +pkgrel=2 epoch=1 pkgdesc="Low-latency audio/video router and processor - 32-bit client library" url="https://pipewire.org" @@ -24,6 +24,9 @@ prepare() { cd pipewire + + # jack: avoid crash in ardour + git cherry-pick -n 40552a0e914c3aef48ce59ce1bfb9d80516aa893 } build() {
