author | Jan Alexander Steffens
<heftig@archlinux.org> 2022-12-12 05:08:04 UTC |
committer | Jan Alexander Steffens
<heftig@archlinux.org> 2022-12-12 05:08:04 UTC |
parent | d0d32915857daed3bfea524df26556ce5078265b |
PKGBUILD | +5 | -1 |
diff --git a/PKGBUILD b/PKGBUILD index 410dbcb..8546b5a 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -18,7 +18,7 @@ pkgname=( ) _commit=3a443b4e1c9730675c7de0453a6279ab9ee263fd # tags/0.3.62 pkgver=0.3.62 -pkgrel=1 +pkgrel=2 epoch=1 pkgdesc="Low-latency audio/video router and processor" url="https://pipewire.org" @@ -70,6 +70,10 @@ pkgver() { prepare() { cd pipewire + # fix audio distortion + # https://gitlab.freedesktop.org/pipewire/pipewire/-/issues/2885 + git cherry-pick -n b927063b89b791c5fc5485ce4d9eac2cd17a4ad6 + # 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 }