author | Jan Alexander Steffens
<heftig@archlinux.org> 2022-07-07 10:04:56 UTC |
committer | Jan Alexander Steffens
<heftig@archlinux.org> 2022-07-07 10:04:56 UTC |
parent | 5ed5bc3cf2610a57566e6675ed131d1349bbcac9 |
PKGBUILD | +3 | -10 |
diff --git a/PKGBUILD b/PKGBUILD index 11caf50..cc1c383 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -6,9 +6,9 @@ pkgbase=pipewire pkgname=(pipewire alsa-card-profiles pipewire-docs pipewire-alsa pipewire-jack pipewire-pulse gst-plugin-pipewire pipewire-zeroconf pipewire-v4l2 pipewire-x11-bell) -_commit=3853eba32f1a354b7287f7990ba467679749532a # tags/0.3.53 -pkgver=0.3.53 -pkgrel=3 +_commit=752afa06a279a1975c00f3f9c0175a8c6c615c75 # tags/0.3.54 +pkgver=0.3.54 +pkgrel=1 epoch=1 pkgdesc="Low-latency audio/video router and processor" url="https://pipewire.org" @@ -31,13 +31,6 @@ pkgver() { prepare() { cd pipewire - # https://gitlab.freedesktop.org/pipewire/pipewire/-/releases/0.3.53#distros - 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 }