extra/pipewire: fix

This commit is contained in:
Kevin Mihelich 2021-09-30 19:14:19 +00:00
parent f4e742e0a9
commit f279a77b00

View file

@ -3,6 +3,7 @@
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
# - remove makedepend on valgrind
# - upstream fix for ARM, remove next version
pkgbase=pipewire
pkgname=(pipewire alsa-card-profiles pipewire-docs pipewire-media-session
@ -21,8 +22,10 @@ makedepends=(git meson doxygen graphviz python-docutils libpulse
webrtc-audio-processing)
checkdepends=(desktop-file-utils)
_commit=47a294c5bf52656998a7f43b13068c02001add77 # tags/0.3.38
source=("git+https://gitlab.freedesktop.org/pipewire/pipewire.git#commit=$_commit")
sha256sums=('SKIP')
source=("git+https://gitlab.freedesktop.org/pipewire/pipewire.git#commit=$_commit"
"https://github.com/PipeWire/pipewire/commit/f8817b439433798bd7217dc4ae72197887b0fc96.patch")
sha256sums=('SKIP'
'10853ca3521f038ace0fd236f0bce4d2d6b630c52ac1562827a3b174442318eb')
pkgver() {
cd pipewire
@ -31,6 +34,7 @@ pkgver() {
prepare() {
cd pipewire
patch -p1 -i ../f8817b439433798bd7217dc4ae72197887b0fc96.patch
}
build() {