summaryrefslogtreecommitdiffstats
path: root/patches
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2019-04-23 22:28:13 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-04-25 17:37:41 +0200
commite867292430b771a0af2208646ccfc9d02baa463f (patch)
tree48638e109702362ca955ba31f783e2a7d8c1c459 /patches
parent3be2a3ebcc60d11c2b3a97424e89bdcbc983f3cb (diff)
downloadptxdist-e867292430b771a0af2208646ccfc9d02baa463f.tar.gz
ptxdist-e867292430b771a0af2208646ccfc9d02baa463f.tar.xz
gst-rtsp-server1: 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-rtsp-server-1.16.0/0001-meson-allow-enabling-gir-when-cross-compiling.patch22
-rw-r--r--patches/gst-rtsp-server-1.16.0/series4
2 files changed, 26 insertions, 0 deletions
diff --git a/patches/gst-rtsp-server-1.16.0/0001-meson-allow-enabling-gir-when-cross-compiling.patch b/patches/gst-rtsp-server-1.16.0/0001-meson-allow-enabling-gir-when-cross-compiling.patch
new file mode 100644
index 000000000..9640a061a
--- /dev/null
+++ b/patches/gst-rtsp-server-1.16.0/0001-meson-allow-enabling-gir-when-cross-compiling.patch
@@ -0,0 +1,22 @@
+From: Michael Olbrich <m.olbrich@pengutronix.de>
+Date: Tue, 23 Apr 2019 22:19: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 2802b1d85329..ccbec60ab990 100644
+--- a/meson.build
++++ b/meson.build
+@@ -173,7 +173,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_1.0", "@0@", TRUE);'.format(meson.current_build_dir() + '/gir_empty_registry.reg') + \
+ 'g_setenv("GST_PLUGIN_PATH_1_0", "", TRUE);' + \
diff --git a/patches/gst-rtsp-server-1.16.0/series b/patches/gst-rtsp-server-1.16.0/series
new file mode 100644
index 000000000..305ed6fe0
--- /dev/null
+++ b/patches/gst-rtsp-server-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