extra/pipewire to 0.3.15-2

This commit is contained in:
Kevin Mihelich 2020-11-10 19:28:18 +00:00
parent 8210ffbe79
commit f74826ad5a

View file

@ -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() {