mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/pipewire: fix
This commit is contained in:
parent
f4e742e0a9
commit
f279a77b00
1 changed files with 6 additions and 2 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue