mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
extra/pipewire to 0.3.29-2
This commit is contained in:
parent
79fffaffd8
commit
ac0580d1dd
1 changed files with 4 additions and 1 deletions
|
@ -9,7 +9,7 @@ pkgname=(pipewire alsa-card-profiles pipewire-docs pipewire-media-session
|
|||
pipewire-alsa pipewire-jack pipewire-pulse gst-plugin-pipewire
|
||||
pipewire-zeroconf)
|
||||
pkgver=0.3.29
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
epoch=1
|
||||
pkgdesc="Low-latency audio/video router and processor"
|
||||
url="https://pipewire.org"
|
||||
|
@ -31,6 +31,9 @@ pkgver() {
|
|||
|
||||
prepare() {
|
||||
cd pipewire
|
||||
|
||||
# https://bugs.archlinux.org/task/71158
|
||||
git cherry-pick -n 2a8b7594bc508a1f9af0e2fb3455c3d8dc4de006
|
||||
}
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue