summaryrefslogtreecommitdiffstats
path: root/patches
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2019-04-22 19:41:54 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-04-25 14:52:25 +0200
commitefa65e630b27d99470f85565199f2c9f2ae8b1a1 (patch)
tree211485901a8a9b07aa57df1c58f76fb6222afa6c /patches
parent4ad71c60b016f66dae36049ad975784b05ceb88f (diff)
downloadptxdist-efa65e630b27d99470f85565199f2c9f2ae8b1a1.tar.gz
ptxdist-efa65e630b27d99470f85565199f2c9f2ae8b1a1.tar.xz
gst-plugins-base1: version bump 1.14.4 -> 1.16.0
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'patches')
-rw-r--r--patches/gst-plugins-base-1.16.0/0001-meson-allow-enabling-gir-when-cross-compiling.patch22
-rw-r--r--patches/gst-plugins-base-1.16.0/series4
2 files changed, 26 insertions, 0 deletions
diff --git a/patches/gst-plugins-base-1.16.0/0001-meson-allow-enabling-gir-when-cross-compiling.patch b/patches/gst-plugins-base-1.16.0/0001-meson-allow-enabling-gir-when-cross-compiling.patch
new file mode 100644
index 000000000..ead58a5e9
--- /dev/null
+++ b/patches/gst-plugins-base-1.16.0/0001-meson-allow-enabling-gir-when-cross-compiling.patch
@@ -0,0 +1,22 @@
+From: Michael Olbrich <m.olbrich@pengutronix.de>
+Date: Mon, 22 Apr 2019 18:19:09 +0200
+Subject: [PATCH] meson: allow enabling gir when cross-compiling
+
+Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
+---
+ meson.build | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/meson.build b/meson.build
+index b77546509163..4d1d0adf2c9e 100644
+--- a/meson.build
++++ b/meson.build
+@@ -356,7 +356,7 @@ endif
+
+ gir = find_program('g-ir-scanner', required : get_option('introspection'))
+ gnome = import('gnome')
+-build_gir = gir.found() and not meson.is_cross_build()
++build_gir = gir.found()
+ gir_init_section = [ '--add-init-section=extern void gst_init(gint*,gchar**);' + \
+ 'g_setenv("GST_REGISTRY_DISABLE", "yes", TRUE);' + \
+ 'g_setenv("GST_REGISTRY_1.0", "@0@", TRUE);'.format(meson.current_build_dir() + '/gir_empty_registry.reg') + \
diff --git a/patches/gst-plugins-base-1.16.0/series b/patches/gst-plugins-base-1.16.0/series
new file mode 100644
index 000000000..305ed6fe0
--- /dev/null
+++ b/patches/gst-plugins-base-1.16.0/series
@@ -0,0 +1,4 @@
+# generated by git-ptx-patches
+#tag:base --start-number 1
+0001-meson-allow-enabling-gir-when-cross-compiling.patch
+# b5e8cd63bf616136df653d409ae9e0f9 - git-ptx-patches magic