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

Jan Steffens heftig at archlinux.org
Wed Jul 18 19:02:34 UTC 2018


    Date: Wednesday, July 18, 2018 @ 19:02:34
  Author: heftig
Revision: 329004

backport pipewire 0.2 support

Modified:
  mutter/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-18 18:56:07 UTC (rev 329003)
+++ PKGBUILD	2018-07-18 19:02:34 UTC (rev 329004)
@@ -29,6 +29,9 @@
 prepare() {
   cd $pkgname
 
+  # Port to pipewire 0.2
+  git cherry-pick -n 0407a8b33d8c3503fba63ad260984bb08bd6e0dc
+
   # https://bugs.archlinux.org/task/51940
   # As of 2018-05-08: Still needed, according to fmuellner
   patch -Np1 -i ../startup-notification.patch
@@ -42,7 +45,7 @@
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
       --libexecdir=/usr/lib --disable-static \
       --disable-schemas-compile --enable-compile-warnings=minimum \
-      --enable-gtk-doc --enable-egl-device --disable-remote-desktop
+      --enable-gtk-doc --enable-egl-device --enable-remote-desktop
 
   # https://bugzilla.gnome.org/show_bug.cgi?id=655517
   sed -e 's/ -shared / -Wl,-O1,--as-needed\0/g' \



More information about the arch-commits mailing list