author | Jan Alexander Steffens
<heftig@archlinux.org> 2022-07-05 22:51:21 UTC |
committer | Jan Alexander Steffens
<heftig@archlinux.org> 2022-07-05 22:51:21 UTC |
parent | 4c50f78928374ed2b56d12ae41788b6652bb3309 |
PKGBUILD | +6 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index edda5ae..11caf50 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -8,7 +8,7 @@ pkgname=(pipewire alsa-card-profiles pipewire-docs pipewire-alsa pipewire-jack pipewire-x11-bell) _commit=3853eba32f1a354b7287f7990ba467679749532a # tags/0.3.53 pkgver=0.3.53 -pkgrel=2 +pkgrel=3 epoch=1 pkgdesc="Low-latency audio/video router and processor" url="https://pipewire.org" @@ -32,7 +32,11 @@ prepare() { cd pipewire # https://gitlab.freedesktop.org/pipewire/pipewire/-/releases/0.3.53#distros - git cherry-pick -n 9af94508886b19bb398f4e2a777447ca42907c2f + git cherry-pick -n 9af94508886b19bb398f4e2a777447ca42907c2f \ + a2521bb3e0cfd516519719e625ecc846b6025c47 \ + 67f648cc6646544776abca8c6551ec0be16ce961 \ + e0b3e06beab2c874a2fe322570a02e83f916df55 \ + 12bee0edf823f456bd4d749dcb0cbae538834c9c # remove export of LD_LIBRARY_PATH for pw-jack as it would add /usr/lib sed -i '/LD_LIBRARY_PATH/d' pipewire-jack/src/pw-jack.in