git » pipewire.git » commit f09c8a9

0.3.74-1

author Jan Alexander Steffens (heftig)
2023-07-12 12:17:05 UTC
committer Jan Alexander Steffens (heftig)
2023-07-12 12:17:05 UTC
parent 3b63f48223e3dcf5dfafcfbf7f04b22442d9c638

0.3.74-1

PKGBUILD +3 -6

diff --git a/PKGBUILD b/PKGBUILD
index bf4b170..54bc081 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,9 +19,9 @@ pkgname=(
   pipewire-v4l2
   pipewire-x11-bell
 )
-_commit=44deacbc670ccf6c02d66a48b756a16167d8048f  # tags/0.3.73
-pkgver=0.3.73
-pkgrel=2
+_commit=da7f39829931378a2758ceb31e6310f9a5b8e090  # tags/0.3.74
+pkgver=0.3.74
+pkgrel=1
 epoch=1
 pkgdesc="Low-latency audio/video router and processor"
 url="https://pipewire.org"
@@ -76,9 +76,6 @@ pkgver() {
 prepare() {
   cd pipewire
 
-  # https://bugs.archlinux.org/task/79044
-  git cherry-pick -n 4456f2efd16d6190989a903f70f4419c2ca4c819
-
   # 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
 }