summaryrefslogtreecommitdiffstats
path: root/patches/gst-plugins-bad-1.16.1
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2019-09-24 10:07:45 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-09-24 10:18:37 +0200
commit6d4dff95d5230f703d699baba6776e8e6c7ab731 (patch)
tree04181091e3561aca049872ff1a4c64fa8f92e96e /patches/gst-plugins-bad-1.16.1
parent8a72267e7ab03c940e5795c903906c22f4977dce (diff)
downloadptxdist-6d4dff95d5230f703d699baba6776e8e6c7ab731.tar.gz
ptxdist-6d4dff95d5230f703d699baba6776e8e6c7ab731.tar.xz
gst-plugins-bad1: version bump 1.16.0 -> 1.16.1
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'patches/gst-plugins-bad-1.16.1')
-rw-r--r--patches/gst-plugins-bad-1.16.1/0001-meson-allow-enabling-gir-when-cross-compiling.patch22
-rw-r--r--patches/gst-plugins-bad-1.16.1/0002-fix-building-with-Dhls-crypto-openssl.patch21
-rw-r--r--patches/gst-plugins-bad-1.16.1/series4
3 files changed, 47 insertions, 0 deletions
diff --git a/patches/gst-plugins-bad-1.16.1/0001-meson-allow-enabling-gir-when-cross-compiling.patch b/patches/gst-plugins-bad-1.16.1/0001-meson-allow-enabling-gir-when-cross-compiling.patch
new file mode 100644
index 000000000..523be5bc4
--- /dev/null
+++ b/patches/gst-plugins-bad-1.16.1/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 09:59:31 +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 2b492faeaf17..0f933f125040 100644
+--- a/meson.build
++++ b/meson.build
+@@ -405,7 +405,7 @@ python3 = import('python').find_installation()
+
+ 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-plugins-bad-1.16.1/0002-fix-building-with-Dhls-crypto-openssl.patch b/patches/gst-plugins-bad-1.16.1/0002-fix-building-with-Dhls-crypto-openssl.patch
new file mode 100644
index 000000000..9686d80e4
--- /dev/null
+++ b/patches/gst-plugins-bad-1.16.1/0002-fix-building-with-Dhls-crypto-openssl.patch
@@ -0,0 +1,21 @@
+From: Michael Olbrich <m.olbrich@pengutronix.de>
+Date: Tue, 23 Apr 2019 10:00:38 +0200
+Subject: [PATCH] fix building with -Dhls-crypto=openssl
+
+Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
+---
+ ext/hls/meson.build | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/ext/hls/meson.build b/ext/hls/meson.build
+index 1f5f58d42b97..25c552fdedd2 100644
+--- a/ext/hls/meson.build
++++ b/ext/hls/meson.build
+@@ -15,6 +15,7 @@ hls_option = get_option('hls')
+
+ have_hls_crypto = false
+ if not hls_option.disabled()
++ hls_crypto_dep = disabler()
+ if ['auto', 'nettle'].contains(hls_crypto)
+ hls_crypto_dep = dependency('nettle', required : false)
+ if hls_crypto_dep.found()
diff --git a/patches/gst-plugins-bad-1.16.1/series b/patches/gst-plugins-bad-1.16.1/series
new file mode 100644
index 000000000..305ed6fe0
--- /dev/null
+++ b/patches/gst-plugins-bad-1.16.1/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