buildroot.busybox.net archive mirror
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 01/12] package/gstreamer1: bump to version 1.22.2
@ 2023-04-19  8:31 James Hilliard
  2023-04-19  8:31 ` [Buildroot] [PATCH 02/12] package/gst1-plugins-base: bump version to 1.22.2 James Hilliard
                   ` (12 more replies)
  0 siblings, 13 replies; 25+ messages in thread
From: James Hilliard @ 2023-04-19  8:31 UTC (permalink / raw)
  To: buildroot; +Cc: James Hilliard

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 db0ed5bede..f74832ce6a 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.22.0.tar.xz.sha256sum
-sha256  78d21b5469ac93edafc6d8ceb63bc82f6cbbee94d2f866cca6b9252157ee0a09  gstreamer-1.22.0.tar.xz
+# From https://gstreamer.freedesktop.org/src/gstreamer/gstreamer-1.22.2.tar.xz.sha256sum
+sha256  b2afe73603921c608ba48969dbb7d743776744bfe5d8059ece241137b7f88e21  gstreamer-1.22.2.tar.xz
 sha256  ad2eec519ebd4b5df86ea84dff24ae3bfa2edea846a703b58902dd221ae375db  COPYING
diff --git a/package/gstreamer1/gstreamer1/gstreamer1.mk b/package/gstreamer1/gstreamer1/gstreamer1.mk
index 09d1a10ce7..8584735129 100644
--- a/package/gstreamer1/gstreamer1/gstreamer1.mk
+++ b/package/gstreamer1/gstreamer1/gstreamer1.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-GSTREAMER1_VERSION = 1.22.0
+GSTREAMER1_VERSION = 1.22.2
 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.22.2
  2023-04-19  8:31 [Buildroot] [PATCH 01/12] package/gstreamer1: bump to version 1.22.2 James Hilliard
@ 2023-04-19  8:31 ` James Hilliard
  2023-05-01  8:05   ` Peter Korsgaard
  2023-04-19  8:31 ` [Buildroot] [PATCH 03/12] package/gst1-plugins-good: " James Hilliard
                   ` (11 subsequent siblings)
  12 siblings, 1 reply; 25+ messages in thread
From: James Hilliard @ 2023-04-19  8:31 UTC (permalink / raw)
  To: buildroot; +Cc: James Hilliard

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 bac4f8398a..173f359afc 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.22.0.tar.xz.sha256sum
-sha256  f53672294f3985d56355c8b1df8f6b49c8c8721106563e19f53be3507ff2229d  gst-plugins-base-1.22.0.tar.xz
+# From https://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-1.22.2.tar.xz.sha256sum
+sha256  eb65120c4ee79b7a153c3c1972d5c0158c2151877cc51ec7725bba5749679d49  gst-plugins-base-1.22.2.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 7d509331fe..153187f743 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.22.0
+GST1_PLUGINS_BASE_VERSION = 1.22.2
 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.22.2
  2023-04-19  8:31 [Buildroot] [PATCH 01/12] package/gstreamer1: bump to version 1.22.2 James Hilliard
  2023-04-19  8:31 ` [Buildroot] [PATCH 02/12] package/gst1-plugins-base: bump version to 1.22.2 James Hilliard
@ 2023-04-19  8:31 ` James Hilliard
  2023-05-01  8:05   ` Peter Korsgaard
  2023-04-19  8:31 ` [Buildroot] [PATCH 04/12] package/gst1-plugins-bad: " James Hilliard
                   ` (10 subsequent siblings)
  12 siblings, 1 reply; 25+ messages in thread
From: James Hilliard @ 2023-04-19  8:31 UTC (permalink / raw)
  To: buildroot; +Cc: James Hilliard

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 3e219faad8..604e74b57d 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.22.0.tar.xz.sha256sum
-sha256  582e617271e7f314d1a2211e3e3856ae2e4303c8c0d6114e9c4a5ea5719294b0  gst-plugins-good-1.22.0.tar.xz
+# From https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-1.22.2.tar.xz.sha256sum
+sha256  7c8cc59425f2b232f60ca7d13e56edd615da4f711e73dd01a7cffa46e6bc0cdd  gst-plugins-good-1.22.2.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 93c2328bda..bbcd3aecab 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.22.0
+GST1_PLUGINS_GOOD_VERSION = 1.22.2
 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.22.2
  2023-04-19  8:31 [Buildroot] [PATCH 01/12] package/gstreamer1: bump to version 1.22.2 James Hilliard
  2023-04-19  8:31 ` [Buildroot] [PATCH 02/12] package/gst1-plugins-base: bump version to 1.22.2 James Hilliard
  2023-04-19  8:31 ` [Buildroot] [PATCH 03/12] package/gst1-plugins-good: " James Hilliard
@ 2023-04-19  8:31 ` James Hilliard
  2023-05-01  8:05   ` Peter Korsgaard
  2023-04-19  8:31 ` [Buildroot] [PATCH 05/12] package/gst1-plugins-ugly: " James Hilliard
                   ` (9 subsequent siblings)
  12 siblings, 1 reply; 25+ messages in thread
From: James Hilliard @ 2023-04-19  8:31 UTC (permalink / raw)
  To: buildroot; +Cc: James Hilliard

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 90b3a18982..2bbb8af904 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.22.0.tar.xz.sha256sum
-sha256  3c9d9300f5f4fb3e3d36009379d1fb6d9ecd79c1a135df742b8a68417dd663a1  gst-plugins-bad-1.22.0.tar.xz
+# From https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.22.2.tar.xz.sha256sum
+sha256  3d8faf1ce3402c8535ce3a8c4e1a6c960e4b5655dbda6b55943db9ac79022d0f  gst-plugins-bad-1.22.2.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 edac818985..1713f0b4b8 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.22.0
+GST1_PLUGINS_BAD_VERSION = 1.22.2
 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.22.2
  2023-04-19  8:31 [Buildroot] [PATCH 01/12] package/gstreamer1: bump to version 1.22.2 James Hilliard
                   ` (2 preceding siblings ...)
  2023-04-19  8:31 ` [Buildroot] [PATCH 04/12] package/gst1-plugins-bad: " James Hilliard
@ 2023-04-19  8:31 ` James Hilliard
  2023-05-01  8:05   ` Peter Korsgaard
  2023-04-19  8:31 ` [Buildroot] [PATCH 06/12] package/gst1-devtools: " James Hilliard
                   ` (8 subsequent siblings)
  12 siblings, 1 reply; 25+ messages in thread
From: James Hilliard @ 2023-04-19  8:31 UTC (permalink / raw)
  To: buildroot; +Cc: James Hilliard

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 21579216df..ed781df686 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.22.0.tar.xz.sha256sum
-sha256  a644dc981afa2d8d3a913f763ab9523c0620ee4e65a7ec73c7721c29da3c5a0c  gst-plugins-ugly-1.22.0.tar.xz
+# From https://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-1.22.2.tar.xz.sha256sum
+sha256  8f30f44db0bd063709bf6fbe55138e3a98af0abcb61c360f35582bbe10e80691  gst-plugins-ugly-1.22.2.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 9f16fa3da8..f1566b058e 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.22.0
+GST1_PLUGINS_UGLY_VERSION = 1.22.2
 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.22.2
  2023-04-19  8:31 [Buildroot] [PATCH 01/12] package/gstreamer1: bump to version 1.22.2 James Hilliard
                   ` (3 preceding siblings ...)
  2023-04-19  8:31 ` [Buildroot] [PATCH 05/12] package/gst1-plugins-ugly: " James Hilliard
@ 2023-04-19  8:31 ` James Hilliard
  2023-05-01  8:05   ` Peter Korsgaard
  2023-04-19  8:31 ` [Buildroot] [PATCH 07/12] package/gst1-libav: " James Hilliard
                   ` (7 subsequent siblings)
  12 siblings, 1 reply; 25+ messages in thread
From: James Hilliard @ 2023-04-19  8:31 UTC (permalink / raw)
  To: buildroot; +Cc: James Hilliard

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 46480445ab..4abdd6ece4 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.22.0.tar.xz.sha256sum
-sha256  4d21fee5c15f2877c0b1f6c2da0cdba67ce7caab2c199ab27e91a1394d5ba195  gst-devtools-1.22.0.tar.xz
+# From https://gstreamer.freedesktop.org/src/gst-devtools/gst-devtools-1.22.2.tar.xz.sha256sum
+sha256  eb62726d3e27a8782369a24fd6364a8885ed2462b3bbdab091dffc8139ee06d8  gst-devtools-1.22.2.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 8fd3321d9e..7801f9b62c 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.22.0
+GST1_DEVTOOLS_VERSION = 1.22.2
 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.22.2
  2023-04-19  8:31 [Buildroot] [PATCH 01/12] package/gstreamer1: bump to version 1.22.2 James Hilliard
                   ` (4 preceding siblings ...)
  2023-04-19  8:31 ` [Buildroot] [PATCH 06/12] package/gst1-devtools: " James Hilliard
@ 2023-04-19  8:31 ` James Hilliard
  2023-05-01  8:05   ` Peter Korsgaard
  2023-04-19  8:31 ` [Buildroot] [PATCH 08/12] package/gst1-vaapi: " James Hilliard
                   ` (6 subsequent siblings)
  12 siblings, 1 reply; 25+ messages in thread
From: James Hilliard @ 2023-04-19  8:31 UTC (permalink / raw)
  To: buildroot; +Cc: James Hilliard

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

diff --git a/package/gstreamer1/gst1-libav/gst1-libav.hash b/package/gstreamer1/gst1-libav/gst1-libav.hash
index c2c58ab2fe..c3e84a17d2 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.22.0.tar.xz.sha256sum
-sha256  0e48407b4905227a260213dbda84cba3812f0530fc7a75b43829102ef82810f1  gst-libav-1.22.0.tar.xz
+# From https://gstreamer.freedesktop.org/src/gst-libav/gst-libav-1.22.2.tar.xz.sha256sum
+sha256  fcaaf9878fe8f3bc82317ef13a1558824cb68df1f8968c6797f556c5e33bcffd  gst-libav-1.22.2.tar.xz
 sha256  ad2eec519ebd4b5df86ea84dff24ae3bfa2edea846a703b58902dd221ae375db  COPYING
diff --git a/package/gstreamer1/gst1-libav/gst1-libav.mk b/package/gstreamer1/gst1-libav/gst1-libav.mk
index d4b3873af1..0306db42c0 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.22.0
+GST1_LIBAV_VERSION = 1.22.2
 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.22.2
  2023-04-19  8:31 [Buildroot] [PATCH 01/12] package/gstreamer1: bump to version 1.22.2 James Hilliard
                   ` (5 preceding siblings ...)
  2023-04-19  8:31 ` [Buildroot] [PATCH 07/12] package/gst1-libav: " James Hilliard
@ 2023-04-19  8:31 ` James Hilliard
  2023-05-01  8:05   ` Peter Korsgaard
  2023-04-19  8:31 ` [Buildroot] [PATCH 09/12] package/gst1-rtsp-server: " James Hilliard
                   ` (5 subsequent siblings)
  12 siblings, 1 reply; 25+ messages in thread
From: James Hilliard @ 2023-04-19  8:31 UTC (permalink / raw)
  To: buildroot; +Cc: James Hilliard

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 6dec625c93..2fdec4e83f 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.22.0.tar.xz.sha256sum
-sha256  593ccad19f88e5fa29f40f98356c007806bd535828707b1406944d16a90bdff5  gstreamer-vaapi-1.22.0.tar.xz
+# From https://gstreamer.freedesktop.org/src/gstreamer-vaapi/gstreamer-vaapi-1.22.2.tar.xz.sha256sum
+sha256  d2e642f9745f97d9f73a7f5085e7659a9a31fe209b774e6e45dae041b435df06  gstreamer-vaapi-1.22.2.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 9533cdf2b6..cae239094a 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.22.0
+GST1_VAAPI_VERSION = 1.22.2
 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.22.2
  2023-04-19  8:31 [Buildroot] [PATCH 01/12] package/gstreamer1: bump to version 1.22.2 James Hilliard
                   ` (6 preceding siblings ...)
  2023-04-19  8:31 ` [Buildroot] [PATCH 08/12] package/gst1-vaapi: " James Hilliard
@ 2023-04-19  8:31 ` James Hilliard
  2023-05-01  8:05   ` Peter Korsgaard
  2023-04-19  8:31 ` [Buildroot] [PATCH 10/12] package/gstreamer1-editing-services: " James Hilliard
                   ` (4 subsequent siblings)
  12 siblings, 1 reply; 25+ messages in thread
From: James Hilliard @ 2023-04-19  8:31 UTC (permalink / raw)
  To: buildroot; +Cc: James Hilliard

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 f37e7bb292..c98d10d79c 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.22.0.tar.xz.sha256sum
-sha256  aea24eeb59ee5fadfac355de2f7cecb51966c3e147e5ad7cfb4c314f1a4086ed  gst-rtsp-server-1.22.0.tar.xz
+# From https://gstreamer.freedesktop.org/src/gst-rtsp-server/gst-rtsp-server-1.22.2.tar.xz.sha256sum
+sha256  2be4aecfb88710100ea7115ed0216403e8094344ebf146094271b8d4d73828bf  gst-rtsp-server-1.22.2.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 6b4bd49fde..6f5fc4f7aa 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.22.0
+GST1_RTSP_SERVER_VERSION = 1.22.2
 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.22.2
  2023-04-19  8:31 [Buildroot] [PATCH 01/12] package/gstreamer1: bump to version 1.22.2 James Hilliard
                   ` (7 preceding siblings ...)
  2023-04-19  8:31 ` [Buildroot] [PATCH 09/12] package/gst1-rtsp-server: " James Hilliard
@ 2023-04-19  8:31 ` James Hilliard
  2023-05-01  8:05   ` Peter Korsgaard
  2023-04-19  8:31 ` [Buildroot] [PATCH 11/12] package/gst-omx: " James Hilliard
                   ` (3 subsequent siblings)
  12 siblings, 1 reply; 25+ messages in thread
From: James Hilliard @ 2023-04-19  8:31 UTC (permalink / raw)
  To: buildroot; +Cc: James Hilliard

Drop patch which is now upstream.

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
---
 ...treamer-validate-1.0-dependency-name.patch | 35 -------------------
 .../gstreamer1-editing-services.hash          |  4 +--
 .../gstreamer1-editing-services.mk            |  2 +-
 3 files changed, 3 insertions(+), 38 deletions(-)
 delete mode 100644 package/gstreamer1/gstreamer1-editing-services/0001-Fix-gstreamer-validate-1.0-dependency-name.patch

diff --git a/package/gstreamer1/gstreamer1-editing-services/0001-Fix-gstreamer-validate-1.0-dependency-name.patch b/package/gstreamer1/gstreamer1-editing-services/0001-Fix-gstreamer-validate-1.0-dependency-name.patch
deleted file mode 100644
index 6c190d3727..0000000000
--- a/package/gstreamer1/gstreamer1-editing-services/0001-Fix-gstreamer-validate-1.0-dependency-name.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-From c3edd999195445319ea619b6d719d7743f5b560d Mon Sep 17 00:00:00 2001
-From: James Hilliard <james.hilliard1@gmail.com>
-Date: Tue, 31 Jan 2023 21:38:09 -0700
-Subject: [PATCH] Fix gstreamer-validate-1.0 dependency name
-
-The gst-devtools project generates gstreamer-validate-1.0.pc, this
-must match the dependency in gst-editing-services for detection
-to work properly.
-
-Fixes:
-Run-time dependency gst-validate-1.0 found: NO (tried pkgconfig and cmake)
-
-Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
-[Upstream status:
-https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3859]
----
- meson.build | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/meson.build b/meson.build
-index bdc47f5d8b..b949f55317 100644
---- a/meson.build
-+++ b/meson.build
-@@ -110,7 +110,7 @@ if host_machine.system() != 'windows'
- endif
- gstcontroller_dep = dependency('gstreamer-controller-1.0', version : gst_req,
-   fallback : ['gstreamer', 'gst_controller_dep'])
--gstvalidate_dep = dependency('gst-validate-1.0', version : gst_req, required : get_option('validate'),
-+gstvalidate_dep = dependency('gstreamer-validate-1.0', version : gst_req, required : get_option('validate'),
-   fallback : ['gst-devtools', 'validate_dep'])
- 
- gio_dep = dependency('gio-2.0', version: glib_req)
--- 
-2.34.1
-
diff --git a/package/gstreamer1/gstreamer1-editing-services/gstreamer1-editing-services.hash b/package/gstreamer1/gstreamer1-editing-services/gstreamer1-editing-services.hash
index bd5dcfdbaf..0cdb18ea5d 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.22.0.tar.xz.sha256sum
-sha256  2a23856379af03586b66c193910fa8bb963024580bc2337c7405578dc077aa79  gst-editing-services-1.22.0.tar.xz
+# From https://gstreamer.freedesktop.org/src/gstreamer-editing-services/gst-editing-services-1.22.2.tar.xz.sha256sum
+sha256  453b1464fc3857de269a7cb0ebd966afe02171d97bef672a0b8a0a6d43e0cebf  gst-editing-services-1.22.2.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 0ae9205c3b..9fdc877db0 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.22.0
+GSTREAMER1_EDITING_SERVICES_VERSION = 1.22.2
 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.22.2
  2023-04-19  8:31 [Buildroot] [PATCH 01/12] package/gstreamer1: bump to version 1.22.2 James Hilliard
                   ` (8 preceding siblings ...)
  2023-04-19  8:31 ` [Buildroot] [PATCH 10/12] package/gstreamer1-editing-services: " James Hilliard
@ 2023-04-19  8:31 ` James Hilliard
  2023-05-01  8:05   ` Peter Korsgaard
  2023-04-19  8:31 ` [Buildroot] [PATCH 12/12] package/gst1-python: " James Hilliard
                   ` (2 subsequent siblings)
  12 siblings, 1 reply; 25+ messages in thread
From: James Hilliard @ 2023-04-19  8:31 UTC (permalink / raw)
  To: buildroot; +Cc: James Hilliard

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 51ea74a0cb..d4a95c631a 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.22.0.tar.xz.sha256sum
-sha256  dbc951a99af532380e599aa8acd9e1385fdb299b46b5868cd2be4230ad888341  gst-omx-1.22.0.tar.xz
+# From https://gstreamer.freedesktop.org/src/gst-omx/gst-omx-1.22.2.tar.xz.sha256sum
+sha256  1b0c57f2cc4ddeec5e7f0c436e502f06665c4e93c73261855b94e04fc94337b2  gst-omx-1.22.2.tar.xz
 sha256  dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551  COPYING
diff --git a/package/gstreamer1/gst-omx/gst-omx.mk b/package/gstreamer1/gst-omx/gst-omx.mk
index 6f7168279b..87f162f715 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.22.0
+GST_OMX_VERSION = 1.22.2
 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.22.2
  2023-04-19  8:31 [Buildroot] [PATCH 01/12] package/gstreamer1: bump to version 1.22.2 James Hilliard
                   ` (9 preceding siblings ...)
  2023-04-19  8:31 ` [Buildroot] [PATCH 11/12] package/gst-omx: " James Hilliard
@ 2023-04-19  8:31 ` James Hilliard
  2023-05-01  8:06   ` Peter Korsgaard
  2023-05-01  8:05 ` [Buildroot] [PATCH 01/12] package/gstreamer1: bump to version 1.22.2 Peter Korsgaard
  2023-05-04 17:31 ` Peter Korsgaard
  12 siblings, 1 reply; 25+ messages in thread
From: James Hilliard @ 2023-04-19  8:31 UTC (permalink / raw)
  To: buildroot; +Cc: James Hilliard

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

diff --git a/package/gstreamer1/gst1-python/gst1-python.hash b/package/gstreamer1/gst1-python/gst1-python.hash
index 128a739c2c..006d4985ef 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.22.0.tar.xz.sha256sum
-sha256  6c63ad364ca4617eb2cbb3975ab26c66760eb3c7a6adf5be69f99c11e21ef3a5  gst-python-1.22.0.tar.xz
+# From https://gstreamer.freedesktop.org/src/gst-python/gst-python-1.22.2.tar.xz.sha256sum
+sha256  bef2b3d82ce4be46b775b1bb56305c1003ee01b535a53a82f9fe8924972153ad  gst-python-1.22.2.tar.xz
 sha256  ea3ad127610e5ded2210b3a86a46314f2b3b28e438eccffdae19a4d6fbcdb0c2  COPYING
diff --git a/package/gstreamer1/gst1-python/gst1-python.mk b/package/gstreamer1/gst1-python/gst1-python.mk
index 2fc268b0ac..527d101786 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.22.0
+GST1_PYTHON_VERSION = 1.22.2
 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.22.2
  2023-04-19  8:31 [Buildroot] [PATCH 01/12] package/gstreamer1: bump to version 1.22.2 James Hilliard
                   ` (10 preceding siblings ...)
  2023-04-19  8:31 ` [Buildroot] [PATCH 12/12] package/gst1-python: " James Hilliard
@ 2023-05-01  8:05 ` Peter Korsgaard
  2023-05-04 17:31 ` Peter Korsgaard
  12 siblings, 0 replies; 25+ messages in thread
From: Peter Korsgaard @ 2023-05-01  8:05 UTC (permalink / raw)
  To: James Hilliard; +Cc: 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.22.2
  2023-04-19  8:31 ` [Buildroot] [PATCH 02/12] package/gst1-plugins-base: bump version to 1.22.2 James Hilliard
@ 2023-05-01  8:05   ` Peter Korsgaard
  0 siblings, 0 replies; 25+ messages in thread
From: Peter Korsgaard @ 2023-05-01  8:05 UTC (permalink / raw)
  To: James Hilliard; +Cc: 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 04/12] package/gst1-plugins-bad: bump version to 1.22.2
  2023-04-19  8:31 ` [Buildroot] [PATCH 04/12] package/gst1-plugins-bad: " James Hilliard
@ 2023-05-01  8:05   ` Peter Korsgaard
  0 siblings, 0 replies; 25+ messages in thread
From: Peter Korsgaard @ 2023-05-01  8:05 UTC (permalink / raw)
  To: James Hilliard; +Cc: 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.22.2
  2023-04-19  8:31 ` [Buildroot] [PATCH 05/12] package/gst1-plugins-ugly: " James Hilliard
@ 2023-05-01  8:05   ` Peter Korsgaard
  0 siblings, 0 replies; 25+ messages in thread
From: Peter Korsgaard @ 2023-05-01  8:05 UTC (permalink / raw)
  To: James Hilliard; +Cc: 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.22.2
  2023-04-19  8:31 ` [Buildroot] [PATCH 03/12] package/gst1-plugins-good: " James Hilliard
@ 2023-05-01  8:05   ` Peter Korsgaard
  0 siblings, 0 replies; 25+ messages in thread
From: Peter Korsgaard @ 2023-05-01  8:05 UTC (permalink / raw)
  To: James Hilliard; +Cc: 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.22.2
  2023-04-19  8:31 ` [Buildroot] [PATCH 07/12] package/gst1-libav: " James Hilliard
@ 2023-05-01  8:05   ` Peter Korsgaard
  0 siblings, 0 replies; 25+ messages in thread
From: Peter Korsgaard @ 2023-05-01  8:05 UTC (permalink / raw)
  To: James Hilliard; +Cc: 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 08/12] package/gst1-vaapi: bump version to 1.22.2
  2023-04-19  8:31 ` [Buildroot] [PATCH 08/12] package/gst1-vaapi: " James Hilliard
@ 2023-05-01  8:05   ` Peter Korsgaard
  0 siblings, 0 replies; 25+ messages in thread
From: Peter Korsgaard @ 2023-05-01  8:05 UTC (permalink / raw)
  To: James Hilliard; +Cc: 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.22.2
  2023-04-19  8:31 ` [Buildroot] [PATCH 09/12] package/gst1-rtsp-server: " James Hilliard
@ 2023-05-01  8:05   ` Peter Korsgaard
  0 siblings, 0 replies; 25+ messages in thread
From: Peter Korsgaard @ 2023-05-01  8:05 UTC (permalink / raw)
  To: James Hilliard; +Cc: 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.22.2
  2023-04-19  8:31 ` [Buildroot] [PATCH 06/12] package/gst1-devtools: " James Hilliard
@ 2023-05-01  8:05   ` Peter Korsgaard
  0 siblings, 0 replies; 25+ messages in thread
From: Peter Korsgaard @ 2023-05-01  8:05 UTC (permalink / raw)
  To: James Hilliard; +Cc: 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.22.2
  2023-04-19  8:31 ` [Buildroot] [PATCH 11/12] package/gst-omx: " James Hilliard
@ 2023-05-01  8:05   ` Peter Korsgaard
  0 siblings, 0 replies; 25+ messages in thread
From: Peter Korsgaard @ 2023-05-01  8:05 UTC (permalink / raw)
  To: James Hilliard; +Cc: 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.22.2
  2023-04-19  8:31 ` [Buildroot] [PATCH 10/12] package/gstreamer1-editing-services: " James Hilliard
@ 2023-05-01  8:05   ` Peter Korsgaard
  0 siblings, 0 replies; 25+ messages in thread
From: Peter Korsgaard @ 2023-05-01  8:05 UTC (permalink / raw)
  To: James Hilliard; +Cc: 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 12/12] package/gst1-python: bump version to 1.22.2
  2023-04-19  8:31 ` [Buildroot] [PATCH 12/12] package/gst1-python: " James Hilliard
@ 2023-05-01  8:06   ` Peter Korsgaard
  0 siblings, 0 replies; 25+ messages in thread
From: Peter Korsgaard @ 2023-05-01  8:06 UTC (permalink / raw)
  To: James Hilliard; +Cc: 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 01/12] package/gstreamer1: bump to version 1.22.2
  2023-04-19  8:31 [Buildroot] [PATCH 01/12] package/gstreamer1: bump to version 1.22.2 James Hilliard
                   ` (11 preceding siblings ...)
  2023-05-01  8:05 ` [Buildroot] [PATCH 01/12] package/gstreamer1: bump to version 1.22.2 Peter Korsgaard
@ 2023-05-04 17:31 ` Peter Korsgaard
  12 siblings, 0 replies; 25+ messages in thread
From: Peter Korsgaard @ 2023-05-04 17:31 UTC (permalink / raw)
  To: James Hilliard; +Cc: buildroot

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

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

Committed series to 2023.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:[~2023-05-04 17:31 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-19  8:31 [Buildroot] [PATCH 01/12] package/gstreamer1: bump to version 1.22.2 James Hilliard
2023-04-19  8:31 ` [Buildroot] [PATCH 02/12] package/gst1-plugins-base: bump version to 1.22.2 James Hilliard
2023-05-01  8:05   ` Peter Korsgaard
2023-04-19  8:31 ` [Buildroot] [PATCH 03/12] package/gst1-plugins-good: " James Hilliard
2023-05-01  8:05   ` Peter Korsgaard
2023-04-19  8:31 ` [Buildroot] [PATCH 04/12] package/gst1-plugins-bad: " James Hilliard
2023-05-01  8:05   ` Peter Korsgaard
2023-04-19  8:31 ` [Buildroot] [PATCH 05/12] package/gst1-plugins-ugly: " James Hilliard
2023-05-01  8:05   ` Peter Korsgaard
2023-04-19  8:31 ` [Buildroot] [PATCH 06/12] package/gst1-devtools: " James Hilliard
2023-05-01  8:05   ` Peter Korsgaard
2023-04-19  8:31 ` [Buildroot] [PATCH 07/12] package/gst1-libav: " James Hilliard
2023-05-01  8:05   ` Peter Korsgaard
2023-04-19  8:31 ` [Buildroot] [PATCH 08/12] package/gst1-vaapi: " James Hilliard
2023-05-01  8:05   ` Peter Korsgaard
2023-04-19  8:31 ` [Buildroot] [PATCH 09/12] package/gst1-rtsp-server: " James Hilliard
2023-05-01  8:05   ` Peter Korsgaard
2023-04-19  8:31 ` [Buildroot] [PATCH 10/12] package/gstreamer1-editing-services: " James Hilliard
2023-05-01  8:05   ` Peter Korsgaard
2023-04-19  8:31 ` [Buildroot] [PATCH 11/12] package/gst-omx: " James Hilliard
2023-05-01  8:05   ` Peter Korsgaard
2023-04-19  8:31 ` [Buildroot] [PATCH 12/12] package/gst1-python: " James Hilliard
2023-05-01  8:06   ` Peter Korsgaard
2023-05-01  8:05 ` [Buildroot] [PATCH 01/12] package/gstreamer1: bump to version 1.22.2 Peter Korsgaard
2023-05-04 17:31 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).