Date: Friday, July 1, 2022 @ 14:52:22 Author: heftig Revision: 1243201
0.3.53-2 Modified: lib32-pipewire/trunk/PKGBUILD ----------+ PKGBUILD | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-07-01 14:27:12 UTC (rev 1243200) +++ PKGBUILD 2022-07-01 14:52:22 UTC (rev 1243201) @@ -6,7 +6,7 @@ pkgname=(lib32-pipewire lib32-pipewire-jack lib32-pipewire-v4l2) _commit=3853eba32f1a354b7287f7990ba467679749532a # tags/0.3.53 pkgver=0.3.53 -pkgrel=1 +pkgrel=2 epoch=1 pkgdesc="Low-latency audio/video router and processor - 32-bit client library" url="https://pipewire.org" @@ -22,6 +22,13 @@ git describe --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g' } +prepare() { + cd pipewire + + # https://gitlab.freedesktop.org/pipewire/pipewire/-/releases/0.3.53#distros + git cherry-pick -n 9af94508886b19bb398f4e2a777447ca42907c2f +} + build() { local meson_options=( --libdir /usr/lib32
