author | Jan Alexander Steffens
<heftig@archlinux.org> 2023-01-12 10:52:38 UTC |
committer | Jan Alexander Steffens
<heftig@archlinux.org> 2023-01-12 10:52:38 UTC |
parent | be2cc6643667ec46ce0a64303f6fa6ffaa40ad0b |
PKGBUILD | +3 | -15 |
diff --git a/PKGBUILD b/PKGBUILD index b5a1873..2372185 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -16,9 +16,9 @@ pkgname=( pipewire-v4l2 pipewire-x11-bell ) -_commit=5ff00f40b9d3ecfc38305edc27e9c2b01629802c # tags/0.3.63 -pkgver=0.3.63 -pkgrel=6 +_commit=bba452695eb673461c5cf626eec57728991eadf7 # tags/0.3.64 +pkgver=0.3.64 +pkgrel=1 epoch=1 pkgdesc="Low-latency audio/video router and processor" url="https://pipewire.org" @@ -71,18 +71,6 @@ pkgver() { prepare() { cd pipewire - # https://gitlab.freedesktop.org/pipewire/pipewire/-/issues/2893 - git cherry-pick -n 89ac6b353521fb9a6d6eb6bb74724c4fa968f75c - - # https://gitlab.freedesktop.org/pipewire/pipewire/-/issues/2898 - git cherry-pick -n c7b3ef0d9ff16a1e69a299870860bebcb628e298 - - # https://gitlab.freedesktop.org/pipewire/pipewire/-/issues/2925 - git cherry-pick -n 9f3237b74edc3df467cca50af7c09f1e3c89abea - - # https://gitlab.freedesktop.org/pipewire/pipewire/-/issues/2928 - git cherry-pick -n 624e265fd6e5027e11027822eb943c533feab85f - # 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 }