author | Jan Alexander Steffens
<heftig@archlinux.org> 2023-01-10 02:24:40 UTC |
committer | Jan Alexander Steffens
<heftig@archlinux.org> 2023-01-10 02:24:40 UTC |
parent | 24d6a08af16184c2fbe4d5f29a7c74af1a3de5f4 |
PKGBUILD | +4 | -1 |
diff --git a/PKGBUILD b/PKGBUILD index e0a1705..98f0fe1 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -18,7 +18,7 @@ pkgname=( ) _commit=5ff00f40b9d3ecfc38305edc27e9c2b01629802c # tags/0.3.63 pkgver=0.3.63 -pkgrel=4 +pkgrel=5 epoch=1 pkgdesc="Low-latency audio/video router and processor" url="https://pipewire.org" @@ -77,6 +77,9 @@ prepare() { # https://gitlab.freedesktop.org/pipewire/pipewire/-/issues/2898 git cherry-pick -n c7b3ef0d9ff16a1e69a299870860bebcb628e298 + # https://gitlab.freedesktop.org/pipewire/pipewire/-/issues/2925 + git cherry-pick -n 9f3237b74edc3df467cca50af7c09f1e3c89abea + # 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 }