From e867292430b771a0af2208646ccfc9d02baa463f Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Tue, 23 Apr 2019 22:28:13 +0200 Subject: gst-rtsp-server1: version bump 1.14.4 -> 1.16.0 Signed-off-by: Michael Olbrich --- ...n-allow-enabling-gir-when-cross-compiling.patch | 22 ++++++++++++++++++++++ patches/gst-rtsp-server-1.16.0/series | 4 ++++ 2 files changed, 26 insertions(+) create mode 100644 patches/gst-rtsp-server-1.16.0/0001-meson-allow-enabling-gir-when-cross-compiling.patch create mode 100644 patches/gst-rtsp-server-1.16.0/series (limited to 'patches') 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 +Date: Tue, 23 Apr 2019 22:19:51 +0200 +Subject: [PATCH] meson: allow enabling gir when cross-compiling + +Signed-off-by: Michael Olbrich +--- + 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 -- cgit v1.2.3