Date: Monday, December 12, 2022 @ 05:08:04 Author: heftig Revision: 464177
0.3.62-2: FS#76805 add patch for distortion Modified: pipewire/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-12-12 01:50:01 UTC (rev 464176) +++ PKGBUILD 2022-12-12 05:08:04 UTC (rev 464177) @@ -18,7 +18,7 @@ ) _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 @@ 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 }