mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
extra/pipewire to 0.3.15-2
This commit is contained in:
parent
8210ffbe79
commit
f74826ad5a
1 changed files with 4 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
pkgbase=pipewire
|
||||
pkgname=(pipewire pipewire-docs pipewire-jack pipewire-pulse pipewire-alsa)
|
||||
pkgver=0.3.15
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Server and user space API to deal with multimedia pipelines"
|
||||
url="https://pipewire.org"
|
||||
license=(LGPL2.1)
|
||||
|
@ -26,6 +26,9 @@ pkgver() {
|
|||
|
||||
prepare() {
|
||||
cd $pkgbase
|
||||
|
||||
# Fix Chrome
|
||||
git cherry-pick -n b8c7b36d3b8be16593f554964cf2f852c21b5c2c
|
||||
}
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue