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