pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/multimedia/gst-plugins1-bad/patches



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Feb  5 13:24:17 UTC 2025

Added Files:
        pkgsrc/multimedia/gst-plugins1-bad/patches: patch-ext_gtk_meson.build

Log Message:
gst-plugins1-bad: add patch-ext_gtk_meson.build


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/multimedia/gst-plugins1-bad/patches/patch-ext_gtk_meson.build

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/multimedia/gst-plugins1-bad/patches/patch-ext_gtk_meson.build
diff -u /dev/null pkgsrc/multimedia/gst-plugins1-bad/patches/patch-ext_gtk_meson.build:1.1
--- /dev/null   Wed Feb  5 13:24:17 2025
+++ pkgsrc/multimedia/gst-plugins1-bad/patches/patch-ext_gtk_meson.build        Wed Feb  5 13:24:17 2025
@@ -0,0 +1,16 @@
+$NetBSD: patch-ext_gtk_meson.build,v 1.1 2025/02/05 13:24:17 adam Exp $
+
+Exit the Gtk subdirectory if Wayland option is disabled.
+
+This is necessary to build the GStreamer libraries separately
+from the extension modules, since use_wayland (which is checked later)
+will be undefined in an extension build and cause an evaluation error.
+
+--- ext/gtk/meson.build.orig   2025-02-05 13:14:16.156988236 +0000
++++ ext/gtk/meson.build
+@@ -1,4 +1,4 @@
+-if not use_wayland
++if get_option('wayland').disabled() or not use_wayland
+   subdir_done()
+ endif
+ 



Home | Main Index | Thread Index | Old Index