mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
extra/pipewire to 0.3.42-2
This commit is contained in:
parent
5b68cf19a9
commit
27c788d317
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue