mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
extra/pipewire to 0.3.22-2
This commit is contained in:
parent
2fa6570ce5
commit
b6740d6d07
1 changed files with 4 additions and 1 deletions
|
@ -8,7 +8,7 @@ pkgbase=pipewire
|
|||
pkgname=(pipewire alsa-card-profiles pipewire-docs pipewire-alsa pipewire-jack
|
||||
pipewire-pulse gst-plugin-pipewire)
|
||||
pkgver=0.3.22
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
epoch=1
|
||||
pkgdesc="Low-latency audio/video router and processor"
|
||||
url="https://pipewire.org"
|
||||
|
@ -29,6 +29,9 @@ pkgver() {
|
|||
|
||||
prepare() {
|
||||
cd $pkgbase
|
||||
|
||||
# https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/3810#note_1048367
|
||||
git cherry-pick -n 3673265ae20d7b59e89cad6c5238c232796731b2
|
||||
}
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue