summaryrefslogtreecommitdiffstats
path: root/patches
diff options
context:
space:
mode:
authorPhilipp Zabel <p.zabel@pengutronix.de>2020-09-10 11:50:25 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2020-09-11 12:18:18 +0200
commit7c4b22fc47001ba3e9413424b1ed6fd54ee96aa9 (patch)
tree10be1eaf7bb6be20ce99f06d6aad685e152e24ac /patches
parent9f707b1cff782d095a6c62962fc314089217e8f4 (diff)
downloadptxdist-7c4b22fc47001ba3e9413424b1ed6fd54ee96aa9.tar.gz
ptxdist-7c4b22fc47001ba3e9413424b1ed6fd54ee96aa9.tar.xz
gstreamer1: version bump 1.16.2 -> 1.18.0
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Message-Id: <20200910095034.655-2-p.zabel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'patches')
-rw-r--r--patches/gstreamer-1.16.2/0001-meson-build-gir-even-when-cross-compiling-if-introsp.patch28
-rw-r--r--patches/gstreamer-1.16.2/series4
2 files changed, 0 insertions, 32 deletions
diff --git a/patches/gstreamer-1.16.2/0001-meson-build-gir-even-when-cross-compiling-if-introsp.patch b/patches/gstreamer-1.16.2/0001-meson-build-gir-even-when-cross-compiling-if-introsp.patch
deleted file mode 100644
index 75739039a..000000000
--- a/patches/gstreamer-1.16.2/0001-meson-build-gir-even-when-cross-compiling-if-introsp.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= <tim@centricular.com>
-Date: Thu, 17 Oct 2019 12:13:35 +0100
-Subject: [PATCH] meson: build gir even when cross-compiling if introspection
- was enabled explicitly
-
-This can be made to work in certain circumstances when
-cross-compiling, so default to not building g-i stuff
-when cross-compiling, but allow it if introspection was
-enabled explicitly via -Dintrospection=enabled.
-
-Fixes #454 and #381.
----
- meson.build | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/meson.build b/meson.build
-index 04425352876f..2aa96504114e 100644
---- a/meson.build
-+++ b/meson.build
-@@ -453,7 +453,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() and (not meson.is_cross_build() or get_option('introspection').enabled())
-
- 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.2/series b/patches/gstreamer-1.16.2/series
deleted file mode 100644
index c1929a0c8..000000000
--- a/patches/gstreamer-1.16.2/series
+++ /dev/null
@@ -1,4 +0,0 @@
-# generated by git-ptx-patches
-#tag:base --start-number 1
-0001-meson-build-gir-even-when-cross-compiling-if-introsp.patch
-# c50daa57270463847718e2263e04d262 - git-ptx-patches magic