summaryrefslogtreecommitdiffstats
path: root/patches
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2019-04-22 17:36:48 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-04-22 22:10:29 +0200
commit4ad71c60b016f66dae36049ad975784b05ceb88f (patch)
treea8b28827ec66bbadc5855fd794745d11ac47cb72 /patches
parentafdab1025222200fa2a436f120115ad0c4e99c64 (diff)
downloadptxdist-4ad71c60b016f66dae36049ad975784b05ceb88f.tar.gz
ptxdist-4ad71c60b016f66dae36049ad975784b05ceb88f.tar.xz
gstreamer1: 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/gstreamer-1.16.0/0001-meson-allow-enabling-gir-when-cross-compiling.patch22
-rw-r--r--patches/gstreamer-1.16.0/series4
2 files changed, 26 insertions, 0 deletions
diff --git a/patches/gstreamer-1.16.0/0001-meson-allow-enabling-gir-when-cross-compiling.patch b/patches/gstreamer-1.16.0/0001-meson-allow-enabling-gir-when-cross-compiling.patch
new file mode 100644
index 000000000..f7ebcce2f
--- /dev/null
+++ b/patches/gstreamer-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 17:32:51 +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 e738c557f0d9..e1b8d9342dc3 100644
+--- a/meson.build
++++ b/meson.build
+@@ -451,7 +451,7 @@ rt_lib = cc.find_library('rt', required : false)
+ 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);' + \
diff --git a/patches/gstreamer-1.16.0/series b/patches/gstreamer-1.16.0/series
new file mode 100644
index 000000000..305ed6fe0
--- /dev/null
+++ b/patches/gstreamer-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