Date: Tuesday, January 10, 2023 @ 02:24:40 Author: heftig Revision: 466297
0.3.63-5: add a patch for crackling audio Modified: pipewire/trunk/PKGBUILD ----------+ PKGBUILD | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-01-09 20:37:55 UTC (rev 466296) +++ PKGBUILD 2023-01-10 02:24:40 UTC (rev 466297) @@ -18,7 +18,7 @@ ) _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 @@ # 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 }
