Date: Thursday, January 26, 2023 @ 13:40:25 Author: heftig Revision: 467396
0.3.65-2: add module-combine-stream Modified: pipewire/trunk/PKGBUILD ----------+ PKGBUILD | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-01-26 11:25:07 UTC (rev 467395) +++ PKGBUILD 2023-01-26 13:40:25 UTC (rev 467396) @@ -18,7 +18,7 @@ ) _commit=9558a5d5e0360d8af822431c76ee858a8c7495ac # tags/0.3.65 pkgver=0.3.65 -pkgrel=1 +pkgrel=2 epoch=1 pkgdesc="Low-latency audio/video router and processor" url="https://pipewire.org" @@ -71,6 +71,9 @@ prepare() { cd pipewire + # Actually install module-combine-stream + git cherry-pick -n fba7083f8ceb210c7c20aceafeb5c9a8767cf705 + # 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 }
