author | Jan Alexander Steffens
<heftig@archlinux.org> 2022-10-08 22:57:22 UTC |
committer | Jan Alexander Steffens
<heftig@archlinux.org> 2022-10-08 22:57:22 UTC |
parent | c2d2914edd8340f372f19a5dc237b3d9a34cf596 |
PKGBUILD | +5 | -1 |
diff --git a/PKGBUILD b/PKGBUILD index b9c3071..c04a0d3 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -18,7 +18,7 @@ pkgname=( ) _commit=f54a72fd9a67eeb8d1502d6d75979dbddb00fdf2 # tags/0.3.59 pkgver=0.3.59 -pkgrel=1 +pkgrel=2 epoch=1 pkgdesc="Low-latency audio/video router and processor" url="https://pipewire.org" @@ -68,6 +68,10 @@ pkgver() { prepare() { cd pipewire + # fix filter-chain crash + # https://gitlab.freedesktop.org/pipewire/pipewire/-/issues/2737 + git cherry-pick -n 94a64268613adac8ef6f3e6c1f04468220540d00 + # 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 }