author | Jan Alexander Steffens (heftig)
<heftig@archlinux.org> 2023-08-24 00:37:53 UTC |
committer | Jan Alexander Steffens (heftig)
<heftig@archlinux.org> 2023-08-24 00:37:53 UTC |
parent | 4e27f18bfd0857592ee087bc3930edc4c3a8cf8b |
PKGBUILD | +3 | -7 |
diff --git a/PKGBUILD b/PKGBUILD index c2af12f..79de520 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -19,9 +19,9 @@ pkgname=( pipewire-v4l2 pipewire-x11-bell ) -_commit=31cd694602cc37ada3a6d02a5a381f4e3933ecef # tags/0.3.77 -pkgver=0.3.77 -pkgrel=2 +_commit=188f784430283afb08abb8e6540ddbc674e09399 # tags/0.3.78 +pkgver=0.3.78 +pkgrel=1 epoch=1 pkgdesc="Low-latency audio/video router and processor" url="https://pipewire.org" @@ -83,10 +83,6 @@ pkgver() { prepare() { cd pipewire - # https://bugs.archlinux.org/task/79355 - # https://gitlab.freedesktop.org/pipewire/pipewire/-/issues/3414 - git cherry-pick -n 820ca90705ae78124958f1b96de3bdc7889c2d1e - # remove export of LD_LIBRARY_PATH for pw-jack as it would add /usr/lib git apply -3 ../0001-pipewire-jack-Disable-LD_LIBRARY_PATH-when-libjack-i.patch }