extra/pipewire to 0.3.42-2

This commit is contained in:
Kevin Mihelich 2021-12-23 17:01:50 +00:00
parent 5b68cf19a9
commit 27c788d317

View file

@ -10,7 +10,7 @@ pkgbase=pipewire
pkgname=(pipewire alsa-card-profiles pipewire-docs pipewire-alsa pipewire-jack
pipewire-pulse gst-plugin-pipewire pipewire-zeroconf pipewire-v4l2)
pkgver=0.3.42
pkgrel=1
pkgrel=2
epoch=1
pkgdesc="Low-latency audio/video router and processor"
url="https://pipewire.org"
@ -34,6 +34,10 @@ pkgver() {
prepare() {
cd pipewire
# https://gitlab.freedesktop.org/pipewire/pipewire/-/issues/1930
git cherry-pick -n 3c66d4600750b2039f6f969a35fce82605754b9c
if [[ $CARCH != "aarch64" ]]; then
git cherry-pick -n 651f0decea5f83730c271e9bed03cdd0048fcd49
patch -p1 -i ../0001-disable-neon.patch