author | Jan Alexander Steffens
<heftig@archlinux.org> 2022-11-10 16:46:34 UTC |
committer | Jan Alexander Steffens
<heftig@archlinux.org> 2022-11-10 16:46:34 UTC |
parent | fb36a66da4714af47dd44e053bcd14e06365e8bb |
PKGBUILD | +9 | -7 |
diff --git a/PKGBUILD b/PKGBUILD index 0e960d6..3490467 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -16,9 +16,9 @@ pkgname=( pipewire-v4l2 pipewire-x11-bell ) -_commit=f54a72fd9a67eeb8d1502d6d75979dbddb00fdf2 # tags/0.3.59 -pkgver=0.3.59 -pkgrel=5 +_commit=38382d002d0905d60a964fc84dcaf4f8b507a473 # tags/0.3.60 +pkgver=0.3.60 +pkgrel=1 epoch=1 pkgdesc="Low-latency audio/video router and processor" url="https://pipewire.org" @@ -49,6 +49,7 @@ makedepends=( ncurses opus python-docutils + readline rtkit sbc sdl2 @@ -69,9 +70,9 @@ pkgver() { prepare() { cd pipewire - # fix filter-chain crash - # https://gitlab.freedesktop.org/pipewire/pipewire/-/issues/2737 - git cherry-pick -n 94a64268613adac8ef6f3e6c1f04468220540d00 + # fix hang in pulse server + # https://gitlab.freedesktop.org/pipewire/pipewire/-/issues/2821 + git cherry-pick -n b720da771efa950cf380101bed42d5d5ee177908 # 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 @@ -112,11 +113,12 @@ _ver=${pkgver:0:3} package_pipewire() { license+=(LGPL) # libspa-alsa depends=( - libcamera.so libcamera-base.so + libcamera.so libdbus-1.so libglib-2.0.so libncursesw.so + libreadline.so libsystemd.so libudev.so )