git » pipewire.git » commit b1bc217

0.3.69-1

author Jan Alexander Steffens
2023-04-13 14:06:30 UTC
committer Jan Alexander Steffens
2023-04-13 14:06:30 UTC
parent 29ae0dd20852f7357b0d1420aec6333f9b2b5366

0.3.69-1

PKGBUILD +3 -6

diff --git a/PKGBUILD b/PKGBUILD
index 89134ed..e6c2738 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,9 +18,9 @@ pkgname=(
   pipewire-v4l2
   pipewire-x11-bell
 )
-_commit=950c4487e96c7941f58311a066f4ba8289ca984a  # tags/0.3.68
-pkgver=0.3.68
-pkgrel=2
+_commit=cd8be0ba3b27542253f7744b699c2ede159e2d7c  # tags/0.3.69
+pkgver=0.3.69
+pkgrel=1
 epoch=1
 pkgdesc="Low-latency audio/video router and processor"
 url="https://pipewire.org"
@@ -75,9 +75,6 @@ pkgver() {
 prepare() {
   cd pipewire
 
-  # https://gitlab.freedesktop.org/pipewire/pipewire/-/issues/3145
-  git cherry-pick -n 8748c77451ce332dd24549b414200499ede4f184
-
   # 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
 }