All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 01/12] package/gstreamer1: bump to version 1.20.3
@ 2022-06-27  5:34 James Hilliard
  2022-06-27  5:34 ` [Buildroot] [PATCH 02/12] package/gst1-plugins-base: bump version to 1.20.3 James Hilliard
                   ` (12 more replies)
  0 siblings, 13 replies; 25+ messages in thread
From: James Hilliard @ 2022-06-27  5:34 UTC (permalink / raw)
  To: buildroot; +Cc: James Hilliard, Peter Seiderer

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
---
 package/gstreamer1/gstreamer1/gstreamer1.hash | 4 ++--
 package/gstreamer1/gstreamer1/gstreamer1.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/gstreamer1/gstreamer1/gstreamer1.hash b/package/gstreamer1/gstreamer1/gstreamer1.hash
index 128bb564d4..5daadfae74 100644
--- a/package/gstreamer1/gstreamer1/gstreamer1.hash
+++ b/package/gstreamer1/gstreamer1/gstreamer1.hash
@@ -1,3 +1,3 @@
-# From https://gstreamer.freedesktop.org/src/gstreamer/gstreamer-1.20.1.tar.xz.sha256sum
-sha256  de094a404a3ad8f4977829ea87edf695a4da0b5c8f613ebe54ab414bac89f031  gstreamer-1.20.1.tar.xz
+# From https://gstreamer.freedesktop.org/src/gstreamer/gstreamer-1.20.3.tar.xz.sha256sum
+sha256  607daf64bbbd5fb18af9d17e21c0d22c4d702fffe83b23cb22d1b1af2ca23a2a  gstreamer-1.20.3.tar.xz
 sha256  ad2eec519ebd4b5df86ea84dff24ae3bfa2edea846a703b58902dd221ae375db  COPYING
diff --git a/package/gstreamer1/gstreamer1/gstreamer1.mk b/package/gstreamer1/gstreamer1/gstreamer1.mk
index 995c5b118b..89d5f93d43 100644
--- a/package/gstreamer1/gstreamer1/gstreamer1.mk
+++ b/package/gstreamer1/gstreamer1/gstreamer1.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-GSTREAMER1_VERSION = 1.20.1
+GSTREAMER1_VERSION = 1.20.3
 GSTREAMER1_SOURCE = gstreamer-$(GSTREAMER1_VERSION).tar.xz
 GSTREAMER1_SITE = https://gstreamer.freedesktop.org/src/gstreamer
 GSTREAMER1_INSTALL_STAGING = YES
-- 
2.34.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 25+ messages in thread

* [Buildroot] [PATCH 02/12] package/gst1-plugins-base: bump version to 1.20.3
  2022-06-27  5:34 [Buildroot] [PATCH 01/12] package/gstreamer1: bump to version 1.20.3 James Hilliard
@ 2022-06-27  5:34 ` James Hilliard
  2022-06-27 20:49   ` Peter Korsgaard
  2022-06-27  5:34 ` [Buildroot] [PATCH 03/12] package/gst1-plugins-good: " James Hilliard
                   ` (11 subsequent siblings)
  12 siblings, 1 reply; 25+ messages in thread
From: James Hilliard @ 2022-06-27  5:34 UTC (permalink / raw)
  To: buildroot; +Cc: James Hilliard, Peter Seiderer

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
---
 package/gstreamer1/gst1-plugins-base/gst1-plugins-base.hash | 4 ++--
 package/gstreamer1/gst1-plugins-base/gst1-plugins-base.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/gstreamer1/gst1-plugins-base/gst1-plugins-base.hash b/package/gstreamer1/gst1-plugins-base/gst1-plugins-base.hash
index 748d951966..105708f1da 100644
--- a/package/gstreamer1/gst1-plugins-base/gst1-plugins-base.hash
+++ b/package/gstreamer1/gst1-plugins-base/gst1-plugins-base.hash
@@ -1,3 +1,3 @@
-# From https://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-1.20.1.tar.xz.sha256sum
-sha256  96d8a6413ba9394fbec1217aeef63741a729d476a505a797c1d5337d8fa7c204  gst-plugins-base-1.20.1.tar.xz
+# From https://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-1.20.3.tar.xz.sha256sum
+sha256  7e30b3dd81a70380ff7554f998471d6996ff76bbe6fc5447096f851e24473c9f  gst-plugins-base-1.20.3.tar.xz
 sha256  ad2eec519ebd4b5df86ea84dff24ae3bfa2edea846a703b58902dd221ae375db  COPYING
diff --git a/package/gstreamer1/gst1-plugins-base/gst1-plugins-base.mk b/package/gstreamer1/gst1-plugins-base/gst1-plugins-base.mk
index 766af88e96..c244a0c621 100644
--- a/package/gstreamer1/gst1-plugins-base/gst1-plugins-base.mk
+++ b/package/gstreamer1/gst1-plugins-base/gst1-plugins-base.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-GST1_PLUGINS_BASE_VERSION = 1.20.1
+GST1_PLUGINS_BASE_VERSION = 1.20.3
 GST1_PLUGINS_BASE_SOURCE = gst-plugins-base-$(GST1_PLUGINS_BASE_VERSION).tar.xz
 GST1_PLUGINS_BASE_SITE = https://gstreamer.freedesktop.org/src/gst-plugins-base
 GST1_PLUGINS_BASE_INSTALL_STAGING = YES
-- 
2.34.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 25+ messages in thread

* [Buildroot] [PATCH 03/12] package/gst1-plugins-good: bump version to 1.20.3
  2022-06-27  5:34 [Buildroot] [PATCH 01/12] package/gstreamer1: bump to version 1.20.3 James Hilliard
  2022-06-27  5:34 ` [Buildroot] [PATCH 02/12] package/gst1-plugins-base: bump version to 1.20.3 James Hilliard
@ 2022-06-27  5:34 ` James Hilliard
  2022-06-27 20:53   ` Peter Korsgaard
  2022-06-27  5:34 ` [Buildroot] [PATCH 04/12] package/gst1-plugins-bad: " James Hilliard
                   ` (10 subsequent siblings)
  12 siblings, 1 reply; 25+ messages in thread
From: James Hilliard @ 2022-06-27  5:34 UTC (permalink / raw)
  To: buildroot; +Cc: James Hilliard, Peter Seiderer

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
---
 package/gstreamer1/gst1-plugins-good/gst1-plugins-good.hash | 4 ++--
 package/gstreamer1/gst1-plugins-good/gst1-plugins-good.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/gstreamer1/gst1-plugins-good/gst1-plugins-good.hash b/package/gstreamer1/gst1-plugins-good/gst1-plugins-good.hash
index cccd07dd2d..81da41388f 100644
--- a/package/gstreamer1/gst1-plugins-good/gst1-plugins-good.hash
+++ b/package/gstreamer1/gst1-plugins-good/gst1-plugins-good.hash
@@ -1,3 +1,3 @@
-# From https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-1.20.1.tar.xz.sha256sum
-sha256  3c66876f821d507bcdbebffb08b4f31a322727d6753f65a0f02c905ecb7084aa  gst-plugins-good-1.20.1.tar.xz
+# From https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-1.20.3.tar.xz.sha256sum
+sha256  f8f3c206bf5cdabc00953920b47b3575af0ef15e9f871c0b6966f6d0aa5868b7  gst-plugins-good-1.20.3.tar.xz
 sha256  6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3  COPYING
diff --git a/package/gstreamer1/gst1-plugins-good/gst1-plugins-good.mk b/package/gstreamer1/gst1-plugins-good/gst1-plugins-good.mk
index 2b6cf769aa..61ffc7b989 100644
--- a/package/gstreamer1/gst1-plugins-good/gst1-plugins-good.mk
+++ b/package/gstreamer1/gst1-plugins-good/gst1-plugins-good.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-GST1_PLUGINS_GOOD_VERSION = 1.20.1
+GST1_PLUGINS_GOOD_VERSION = 1.20.3
 GST1_PLUGINS_GOOD_SOURCE = gst-plugins-good-$(GST1_PLUGINS_GOOD_VERSION).tar.xz
 GST1_PLUGINS_GOOD_SITE = https://gstreamer.freedesktop.org/src/gst-plugins-good
 GST1_PLUGINS_GOOD_LICENSE_FILES = COPYING
-- 
2.34.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 25+ messages in thread

* [Buildroot] [PATCH 04/12] package/gst1-plugins-bad: bump version to 1.20.3
  2022-06-27  5:34 [Buildroot] [PATCH 01/12] package/gstreamer1: bump to version 1.20.3 James Hilliard
  2022-06-27  5:34 ` [Buildroot] [PATCH 02/12] package/gst1-plugins-base: bump version to 1.20.3 James Hilliard
  2022-06-27  5:34 ` [Buildroot] [PATCH 03/12] package/gst1-plugins-good: " James Hilliard
@ 2022-06-27  5:34 ` James Hilliard
  2022-06-27 21:35   ` Peter Korsgaard
  2022-06-27  5:34 ` [Buildroot] [PATCH 05/12] package/gst1-plugins-ugly: " James Hilliard
                   ` (9 subsequent siblings)
  12 siblings, 1 reply; 25+ messages in thread
From: James Hilliard @ 2022-06-27  5:34 UTC (permalink / raw)
  To: buildroot; +Cc: James Hilliard, Peter Seiderer

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
---
 package/gstreamer1/gst1-plugins-bad/gst1-plugins-bad.hash | 4 ++--
 package/gstreamer1/gst1-plugins-bad/gst1-plugins-bad.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/gstreamer1/gst1-plugins-bad/gst1-plugins-bad.hash b/package/gstreamer1/gst1-plugins-bad/gst1-plugins-bad.hash
index 2874d955f4..5a413cd350 100644
--- a/package/gstreamer1/gst1-plugins-bad/gst1-plugins-bad.hash
+++ b/package/gstreamer1/gst1-plugins-bad/gst1-plugins-bad.hash
@@ -1,3 +1,3 @@
-# From https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.20.1.tar.xz.sha256sum
-sha256  09d3c2cf5911f0bc7da6bf557a55251779243d3de216b6a26cc90c445b423848  gst-plugins-bad-1.20.1.tar.xz
+# From https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.20.3.tar.xz.sha256sum
+sha256  7a11c13b55dd1d2386dd902219e41cbfcdda8e1e0aa3e738186c95074b35da4f  gst-plugins-bad-1.20.3.tar.xz
 sha256  dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551  COPYING
diff --git a/package/gstreamer1/gst1-plugins-bad/gst1-plugins-bad.mk b/package/gstreamer1/gst1-plugins-bad/gst1-plugins-bad.mk
index 343a53a3c5..57974d723a 100644
--- a/package/gstreamer1/gst1-plugins-bad/gst1-plugins-bad.mk
+++ b/package/gstreamer1/gst1-plugins-bad/gst1-plugins-bad.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-GST1_PLUGINS_BAD_VERSION = 1.20.1
+GST1_PLUGINS_BAD_VERSION = 1.20.3
 GST1_PLUGINS_BAD_SOURCE = gst-plugins-bad-$(GST1_PLUGINS_BAD_VERSION).tar.xz
 GST1_PLUGINS_BAD_SITE = https://gstreamer.freedesktop.org/src/gst-plugins-bad
 GST1_PLUGINS_BAD_INSTALL_STAGING = YES
-- 
2.34.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 25+ messages in thread

* [Buildroot] [PATCH 05/12] package/gst1-plugins-ugly: bump version to 1.20.3
  2022-06-27  5:34 [Buildroot] [PATCH 01/12] package/gstreamer1: bump to version 1.20.3 James Hilliard
                   ` (2 preceding siblings ...)
  2022-06-27  5:34 ` [Buildroot] [PATCH 04/12] package/gst1-plugins-bad: " James Hilliard
@ 2022-06-27  5:34 ` James Hilliard
  2022-06-27 21:35   ` Peter Korsgaard
  2022-06-27  5:34 ` [Buildroot] [PATCH 06/12] package/gst1-devtools: " James Hilliard
                   ` (8 subsequent siblings)
  12 siblings, 1 reply; 25+ messages in thread
From: James Hilliard @ 2022-06-27  5:34 UTC (permalink / raw)
  To: buildroot; +Cc: James Hilliard, Peter Seiderer

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
---
 package/gstreamer1/gst1-plugins-ugly/gst1-plugins-ugly.hash | 4 ++--
 package/gstreamer1/gst1-plugins-ugly/gst1-plugins-ugly.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/gstreamer1/gst1-plugins-ugly/gst1-plugins-ugly.hash b/package/gstreamer1/gst1-plugins-ugly/gst1-plugins-ugly.hash
index d022ba3180..ffd060f465 100644
--- a/package/gstreamer1/gst1-plugins-ugly/gst1-plugins-ugly.hash
+++ b/package/gstreamer1/gst1-plugins-ugly/gst1-plugins-ugly.hash
@@ -1,3 +1,3 @@
-# From https://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-1.20.1.tar.xz.sha256sum
-sha256  42035145e29983308d2828207bb4ef933ed0407bb587fb3a569738c6a57fdb19  gst-plugins-ugly-1.20.1.tar.xz
+# From https://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-1.20.3.tar.xz.sha256sum
+sha256  8caa20789a09c304b49cf563d33cca9421b1875b84fcc187e4a385fa01d6aefd  gst-plugins-ugly-1.20.3.tar.xz
 sha256  6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3  COPYING
diff --git a/package/gstreamer1/gst1-plugins-ugly/gst1-plugins-ugly.mk b/package/gstreamer1/gst1-plugins-ugly/gst1-plugins-ugly.mk
index be45d183f3..131163e20a 100644
--- a/package/gstreamer1/gst1-plugins-ugly/gst1-plugins-ugly.mk
+++ b/package/gstreamer1/gst1-plugins-ugly/gst1-plugins-ugly.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-GST1_PLUGINS_UGLY_VERSION = 1.20.1
+GST1_PLUGINS_UGLY_VERSION = 1.20.3
 GST1_PLUGINS_UGLY_SOURCE = gst-plugins-ugly-$(GST1_PLUGINS_UGLY_VERSION).tar.xz
 GST1_PLUGINS_UGLY_SITE = https://gstreamer.freedesktop.org/src/gst-plugins-ugly
 GST1_PLUGINS_UGLY_LICENSE_FILES = COPYING
-- 
2.34.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 25+ messages in thread

* [Buildroot] [PATCH 06/12] package/gst1-devtools: bump version to 1.20.3
  2022-06-27  5:34 [Buildroot] [PATCH 01/12] package/gstreamer1: bump to version 1.20.3 James Hilliard
                   ` (3 preceding siblings ...)
  2022-06-27  5:34 ` [Buildroot] [PATCH 05/12] package/gst1-plugins-ugly: " James Hilliard
@ 2022-06-27  5:34 ` James Hilliard
  2022-06-27 21:35   ` Peter Korsgaard
  2022-06-27  5:34 ` [Buildroot] [PATCH 07/12] package/gst1-libav: " James Hilliard
                   ` (7 subsequent siblings)
  12 siblings, 1 reply; 25+ messages in thread
From: James Hilliard @ 2022-06-27  5:34 UTC (permalink / raw)
  To: buildroot; +Cc: James Hilliard, Peter Seiderer

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
---
 package/gstreamer1/gst1-devtools/gst1-devtools.hash | 4 ++--
 package/gstreamer1/gst1-devtools/gst1-devtools.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/gstreamer1/gst1-devtools/gst1-devtools.hash b/package/gstreamer1/gst1-devtools/gst1-devtools.hash
index 7173dbe266..bed13db295 100644
--- a/package/gstreamer1/gst1-devtools/gst1-devtools.hash
+++ b/package/gstreamer1/gst1-devtools/gst1-devtools.hash
@@ -1,3 +1,3 @@
-# From https://gstreamer.freedesktop.org/src/gst-devtools/gst-devtools-1.20.1.tar.xz.sha256sum
-sha256  81f1c7ef105b8bdb63412638952f6320723b3161c96a80f113b020e2de554b2b  gst-devtools-1.20.1.tar.xz
+# From https://gstreamer.freedesktop.org/src/gst-devtools/gst-devtools-1.20.3.tar.xz.sha256sum
+sha256  bbbd45ead703367ea8f4be9b3c082d7b62bef47b240a39083f27844e28758c47  gst-devtools-1.20.3.tar.xz
 sha256  6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3  validate/COPYING
diff --git a/package/gstreamer1/gst1-devtools/gst1-devtools.mk b/package/gstreamer1/gst1-devtools/gst1-devtools.mk
index 8c430800d2..14f665a408 100644
--- a/package/gstreamer1/gst1-devtools/gst1-devtools.mk
+++ b/package/gstreamer1/gst1-devtools/gst1-devtools.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-GST1_DEVTOOLS_VERSION = 1.20.1
+GST1_DEVTOOLS_VERSION = 1.20.3
 GST1_DEVTOOLS_SOURCE = gst-devtools-$(GST1_DEVTOOLS_VERSION).tar.xz
 GST1_DEVTOOLS_SITE = https://gstreamer.freedesktop.org/src/gst-devtools
 GST1_DEVTOOLS_LICENSE = LGPL-2.1+
-- 
2.34.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 25+ messages in thread

* [Buildroot] [PATCH 07/12] package/gst1-libav: bump version to 1.20.3
  2022-06-27  5:34 [Buildroot] [PATCH 01/12] package/gstreamer1: bump to version 1.20.3 James Hilliard
                   ` (4 preceding siblings ...)
  2022-06-27  5:34 ` [Buildroot] [PATCH 06/12] package/gst1-devtools: " James Hilliard
@ 2022-06-27  5:34 ` James Hilliard
  2022-06-27 21:35   ` Peter Korsgaard
  2022-06-27  5:34 ` [Buildroot] [PATCH 08/12] package/gst1-vaapi: " James Hilliard
                   ` (6 subsequent siblings)
  12 siblings, 1 reply; 25+ messages in thread
From: James Hilliard @ 2022-06-27  5:34 UTC (permalink / raw)
  To: buildroot; +Cc: James Hilliard, Peter Seiderer

Drop patch which is now upstream.

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
---
 ...-build-on-systems-without-C-compiler.patch | 35 -------------------
 package/gstreamer1/gst1-libav/gst1-libav.hash |  4 +--
 package/gstreamer1/gst1-libav/gst1-libav.mk   |  2 +-
 3 files changed, 3 insertions(+), 38 deletions(-)
 delete mode 100644 package/gstreamer1/gst1-libav/0001-gst-libav-fix-build-on-systems-without-C-compiler.patch

diff --git a/package/gstreamer1/gst1-libav/0001-gst-libav-fix-build-on-systems-without-C-compiler.patch b/package/gstreamer1/gst1-libav/0001-gst-libav-fix-build-on-systems-without-C-compiler.patch
deleted file mode 100644
index 6b275220f8..0000000000
--- a/package/gstreamer1/gst1-libav/0001-gst-libav-fix-build-on-systems-without-C-compiler.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-From 1477eb1fad92ac07cd057b3ecdb04edeeef9edba Mon Sep 17 00:00:00 2001
-From: Fabrice Fontaine <fontaine.fabrice@gmail.com>
-Date: Mon, 4 Apr 2022 23:32:56 +0200
-Subject: [PATCH] gst-libav: fix build on systems without C++ compiler
-
-Fix the following build failure on systems without C++ compiler:
-
-The following exception(s) were encountered:
-Running "/nvmedata/autobuild/instance-9/output-1/host/bin/or1k-buildroot-linux-musl-g++ --version" gave "[Errno 2] No such file or directory: '/nvmedata/autobuild/instance-9/output-1/host/bin/or1k-buildroot-linux-musl-g++'"
-
-Fixes:
- - http://autobuild.buildroot.org/results/8ac0ba5eaaf7571857b4d8cfabf1488d640dc59a
-
-Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2112>
-
-[Retrieved (and backported) from:
-https://gitlab.freedesktop.org/gstreamer/gstreamer/-/commit/1477eb1fad92ac07cd057b3ecdb04edeeef9edba]
-Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
----
- subprojects/gst-libav/meson.build | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/meson.build b/meson.build
-index fbfa3049afe..7da94b80d59 100644
---- a/meson.build
-+++ b/meson.build
-@@ -1,4 +1,4 @@
--project('gst-libav', 'c', 'cpp',
-+project('gst-libav', 'c',
-   version : '1.20.1',
-   meson_version : '>= 0.60',
-   default_options : [ 'warning_level=1',
--- 
-GitLab
-
diff --git a/package/gstreamer1/gst1-libav/gst1-libav.hash b/package/gstreamer1/gst1-libav/gst1-libav.hash
index 3f9c849729..1b86e82b93 100644
--- a/package/gstreamer1/gst1-libav/gst1-libav.hash
+++ b/package/gstreamer1/gst1-libav/gst1-libav.hash
@@ -1,3 +1,3 @@
-# From https://gstreamer.freedesktop.org/src/gst-libav/gst-libav-1.20.1.tar.xz.sha256sum
-sha256  91a71fb633b75e1bd52e22a457845cb0ba563a2972ba5954ec88448f443a9fc7  gst-libav-1.20.1.tar.xz
+# From https://gstreamer.freedesktop.org/src/gst-libav/gst-libav-1.20.3.tar.xz.sha256sum
+sha256  3fedd10560fcdfaa1b6462cbf79a38c4e7b57d7f390359393fc0cef6dbf27dfe  gst-libav-1.20.3.tar.xz
 sha256  ad2eec519ebd4b5df86ea84dff24ae3bfa2edea846a703b58902dd221ae375db  COPYING
diff --git a/package/gstreamer1/gst1-libav/gst1-libav.mk b/package/gstreamer1/gst1-libav/gst1-libav.mk
index 4e99de45f9..80545fdd4c 100644
--- a/package/gstreamer1/gst1-libav/gst1-libav.mk
+++ b/package/gstreamer1/gst1-libav/gst1-libav.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-GST1_LIBAV_VERSION = 1.20.1
+GST1_LIBAV_VERSION = 1.20.3
 GST1_LIBAV_SOURCE = gst-libav-$(GST1_LIBAV_VERSION).tar.xz
 GST1_LIBAV_SITE = https://gstreamer.freedesktop.org/src/gst-libav
 GST1_LIBAV_LICENSE = LGPL-2.1+
-- 
2.34.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 25+ messages in thread

* [Buildroot] [PATCH 08/12] package/gst1-vaapi: bump version to 1.20.3
  2022-06-27  5:34 [Buildroot] [PATCH 01/12] package/gstreamer1: bump to version 1.20.3 James Hilliard
                   ` (5 preceding siblings ...)
  2022-06-27  5:34 ` [Buildroot] [PATCH 07/12] package/gst1-libav: " James Hilliard
@ 2022-06-27  5:34 ` James Hilliard
  2022-06-27 21:36   ` Peter Korsgaard
  2022-06-27  5:34 ` [Buildroot] [PATCH 09/12] package/gst1-rtsp-server: " James Hilliard
                   ` (5 subsequent siblings)
  12 siblings, 1 reply; 25+ messages in thread
From: James Hilliard @ 2022-06-27  5:34 UTC (permalink / raw)
  To: buildroot; +Cc: James Hilliard, Peter Seiderer

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
---
 package/gstreamer1/gst1-vaapi/gst1-vaapi.hash | 4 ++--
 package/gstreamer1/gst1-vaapi/gst1-vaapi.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/gstreamer1/gst1-vaapi/gst1-vaapi.hash b/package/gstreamer1/gst1-vaapi/gst1-vaapi.hash
index 26a1f52ba0..fce687774a 100644
--- a/package/gstreamer1/gst1-vaapi/gst1-vaapi.hash
+++ b/package/gstreamer1/gst1-vaapi/gst1-vaapi.hash
@@ -1,3 +1,3 @@
-# From https://gstreamer.freedesktop.org/src/gstreamer-vaapi/gstreamer-vaapi-1.20.1.tar.xz.sha256sum
-sha256  87fbf6c537af9079c99a9aefe951da119e16e5bcc9cc8614f5035f062bf21137  gstreamer-vaapi-1.20.1.tar.xz
+# From https://gstreamer.freedesktop.org/src/gstreamer-vaapi/gstreamer-vaapi-1.20.3.tar.xz.sha256sum
+sha256  6ee99eb316abdde9ad37002915bd8c3867918f6fdc74b7cf2ac4c1ae0d690b45  gstreamer-vaapi-1.20.3.tar.xz
 sha256  dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551  COPYING.LIB
diff --git a/package/gstreamer1/gst1-vaapi/gst1-vaapi.mk b/package/gstreamer1/gst1-vaapi/gst1-vaapi.mk
index e0502914b6..8b137c37ec 100644
--- a/package/gstreamer1/gst1-vaapi/gst1-vaapi.mk
+++ b/package/gstreamer1/gst1-vaapi/gst1-vaapi.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-GST1_VAAPI_VERSION = 1.20.1
+GST1_VAAPI_VERSION = 1.20.3
 GST1_VAAPI_SITE = https://gstreamer.freedesktop.org/src/gstreamer-vaapi
 GST1_VAAPI_SOURCE = gstreamer-vaapi-$(GST1_VAAPI_VERSION).tar.xz
 GST1_VAAPI_LICENSE = LGPL-2.1+
-- 
2.34.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 25+ messages in thread

* [Buildroot] [PATCH 09/12] package/gst1-rtsp-server: bump version to 1.20.3
  2022-06-27  5:34 [Buildroot] [PATCH 01/12] package/gstreamer1: bump to version 1.20.3 James Hilliard
                   ` (6 preceding siblings ...)
  2022-06-27  5:34 ` [Buildroot] [PATCH 08/12] package/gst1-vaapi: " James Hilliard
@ 2022-06-27  5:34 ` James Hilliard
  2022-06-27 21:37   ` Peter Korsgaard
  2022-06-27  5:34 ` [Buildroot] [PATCH 10/12] package/gstreamer1-editing-services: " James Hilliard
                   ` (4 subsequent siblings)
  12 siblings, 1 reply; 25+ messages in thread
From: James Hilliard @ 2022-06-27  5:34 UTC (permalink / raw)
  To: buildroot; +Cc: James Hilliard, Peter Seiderer

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
---
 package/gstreamer1/gst1-rtsp-server/gst1-rtsp-server.hash | 4 ++--
 package/gstreamer1/gst1-rtsp-server/gst1-rtsp-server.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/gstreamer1/gst1-rtsp-server/gst1-rtsp-server.hash b/package/gstreamer1/gst1-rtsp-server/gst1-rtsp-server.hash
index 1e66ed7246..13dcb764d8 100644
--- a/package/gstreamer1/gst1-rtsp-server/gst1-rtsp-server.hash
+++ b/package/gstreamer1/gst1-rtsp-server/gst1-rtsp-server.hash
@@ -1,4 +1,4 @@
-# From https://gstreamer.freedesktop.org/src/gst-rtsp-server/gst-rtsp-server-1.20.1.tar.xz.sha256sum
-sha256  4745bc528ad7de711a41d576ddce7412266e66d05c4cfcc636c9ba4da5521509  gst-rtsp-server-1.20.1.tar.xz
+# From https://gstreamer.freedesktop.org/src/gst-rtsp-server/gst-rtsp-server-1.20.3.tar.xz.sha256sum
+sha256  ee402718be9b127f0e5e66ca4c1b4f42e4926ec93ba307b7ccca5dc6cc9794ca  gst-rtsp-server-1.20.3.tar.xz
 sha256  ad2eec519ebd4b5df86ea84dff24ae3bfa2edea846a703b58902dd221ae375db  COPYING
 sha256  ad2eec519ebd4b5df86ea84dff24ae3bfa2edea846a703b58902dd221ae375db  COPYING.LIB
diff --git a/package/gstreamer1/gst1-rtsp-server/gst1-rtsp-server.mk b/package/gstreamer1/gst1-rtsp-server/gst1-rtsp-server.mk
index 978f7b4491..02cf9e5eb1 100644
--- a/package/gstreamer1/gst1-rtsp-server/gst1-rtsp-server.mk
+++ b/package/gstreamer1/gst1-rtsp-server/gst1-rtsp-server.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-GST1_RTSP_SERVER_VERSION = 1.20.1
+GST1_RTSP_SERVER_VERSION = 1.20.3
 GST1_RTSP_SERVER_SOURCE = gst-rtsp-server-$(GST1_RTSP_SERVER_VERSION).tar.xz
 GST1_RTSP_SERVER_SITE = http://gstreamer.freedesktop.org/src/gst-rtsp-server
 GST1_RTSP_SERVER_LICENSE = LGPL-2.1+
-- 
2.34.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 25+ messages in thread

* [Buildroot] [PATCH 10/12] package/gstreamer1-editing-services: bump version to 1.20.3
  2022-06-27  5:34 [Buildroot] [PATCH 01/12] package/gstreamer1: bump to version 1.20.3 James Hilliard
                   ` (7 preceding siblings ...)
  2022-06-27  5:34 ` [Buildroot] [PATCH 09/12] package/gst1-rtsp-server: " James Hilliard
@ 2022-06-27  5:34 ` James Hilliard
  2022-06-27 21:36   ` Peter Korsgaard
  2022-06-27  5:34 ` [Buildroot] [PATCH 11/12] package/gst-omx: " James Hilliard
                   ` (3 subsequent siblings)
  12 siblings, 1 reply; 25+ messages in thread
From: James Hilliard @ 2022-06-27  5:34 UTC (permalink / raw)
  To: buildroot; +Cc: James Hilliard, Peter Seiderer

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
---
 .../gstreamer1-editing-services.hash                          | 4 ++--
 .../gstreamer1-editing-services.mk                            | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/gstreamer1/gstreamer1-editing-services/gstreamer1-editing-services.hash b/package/gstreamer1/gstreamer1-editing-services/gstreamer1-editing-services.hash
index 5d77a9bb72..18dd1a79b3 100644
--- a/package/gstreamer1/gstreamer1-editing-services/gstreamer1-editing-services.hash
+++ b/package/gstreamer1/gstreamer1-editing-services/gstreamer1-editing-services.hash
@@ -1,5 +1,5 @@
-# From https://gstreamer.freedesktop.org/src/gstreamer-editing-services/gst-editing-services-1.20.1.tar.xz.sha256sum
-sha256  6ace1b21b58e0110b7dadd469f79b77e2f47d6207604231492531ae9fd4148df  gst-editing-services-1.20.1.tar.xz
+# From https://gstreamer.freedesktop.org/src/gstreamer-editing-services/gst-editing-services-1.20.3.tar.xz.sha256sum
+sha256  5fd896de69fbe24421eb6b0ff8d2f8b4c3cba3f3025ceacd302172f39a8abaa2  gst-editing-services-1.20.3.tar.xz
 
 # Hashes for license files:
 sha256  f445dc78b88496f7e20c7a2a461b95baba5865c8919b8289ac24ac0a80c6ce7a  COPYING
diff --git a/package/gstreamer1/gstreamer1-editing-services/gstreamer1-editing-services.mk b/package/gstreamer1/gstreamer1-editing-services/gstreamer1-editing-services.mk
index dbdf2abca0..417aaf2a45 100644
--- a/package/gstreamer1/gstreamer1-editing-services/gstreamer1-editing-services.mk
+++ b/package/gstreamer1/gstreamer1-editing-services/gstreamer1-editing-services.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-GSTREAMER1_EDITING_SERVICES_VERSION = 1.20.1
+GSTREAMER1_EDITING_SERVICES_VERSION = 1.20.3
 GSTREAMER1_EDITING_SERVICES_SOURCE = gst-editing-services-$(GSTREAMER1_EDITING_SERVICES_VERSION).tar.xz
 GSTREAMER1_EDITING_SERVICES_SITE = https://gstreamer.freedesktop.org/src/gstreamer-editing-services
 GSTREAMER1_EDITING_SERVICES_LICENSE = LGPL-2.0+
-- 
2.34.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 25+ messages in thread

* [Buildroot] [PATCH 11/12] package/gst-omx: bump version to 1.20.3
  2022-06-27  5:34 [Buildroot] [PATCH 01/12] package/gstreamer1: bump to version 1.20.3 James Hilliard
                   ` (8 preceding siblings ...)
  2022-06-27  5:34 ` [Buildroot] [PATCH 10/12] package/gstreamer1-editing-services: " James Hilliard
@ 2022-06-27  5:34 ` James Hilliard
  2022-06-27 21:37   ` Peter Korsgaard
  2022-06-27  5:34 ` [Buildroot] [PATCH 12/12] package/gst1-python: " James Hilliard
                   ` (2 subsequent siblings)
  12 siblings, 1 reply; 25+ messages in thread
From: James Hilliard @ 2022-06-27  5:34 UTC (permalink / raw)
  To: buildroot; +Cc: James Hilliard, Peter Seiderer

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
---
 package/gstreamer1/gst-omx/gst-omx.hash | 4 ++--
 package/gstreamer1/gst-omx/gst-omx.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/gstreamer1/gst-omx/gst-omx.hash b/package/gstreamer1/gst-omx/gst-omx.hash
index 33c20defbc..8abf4a27e8 100644
--- a/package/gstreamer1/gst-omx/gst-omx.hash
+++ b/package/gstreamer1/gst-omx/gst-omx.hash
@@ -1,3 +1,3 @@
-# From https://gstreamer.freedesktop.org/src/gst-omx/gst-omx-1.20.1.tar.xz.sha256sum
-sha256  86b52e30ebd0f59fcb5cf81a163211975f73ef32e5a6782562804646316bcd7c  gst-omx-1.20.1.tar.xz
+# From https://gstreamer.freedesktop.org/src/gst-omx/gst-omx-1.20.3.tar.xz.sha256sum
+sha256  8db48040bb41f09edf8d17ff6d16c54888d7777ba4501c2c69f0083350ea9a15  gst-omx-1.20.3.tar.xz
 sha256  dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551  COPYING
diff --git a/package/gstreamer1/gst-omx/gst-omx.mk b/package/gstreamer1/gst-omx/gst-omx.mk
index 462c88765b..085bff87ad 100644
--- a/package/gstreamer1/gst-omx/gst-omx.mk
+++ b/package/gstreamer1/gst-omx/gst-omx.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-GST_OMX_VERSION = 1.20.1
+GST_OMX_VERSION = 1.20.3
 GST_OMX_SOURCE = gst-omx-$(GST_OMX_VERSION).tar.xz
 GST_OMX_SITE = https://gstreamer.freedesktop.org/src/gst-omx
 
-- 
2.34.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 25+ messages in thread

* [Buildroot] [PATCH 12/12] package/gst1-python: bump version to 1.20.3
  2022-06-27  5:34 [Buildroot] [PATCH 01/12] package/gstreamer1: bump to version 1.20.3 James Hilliard
                   ` (9 preceding siblings ...)
  2022-06-27  5:34 ` [Buildroot] [PATCH 11/12] package/gst-omx: " James Hilliard
@ 2022-06-27  5:34 ` James Hilliard
  2022-06-27 21:37   ` Peter Korsgaard
  2022-06-27 20:49 ` [Buildroot] [PATCH 01/12] package/gstreamer1: bump to version 1.20.3 Peter Korsgaard
  2022-07-22  6:33 ` Peter Korsgaard
  12 siblings, 1 reply; 25+ messages in thread
From: James Hilliard @ 2022-06-27  5:34 UTC (permalink / raw)
  To: buildroot; +Cc: James Hilliard, Peter Seiderer

Drop patch which is now upstream.

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
---
 ...-build-on-systems-without-C-compiler.patch | 35 -------------------
 .../gstreamer1/gst1-python/gst1-python.hash   |  4 +--
 package/gstreamer1/gst1-python/gst1-python.mk |  2 +-
 3 files changed, 3 insertions(+), 38 deletions(-)
 delete mode 100644 package/gstreamer1/gst1-python/0001-gst-python-fix-build-on-systems-without-C-compiler.patch

diff --git a/package/gstreamer1/gst1-python/0001-gst-python-fix-build-on-systems-without-C-compiler.patch b/package/gstreamer1/gst1-python/0001-gst-python-fix-build-on-systems-without-C-compiler.patch
deleted file mode 100644
index 7d3059d61a..0000000000
--- a/package/gstreamer1/gst1-python/0001-gst-python-fix-build-on-systems-without-C-compiler.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-From 26c2385faed0bb997368daabd4c64207b3fc01ca Mon Sep 17 00:00:00 2001
-From: Fabrice Fontaine <fontaine.fabrice@gmail.com>
-Date: Fri, 15 Apr 2022 18:58:49 +0200
-Subject: [PATCH] gst-python: fix build on systems without C++ compiler
-
-Fix the following build failure on systems without C++ compiler:
-
-The following exception(s) were encountered:
-Running "/home/autobuild/autobuild/instance-0/output-1/host/bin/i686-buildroot-linux-gnu-g++ --version" gave "[Errno 2] No such file or directory: '/home/autobuild/autobuild/instance-0/output-1/host/bin/i686-buildroot-linux-gnu-g++'"
-
-Fixes:
- - http://autobuild.buildroot.org/results/eebf65036f79d21d347714d62afecd0108393308
-
-Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2200>
-
-[Retrieved (and backported) from:
-https://gitlab.freedesktop.org/gstreamer/gstreamer/-/commit/26c2385faed0bb997368daabd4c64207b3fc01ca]
-Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
----
- subprojects/gst-python/meson.build | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/meson.build b/meson.build
-index 1462604b297..c28df16192a 100644
---- a/meson.build
-+++ b/meson.build
-@@ -1,4 +1,4 @@
--project('gst-python', 'c', 'cpp',
-+project('gst-python', 'c',
-   version : '1.20.1',
-   meson_version : '>= 0.60',
-   default_options : [ 'warning_level=1',
--- 
-GitLab
-
diff --git a/package/gstreamer1/gst1-python/gst1-python.hash b/package/gstreamer1/gst1-python/gst1-python.hash
index fe1e2068b1..9501d94a97 100644
--- a/package/gstreamer1/gst1-python/gst1-python.hash
+++ b/package/gstreamer1/gst1-python/gst1-python.hash
@@ -1,3 +1,3 @@
-# From https://gstreamer.freedesktop.org/src/gst-python/gst-python-1.20.1.tar.xz.sha256sum
-sha256  ba6cd59faa3db3981d8c6982351c239d823c0b8e80b1acf58d2997b050289422  gst-python-1.20.1.tar.xz
+# From https://gstreamer.freedesktop.org/src/gst-python/gst-python-1.20.3.tar.xz.sha256sum
+sha256  db348120eae955b8cc4de3560a7ea06e36d6e1ddbaa99a7ad96b59846601cfdc  gst-python-1.20.3.tar.xz
 sha256  ea3ad127610e5ded2210b3a86a46314f2b3b28e438eccffdae19a4d6fbcdb0c2  COPYING
diff --git a/package/gstreamer1/gst1-python/gst1-python.mk b/package/gstreamer1/gst1-python/gst1-python.mk
index 3fd8059bee..0fa1f661b8 100644
--- a/package/gstreamer1/gst1-python/gst1-python.mk
+++ b/package/gstreamer1/gst1-python/gst1-python.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-GST1_PYTHON_VERSION = 1.20.1
+GST1_PYTHON_VERSION = 1.20.3
 GST1_PYTHON_SOURCE = gst-python-$(GST1_PYTHON_VERSION).tar.xz
 GST1_PYTHON_SITE = https://gstreamer.freedesktop.org/src/gst-python
 GST1_PYTHON_INSTALL_STAGING = YES
-- 
2.34.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 25+ messages in thread

* Re: [Buildroot] [PATCH 01/12] package/gstreamer1: bump to version 1.20.3
  2022-06-27  5:34 [Buildroot] [PATCH 01/12] package/gstreamer1: bump to version 1.20.3 James Hilliard
                   ` (10 preceding siblings ...)
  2022-06-27  5:34 ` [Buildroot] [PATCH 12/12] package/gst1-python: " James Hilliard
@ 2022-06-27 20:49 ` Peter Korsgaard
  2022-07-22  6:33 ` Peter Korsgaard
  12 siblings, 0 replies; 25+ messages in thread
From: Peter Korsgaard @ 2022-06-27 20:49 UTC (permalink / raw)
  To: James Hilliard; +Cc: Peter Seiderer, buildroot

>>>>> "James" == James Hilliard <james.hilliard1@gmail.com> writes:

 > Signed-off-by: James Hilliard <james.hilliard1@gmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 25+ messages in thread

* Re: [Buildroot] [PATCH 02/12] package/gst1-plugins-base: bump version to 1.20.3
  2022-06-27  5:34 ` [Buildroot] [PATCH 02/12] package/gst1-plugins-base: bump version to 1.20.3 James Hilliard
@ 2022-06-27 20:49   ` Peter Korsgaard
  0 siblings, 0 replies; 25+ messages in thread
From: Peter Korsgaard @ 2022-06-27 20:49 UTC (permalink / raw)
  To: James Hilliard; +Cc: Peter Seiderer, buildroot

>>>>> "James" == James Hilliard <james.hilliard1@gmail.com> writes:

 > Signed-off-by: James Hilliard <james.hilliard1@gmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 25+ messages in thread

* Re: [Buildroot] [PATCH 03/12] package/gst1-plugins-good: bump version to 1.20.3
  2022-06-27  5:34 ` [Buildroot] [PATCH 03/12] package/gst1-plugins-good: " James Hilliard
@ 2022-06-27 20:53   ` Peter Korsgaard
  0 siblings, 0 replies; 25+ messages in thread
From: Peter Korsgaard @ 2022-06-27 20:53 UTC (permalink / raw)
  To: James Hilliard; +Cc: Peter Seiderer, buildroot

>>>>> "James" == James Hilliard <james.hilliard1@gmail.com> writes:

 > Signed-off-by: James Hilliard <james.hilliard1@gmail.com>

The changelog clearly lists a number of security fixes, so I have
extended the commit message and marked this as a security fix:

https://gstreamer.freedesktop.org/releases/1.20/#1.20.3

> ---
 >  package/gstreamer1/gst1-plugins-good/gst1-plugins-good.hash | 4 ++--
 >  package/gstreamer1/gst1-plugins-good/gst1-plugins-good.mk   | 2 +-
 >  2 files changed, 3 insertions(+), 3 deletions(-)

 > diff --git a/package/gstreamer1/gst1-plugins-good/gst1-plugins-good.hash b/package/gstreamer1/gst1-plugins-good/gst1-plugins-good.hash
 > index cccd07dd2d..81da41388f 100644
 > --- a/package/gstreamer1/gst1-plugins-good/gst1-plugins-good.hash
 > +++ b/package/gstreamer1/gst1-plugins-good/gst1-plugins-good.hash
 > @@ -1,3 +1,3 @@
 > -# From https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-1.20.1.tar.xz.sha256sum
 > -sha256  3c66876f821d507bcdbebffb08b4f31a322727d6753f65a0f02c905ecb7084aa  gst-plugins-good-1.20.1.tar.xz
 > +# From https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-1.20.3.tar.xz.sha256sum
 > +sha256  f8f3c206bf5cdabc00953920b47b3575af0ef15e9f871c0b6966f6d0aa5868b7  gst-plugins-good-1.20.3.tar.xz
 >  sha256  6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3  COPYING
 > diff --git a/package/gstreamer1/gst1-plugins-good/gst1-plugins-good.mk b/package/gstreamer1/gst1-plugins-good/gst1-plugins-good.mk
 > index 2b6cf769aa..61ffc7b989 100644
 > --- a/package/gstreamer1/gst1-plugins-good/gst1-plugins-good.mk
 > +++ b/package/gstreamer1/gst1-plugins-good/gst1-plugins-good.mk
 > @@ -4,7 +4,7 @@
 >  #
 >  ################################################################################
 
 > -GST1_PLUGINS_GOOD_VERSION = 1.20.1
 > +GST1_PLUGINS_GOOD_VERSION = 1.20.3
 >  GST1_PLUGINS_GOOD_SOURCE = gst-plugins-good-$(GST1_PLUGINS_GOOD_VERSION).tar.xz
 >  GST1_PLUGINS_GOOD_SITE = https://gstreamer.freedesktop.org/src/gst-plugins-good
 >  GST1_PLUGINS_GOOD_LICENSE_FILES = COPYING
 > -- 

 > 2.34.1

 > _______________________________________________
 > buildroot mailing list
 > buildroot@buildroot.org
 > https://lists.buildroot.org/mailman/listinfo/buildroot


-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 25+ messages in thread

* Re: [Buildroot] [PATCH 04/12] package/gst1-plugins-bad: bump version to 1.20.3
  2022-06-27  5:34 ` [Buildroot] [PATCH 04/12] package/gst1-plugins-bad: " James Hilliard
@ 2022-06-27 21:35   ` Peter Korsgaard
  0 siblings, 0 replies; 25+ messages in thread
From: Peter Korsgaard @ 2022-06-27 21:35 UTC (permalink / raw)
  To: James Hilliard; +Cc: Peter Seiderer, buildroot

>>>>> "James" == James Hilliard <james.hilliard1@gmail.com> writes:

 > Signed-off-by: James Hilliard <james.hilliard1@gmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 25+ messages in thread

* Re: [Buildroot] [PATCH 05/12] package/gst1-plugins-ugly: bump version to 1.20.3
  2022-06-27  5:34 ` [Buildroot] [PATCH 05/12] package/gst1-plugins-ugly: " James Hilliard
@ 2022-06-27 21:35   ` Peter Korsgaard
  0 siblings, 0 replies; 25+ messages in thread
From: Peter Korsgaard @ 2022-06-27 21:35 UTC (permalink / raw)
  To: James Hilliard; +Cc: Peter Seiderer, buildroot

>>>>> "James" == James Hilliard <james.hilliard1@gmail.com> writes:

 > Signed-off-by: James Hilliard <james.hilliard1@gmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 25+ messages in thread

* Re: [Buildroot] [PATCH 06/12] package/gst1-devtools: bump version to 1.20.3
  2022-06-27  5:34 ` [Buildroot] [PATCH 06/12] package/gst1-devtools: " James Hilliard
@ 2022-06-27 21:35   ` Peter Korsgaard
  0 siblings, 0 replies; 25+ messages in thread
From: Peter Korsgaard @ 2022-06-27 21:35 UTC (permalink / raw)
  To: James Hilliard; +Cc: Peter Seiderer, buildroot

>>>>> "James" == James Hilliard <james.hilliard1@gmail.com> writes:

 > Signed-off-by: James Hilliard <james.hilliard1@gmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 25+ messages in thread

* Re: [Buildroot] [PATCH 07/12] package/gst1-libav: bump version to 1.20.3
  2022-06-27  5:34 ` [Buildroot] [PATCH 07/12] package/gst1-libav: " James Hilliard
@ 2022-06-27 21:35   ` Peter Korsgaard
  0 siblings, 0 replies; 25+ messages in thread
From: Peter Korsgaard @ 2022-06-27 21:35 UTC (permalink / raw)
  To: James Hilliard; +Cc: Peter Seiderer, buildroot

>>>>> "James" == James Hilliard <james.hilliard1@gmail.com> writes:

 > Drop patch which is now upstream.
 > Signed-off-by: James Hilliard <james.hilliard1@gmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 25+ messages in thread

* Re: [Buildroot] [PATCH 08/12] package/gst1-vaapi: bump version to 1.20.3
  2022-06-27  5:34 ` [Buildroot] [PATCH 08/12] package/gst1-vaapi: " James Hilliard
@ 2022-06-27 21:36   ` Peter Korsgaard
  0 siblings, 0 replies; 25+ messages in thread
From: Peter Korsgaard @ 2022-06-27 21:36 UTC (permalink / raw)
  To: James Hilliard; +Cc: Peter Seiderer, buildroot

>>>>> "James" == James Hilliard <james.hilliard1@gmail.com> writes:

 > Signed-off-by: James Hilliard <james.hilliard1@gmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 25+ messages in thread

* Re: [Buildroot] [PATCH 10/12] package/gstreamer1-editing-services: bump version to 1.20.3
  2022-06-27  5:34 ` [Buildroot] [PATCH 10/12] package/gstreamer1-editing-services: " James Hilliard
@ 2022-06-27 21:36   ` Peter Korsgaard
  0 siblings, 0 replies; 25+ messages in thread
From: Peter Korsgaard @ 2022-06-27 21:36 UTC (permalink / raw)
  To: James Hilliard; +Cc: Peter Seiderer, buildroot

>>>>> "James" == James Hilliard <james.hilliard1@gmail.com> writes:

 > Signed-off-by: James Hilliard <james.hilliard1@gmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 25+ messages in thread

* Re: [Buildroot] [PATCH 11/12] package/gst-omx: bump version to 1.20.3
  2022-06-27  5:34 ` [Buildroot] [PATCH 11/12] package/gst-omx: " James Hilliard
@ 2022-06-27 21:37   ` Peter Korsgaard
  0 siblings, 0 replies; 25+ messages in thread
From: Peter Korsgaard @ 2022-06-27 21:37 UTC (permalink / raw)
  To: James Hilliard; +Cc: Peter Seiderer, buildroot

>>>>> "James" == James Hilliard <james.hilliard1@gmail.com> writes:

 > Signed-off-by: James Hilliard <james.hilliard1@gmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 25+ messages in thread

* Re: [Buildroot] [PATCH 09/12] package/gst1-rtsp-server: bump version to 1.20.3
  2022-06-27  5:34 ` [Buildroot] [PATCH 09/12] package/gst1-rtsp-server: " James Hilliard
@ 2022-06-27 21:37   ` Peter Korsgaard
  0 siblings, 0 replies; 25+ messages in thread
From: Peter Korsgaard @ 2022-06-27 21:37 UTC (permalink / raw)
  To: James Hilliard; +Cc: Peter Seiderer, buildroot

>>>>> "James" == James Hilliard <james.hilliard1@gmail.com> writes:

 > Signed-off-by: James Hilliard <james.hilliard1@gmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 25+ messages in thread

* Re: [Buildroot] [PATCH 12/12] package/gst1-python: bump version to 1.20.3
  2022-06-27  5:34 ` [Buildroot] [PATCH 12/12] package/gst1-python: " James Hilliard
@ 2022-06-27 21:37   ` Peter Korsgaard
  0 siblings, 0 replies; 25+ messages in thread
From: Peter Korsgaard @ 2022-06-27 21:37 UTC (permalink / raw)
  To: James Hilliard; +Cc: Peter Seiderer, buildroot

>>>>> "James" == James Hilliard <james.hilliard1@gmail.com> writes:

 > Drop patch which is now upstream.
 > Signed-off-by: James Hilliard <james.hilliard1@gmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 25+ messages in thread

* Re: [Buildroot] [PATCH 01/12] package/gstreamer1: bump to version 1.20.3
  2022-06-27  5:34 [Buildroot] [PATCH 01/12] package/gstreamer1: bump to version 1.20.3 James Hilliard
                   ` (11 preceding siblings ...)
  2022-06-27 20:49 ` [Buildroot] [PATCH 01/12] package/gstreamer1: bump to version 1.20.3 Peter Korsgaard
@ 2022-07-22  6:33 ` Peter Korsgaard
  12 siblings, 0 replies; 25+ messages in thread
From: Peter Korsgaard @ 2022-07-22  6:33 UTC (permalink / raw)
  To: James Hilliard; +Cc: Peter Seiderer, buildroot

>>>>> "James" == James Hilliard <james.hilliard1@gmail.com> writes:

 > Signed-off-by: James Hilliard <james.hilliard1@gmail.com>

Committed series to 2022.05.x and 2022.02.x, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 25+ messages in thread

end of thread, other threads:[~2022-07-22  6:33 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-27  5:34 [Buildroot] [PATCH 01/12] package/gstreamer1: bump to version 1.20.3 James Hilliard
2022-06-27  5:34 ` [Buildroot] [PATCH 02/12] package/gst1-plugins-base: bump version to 1.20.3 James Hilliard
2022-06-27 20:49   ` Peter Korsgaard
2022-06-27  5:34 ` [Buildroot] [PATCH 03/12] package/gst1-plugins-good: " James Hilliard
2022-06-27 20:53   ` Peter Korsgaard
2022-06-27  5:34 ` [Buildroot] [PATCH 04/12] package/gst1-plugins-bad: " James Hilliard
2022-06-27 21:35   ` Peter Korsgaard
2022-06-27  5:34 ` [Buildroot] [PATCH 05/12] package/gst1-plugins-ugly: " James Hilliard
2022-06-27 21:35   ` Peter Korsgaard
2022-06-27  5:34 ` [Buildroot] [PATCH 06/12] package/gst1-devtools: " James Hilliard
2022-06-27 21:35   ` Peter Korsgaard
2022-06-27  5:34 ` [Buildroot] [PATCH 07/12] package/gst1-libav: " James Hilliard
2022-06-27 21:35   ` Peter Korsgaard
2022-06-27  5:34 ` [Buildroot] [PATCH 08/12] package/gst1-vaapi: " James Hilliard
2022-06-27 21:36   ` Peter Korsgaard
2022-06-27  5:34 ` [Buildroot] [PATCH 09/12] package/gst1-rtsp-server: " James Hilliard
2022-06-27 21:37   ` Peter Korsgaard
2022-06-27  5:34 ` [Buildroot] [PATCH 10/12] package/gstreamer1-editing-services: " James Hilliard
2022-06-27 21:36   ` Peter Korsgaard
2022-06-27  5:34 ` [Buildroot] [PATCH 11/12] package/gst-omx: " James Hilliard
2022-06-27 21:37   ` Peter Korsgaard
2022-06-27  5:34 ` [Buildroot] [PATCH 12/12] package/gst1-python: " James Hilliard
2022-06-27 21:37   ` Peter Korsgaard
2022-06-27 20:49 ` [Buildroot] [PATCH 01/12] package/gstreamer1: bump to version 1.20.3 Peter Korsgaard
2022-07-22  6:33 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.