Date: Sunday, August 2, 2020 @ 15:51:59 Author: heftig Revision: 393071
0.3.8-2 Modified: pipewire/trunk/PKGBUILD ----------+ PKGBUILD | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-08-02 09:59:58 UTC (rev 393070) +++ PKGBUILD 2020-08-02 15:51:59 UTC (rev 393071) @@ -1,10 +1,10 @@ # Maintainer: Jan Alexander Steffens (heftig) <[email protected]> -# Maintainer: Jan de Groot <[email protected]> +# Contributor: Jan de Groot <[email protected]> pkgbase=pipewire pkgname=(pipewire pipewire-docs pipewire-jack pipewire-pulse pipewire-alsa) pkgver=0.3.8 -pkgrel=1 +pkgrel=2 pkgdesc="Server and user space API to deal with multimedia pipelines" url="https://pipewire.org" license=(LGPL2.1) @@ -23,6 +23,9 @@ prepare() { cd $pkgbase + + # Fix infinite loop when disconnecting ALSA device + git cherry-pick -n d2452e1340038539bfbe3948fe61fe8a7b214f85 } build() {
