author | Jan Alexander Steffens
<heftig@archlinux.org> 2022-12-27 14:09:54 UTC |
committer | Jan Alexander Steffens
<heftig@archlinux.org> 2022-12-27 14:09:54 UTC |
parent | b92cb0eff7cef0b399777f31446bd30c49b76469 |
PKGBUILD | +7 | -1 |
diff --git a/PKGBUILD b/PKGBUILD index f1965ee..5628207 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -18,7 +18,7 @@ pkgname=( ) _commit=5ff00f40b9d3ecfc38305edc27e9c2b01629802c # tags/0.3.63 pkgver=0.3.63 -pkgrel=2 +pkgrel=3 epoch=1 pkgdesc="Low-latency audio/video router and processor" url="https://pipewire.org" @@ -70,6 +70,12 @@ pkgver() { prepare() { cd pipewire + # https://gitlab.freedesktop.org/pipewire/pipewire/-/issues/2893 + git cherry-pick -n 89ac6b353521fb9a6d6eb6bb74724c4fa968f75c + + # https://gitlab.freedesktop.org/pipewire/pipewire/-/issues/2898 + git cherry-pick -n c7b3ef0d9ff16a1e69a299870860bebcb628e298 + # 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 }