author | David Runge
<dvzrv@archlinux.org> 2022-12-15 10:35:20 UTC |
committer | David Runge
<dvzrv@archlinux.org> 2022-12-15 10:35:20 UTC |
parent | 32c15b7c1a32af2c867052410e5d7f8751121d8a |
PKGBUILD | +3 | -7 |
diff --git a/PKGBUILD b/PKGBUILD index 8546b5a..c4275e3 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -16,9 +16,9 @@ pkgname=( pipewire-v4l2 pipewire-x11-bell ) -_commit=3a443b4e1c9730675c7de0453a6279ab9ee263fd # tags/0.3.62 -pkgver=0.3.62 -pkgrel=2 +_commit=5ff00f40b9d3ecfc38305edc27e9c2b01629802c # tags/0.3.63 +pkgver=0.3.63 +pkgrel=1 epoch=1 pkgdesc="Low-latency audio/video router and processor" url="https://pipewire.org" @@ -70,10 +70,6 @@ pkgver() { prepare() { cd pipewire - # fix audio distortion - # https://gitlab.freedesktop.org/pipewire/pipewire/-/issues/2885 - git cherry-pick -n b927063b89b791c5fc5485ce4d9eac2cd17a4ad6 - # 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 }