author | Jan Alexander Steffens (heftig)
<heftig@archlinux.org> 2023-05-31 15:16:01 UTC |
committer | Jan Alexander Steffens (heftig)
<heftig@archlinux.org> 2023-05-31 15:16:01 UTC |
parent | 355bad58ec7e1f5bc9b7f46dfc1543badf17d034 |
PKGBUILD | +5 | -1 |
diff --git a/PKGBUILD b/PKGBUILD index ab521f3..461abbb 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -20,7 +20,7 @@ pkgname=( ) _commit=bd225b14bbda1a6e2dc7a52780eaf728920e0ff2 # tags/0.3.71 pkgver=0.3.71 -pkgrel=1 +pkgrel=2 epoch=1 pkgdesc="Low-latency audio/video router and processor" url="https://pipewire.org" @@ -75,6 +75,10 @@ pkgver() { prepare() { cd pipewire + # Fix JACK emulation + # https://gitlab.freedesktop.org/pipewire/pipewire/-/issues/3226 + git cherry-pick -n ce71b37b58d5e251ae7acda0799f696688df11c2 + # 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 }