[arch-commits] Commit in pipewire/trunk (PKGBUILD)

David Runge dvzrv at gemini.archlinux.org
Mon Apr 25 20:58:52 UTC 2022


    Date: Monday, April 25, 2022 @ 20:58:51
  Author: dvzrv
Revision: 443968

upgpkg: pipewire 1:0.3.50-2: Rebuild to add fix for sdl2.

Fix header for sdl2.

Modified:
  pipewire/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-25 19:50:37 UTC (rev 443967)
+++ PKGBUILD	2022-04-25 20:58:51 UTC (rev 443968)
@@ -8,7 +8,7 @@
          pipewire-x11-bell)
 _commit=64cf5e80e6240284e6b757907b900507fe56f1b5  # tags/0.3.50
 pkgver=0.3.50
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="Low-latency audio/video router and processor"
 url="https://pipewire.org"
@@ -31,6 +31,7 @@
 prepare() {
   cd pipewire
 
+  git cherry-pick -n d3ea3142e1a4de206e616bc18f63a529e6b4986a  # fix headers for sdl2
   # 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
 }



More information about the arch-commits mailing list