mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +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>
|
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||||
# - remove makedepend on valgrind
|
# - remove makedepend on valgrind
|
||||||
|
# - upstream fix for ARM, remove next version
|
||||||
|
|
||||||
pkgbase=pipewire
|
pkgbase=pipewire
|
||||||
pkgname=(pipewire alsa-card-profiles pipewire-docs pipewire-media-session
|
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)
|
webrtc-audio-processing)
|
||||||
checkdepends=(desktop-file-utils)
|
checkdepends=(desktop-file-utils)
|
||||||
_commit=47a294c5bf52656998a7f43b13068c02001add77 # tags/0.3.38
|
_commit=47a294c5bf52656998a7f43b13068c02001add77 # tags/0.3.38
|
||||||
source=("git+https://gitlab.freedesktop.org/pipewire/pipewire.git#commit=$_commit")
|
source=("git+https://gitlab.freedesktop.org/pipewire/pipewire.git#commit=$_commit"
|
||||||
sha256sums=('SKIP')
|
"https://github.com/PipeWire/pipewire/commit/f8817b439433798bd7217dc4ae72197887b0fc96.patch")
|
||||||
|
sha256sums=('SKIP'
|
||||||
|
'10853ca3521f038ace0fd236f0bce4d2d6b630c52ac1562827a3b174442318eb')
|
||||||
|
|
||||||
pkgver() {
|
pkgver() {
|
||||||
cd pipewire
|
cd pipewire
|
||||||
|
@ -31,6 +34,7 @@ pkgver() {
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd pipewire
|
cd pipewire
|
||||||
|
patch -p1 -i ../f8817b439433798bd7217dc4ae72197887b0fc96.patch
|
||||||
}
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
|
Loading…
Reference in a new issue