All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 01/13] package/libnice: bump to version 0.1.21
@ 2023-02-01  5:16 James Hilliard
  2023-02-01  5:16 ` [Buildroot] [PATCH 02/13] package/gstreamer1: bump to version 1.22.0 James Hilliard
                   ` (12 more replies)
  0 siblings, 13 replies; 26+ messages in thread
From: James Hilliard @ 2023-02-01  5:16 UTC (permalink / raw)
  To: buildroot; +Cc: Adrian Perez de Castro, James Hilliard, Gregory Dymarek

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

diff --git a/package/libnice/libnice.hash b/package/libnice/libnice.hash
index 83b28a9ad9..cf6d825f83 100644
--- a/package/libnice/libnice.hash
+++ b/package/libnice/libnice.hash
@@ -1,5 +1,5 @@
 # Locally computed after checking pgp signature
-sha256  6747af710998cf708a2e8ceef51cccd181373d94201dd4b8d40797a070ed47cc  libnice-0.1.19.tar.gz
+sha256  72e73a2acf20f59093e21d5601606e405873503eb35f346fa621de23e99b3b39  libnice-0.1.21.tar.gz
 
 # Hash for license files:
 sha256  9246b2ee8b1db30cf03d5d9719ad8bb5edce1cadc85f8cfef319c23d24d950b5  COPYING
diff --git a/package/libnice/libnice.mk b/package/libnice/libnice.mk
index 2b223bedd3..56ee35e452 100644
--- a/package/libnice/libnice.mk
+++ b/package/libnice/libnice.mk
@@ -4,8 +4,8 @@
 #
 ################################################################################
 
-LIBNICE_VERSION = 0.1.19
-LIBNICE_SITE = http://nice.freedesktop.org/releases
+LIBNICE_VERSION = 0.1.21
+LIBNICE_SITE = https://libnice.freedesktop.org/releases
 LIBNICE_LICENSE = MPL-1.1 or LGPL-2.1
 LIBNICE_LICENSE_FILES = COPYING COPYING.MPL COPYING.LGPL
 LIBNICE_DEPENDENCIES = libglib2 host-pkgconf
-- 
2.34.1

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

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

* [Buildroot] [PATCH 02/13] package/gstreamer1: bump to version 1.22.0
  2023-02-01  5:16 [Buildroot] [PATCH 01/13] package/libnice: bump to version 0.1.21 James Hilliard
@ 2023-02-01  5:16 ` James Hilliard
  2023-02-04 23:18   ` Peter Korsgaard
  2023-02-01  5:16 ` [Buildroot] [PATCH 03/13] package/gst1-plugins-base: bump version to 1.22.0 James Hilliard
                   ` (11 subsequent siblings)
  12 siblings, 1 reply; 26+ messages in thread
From: James Hilliard @ 2023-02-01  5:16 UTC (permalink / raw)
  To: buildroot; +Cc: Adrian Perez de Castro, James Hilliard, Gregory Dymarek

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 5fb52606fe..db0ed5bede 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.4.tar.xz.sha256sum
-sha256  67c1edf8c3c339cda5dde85f4f7b953bb9607c2d13ae970e2491c5c4c055ef5f  gstreamer-1.20.4.tar.xz
+# From https://gstreamer.freedesktop.org/src/gstreamer/gstreamer-1.22.0.tar.xz.sha256sum
+sha256  78d21b5469ac93edafc6d8ceb63bc82f6cbbee94d2f866cca6b9252157ee0a09  gstreamer-1.22.0.tar.xz
 sha256  ad2eec519ebd4b5df86ea84dff24ae3bfa2edea846a703b58902dd221ae375db  COPYING
diff --git a/package/gstreamer1/gstreamer1/gstreamer1.mk b/package/gstreamer1/gstreamer1/gstreamer1.mk
index 16c016b145..09d1a10ce7 100644
--- a/package/gstreamer1/gstreamer1/gstreamer1.mk
+++ b/package/gstreamer1/gstreamer1/gstreamer1.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-GSTREAMER1_VERSION = 1.20.4
+GSTREAMER1_VERSION = 1.22.0
 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] 26+ messages in thread

* [Buildroot] [PATCH 03/13] package/gst1-plugins-base: bump version to 1.22.0
  2023-02-01  5:16 [Buildroot] [PATCH 01/13] package/libnice: bump to version 0.1.21 James Hilliard
  2023-02-01  5:16 ` [Buildroot] [PATCH 02/13] package/gstreamer1: bump to version 1.22.0 James Hilliard
@ 2023-02-01  5:16 ` James Hilliard
  2023-02-04 23:18   ` Peter Korsgaard
  2023-02-01  5:16 ` [Buildroot] [PATCH 04/13] package/gst1-plugins-good: " James Hilliard
                   ` (10 subsequent siblings)
  12 siblings, 1 reply; 26+ messages in thread
From: James Hilliard @ 2023-02-01  5:16 UTC (permalink / raw)
  To: buildroot; +Cc: Adrian Perez de Castro, James Hilliard, Gregory Dymarek

The videoconvert and videoscale plugins have been combined into
the new videoconvertscale plugin.

Rework config options using videoconvert/videoscale to use the new
videoconvertscale option.

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
---
 Config.in.legacy                                   | 14 ++++++++++++++
 package/gstreamer1/gst1-plugins-base/Config.in     | 13 ++++---------
 .../gst1-plugins-base/gst1-plugins-base.hash       |  4 ++--
 .../gst1-plugins-base/gst1-plugins-base.mk         | 14 ++++----------
 .../gstreamer1-editing-services/Config.in          |  3 +--
 package/webkitgtk/Config.in                        |  3 +--
 package/wpewebkit/Config.in                        |  3 +--
 7 files changed, 27 insertions(+), 27 deletions(-)

diff --git a/Config.in.legacy b/Config.in.legacy
index 41c5fdefb3..3fff2b1ddd 100644
--- a/Config.in.legacy
+++ b/Config.in.legacy
@@ -146,6 +146,20 @@ endif
 
 comment "Legacy options removed in 2023.02"
 
+config BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_VIDEOSCALE
+	bool "videoscale removed"
+	select BR2_LEGACY
+	select BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_VIDEOCONVERTSCALE
+	help
+	  The videoscale option has been combined with videoconvert.
+
+config BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_VIDEOCONVERT
+	bool "videoconvert removed"
+	select BR2_LEGACY
+	select BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_VIDEOCONVERTSCALE
+	help
+	  The videoconvert option has been combined with videoscale.
+
 config BR2_PACKAGE_IMX_GPU_VIV_OUTPUT_X11
 	bool "imx-gpu-viv X11 output has been removed"
 	select BR2_LEGACY
diff --git a/package/gstreamer1/gst1-plugins-base/Config.in b/package/gstreamer1/gst1-plugins-base/Config.in
index bd4ee0b994..df10774ac7 100644
--- a/package/gstreamer1/gst1-plugins-base/Config.in
+++ b/package/gstreamer1/gst1-plugins-base/Config.in
@@ -59,10 +59,11 @@ config BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_ENCODING
 	help
 	  various encoding-related elements
 
-config BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_VIDEOCONVERT
-	bool "videoconvert"
+config BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_VIDEOCONVERTSCALE
+	bool "videoconvertscale (mandatory for video playback)"
+	default y
 	help
-	  Colorspace conversion
+	  Colorspace conversion, resizes video
 
 config BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_GIO
 	bool "gio"
@@ -123,12 +124,6 @@ config BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_VIDEORATE
 	help
 	  Adjusts video frames
 
-config BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_VIDEOSCALE
-	bool "videoscale (mandatory for video playback)"
-	default y
-	help
-	  Resizes video
-
 config BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_VOLUME
 	bool "volume (mandatory for audio playback)"
 	default y
diff --git a/package/gstreamer1/gst1-plugins-base/gst1-plugins-base.hash b/package/gstreamer1/gst1-plugins-base/gst1-plugins-base.hash
index 5c729d832f..bac4f8398a 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.4.tar.xz.sha256sum
-sha256  8d181b7abe4caf23ee9f9ec5b4d3e232640452464e39495bfffb6d776fc97225  gst-plugins-base-1.20.4.tar.xz
+# 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
 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 d225cdf910..7d509331fe 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.4
+GST1_PLUGINS_BASE_VERSION = 1.22.0
 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
@@ -147,10 +147,10 @@ else
 GST1_PLUGINS_BASE_CONF_OPTS += -Dencoding=disabled
 endif
 
-ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_VIDEOCONVERT),y)
-GST1_PLUGINS_BASE_CONF_OPTS += -Dvideoconvert=enabled
+ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_VIDEOCONVERTSCALE),y)
+GST1_PLUGINS_BASE_CONF_OPTS += -Dvideoconvertscale=enabled
 else
-GST1_PLUGINS_BASE_CONF_OPTS += -Dvideoconvert=disabled
+GST1_PLUGINS_BASE_CONF_OPTS += -Dvideoconvertscale=disabled
 endif
 
 ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_GIO),y)
@@ -219,12 +219,6 @@ else
 GST1_PLUGINS_BASE_CONF_OPTS += -Dvideorate=disabled
 endif
 
-ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_VIDEOSCALE),y)
-GST1_PLUGINS_BASE_CONF_OPTS += -Dvideoscale=enabled
-else
-GST1_PLUGINS_BASE_CONF_OPTS += -Dvideoscale=disabled
-endif
-
 ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_VOLUME),y)
 GST1_PLUGINS_BASE_CONF_OPTS += -Dvolume=enabled
 else
diff --git a/package/gstreamer1/gstreamer1-editing-services/Config.in b/package/gstreamer1/gstreamer1-editing-services/Config.in
index 9c41e8142b..e824781d47 100644
--- a/package/gstreamer1/gstreamer1-editing-services/Config.in
+++ b/package/gstreamer1/gstreamer1-editing-services/Config.in
@@ -6,9 +6,8 @@ config BR2_PACKAGE_GSTREAMER1_EDITING_SERVICES
 	select BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_AUDIOCONVERT # runtime
 	select BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_AUDIOMIXER # runtime
 	select BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_AUDIORESAMPLE # runtime
-	select BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_VIDEOCONVERT # runtime
+	select BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_VIDEOCONVERTSCALE # runtime
 	select BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_VIDEOTESTSRC # runtime
-	select BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_VIDEOSCALE # runtime
 	select BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_VOLUME # runtime
 	select BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_IMAGEFREEZE # runtime
 	help
diff --git a/package/webkitgtk/Config.in b/package/webkitgtk/Config.in
index cafe497491..dc5d738dae 100644
--- a/package/webkitgtk/Config.in
+++ b/package/webkitgtk/Config.in
@@ -104,8 +104,7 @@ config BR2_PACKAGE_WEBKITGTK_MULTIMEDIA
 	select BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_AUDIOCONVERT
 	select BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_AUDIORESAMPLE
 	select BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_PLAYBACK
-	select BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_VIDEOCONVERT
-	select BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_VIDEOSCALE
+	select BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_VIDEOCONVERTSCALE
 	select BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_VOLUME
 	select BR2_PACKAGE_GST1_PLUGINS_GOOD
 	select BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_AUDIOFX
diff --git a/package/wpewebkit/Config.in b/package/wpewebkit/Config.in
index 04ed40bd92..7a8dc557c3 100644
--- a/package/wpewebkit/Config.in
+++ b/package/wpewebkit/Config.in
@@ -97,8 +97,7 @@ config BR2_PACKAGE_WPEWEBKIT_MULTIMEDIA
 	select BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_AUDIOCONVERT
 	select BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_AUDIORESAMPLE
 	select BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_PLAYBACK
-	select BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_VIDEOCONVERT
-	select BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_VIDEOSCALE
+	select BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_VIDEOCONVERTSCALE
 	select BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_VOLUME
 	select BR2_PACKAGE_GST1_PLUGINS_GOOD
 	select BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_AUDIOFX
-- 
2.34.1

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

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

* [Buildroot] [PATCH 04/13] package/gst1-plugins-good: bump version to 1.22.0
  2023-02-01  5:16 [Buildroot] [PATCH 01/13] package/libnice: bump to version 0.1.21 James Hilliard
  2023-02-01  5:16 ` [Buildroot] [PATCH 02/13] package/gstreamer1: bump to version 1.22.0 James Hilliard
  2023-02-01  5:16 ` [Buildroot] [PATCH 03/13] package/gst1-plugins-base: bump version to 1.22.0 James Hilliard
@ 2023-02-01  5:16 ` James Hilliard
  2023-02-04 23:18   ` Peter Korsgaard
  2023-02-01  5:16 ` [Buildroot] [PATCH 05/13] package/gst1-plugins-bad: " James Hilliard
                   ` (9 subsequent siblings)
  12 siblings, 1 reply; 26+ messages in thread
From: James Hilliard @ 2023-02-01  5:16 UTC (permalink / raw)
  To: buildroot; +Cc: Adrian Perez de Castro, James Hilliard, Gregory Dymarek

Add new xingmux config option.

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

diff --git a/package/gstreamer1/gst1-plugins-good/Config.in b/package/gstreamer1/gst1-plugins-good/Config.in
index 67df206eea..d7ec16e800 100644
--- a/package/gstreamer1/gst1-plugins-good/Config.in
+++ b/package/gstreamer1/gst1-plugins-good/Config.in
@@ -246,6 +246,11 @@ config BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_WAVPARSE
 	help
 	  Parse a .wav file into raw audio
 
+config BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_XINGMUX
+	bool "xingmux"
+	help
+	  Add XING tags to mpeg audio files
+
 config BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_Y4M
 	bool "y4m"
 	help
diff --git a/package/gstreamer1/gst1-plugins-good/gst1-plugins-good.hash b/package/gstreamer1/gst1-plugins-good/gst1-plugins-good.hash
index b30c512878..3e219faad8 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.4.tar.xz.sha256sum
-sha256  b16130fbe632fa8547c2147a0ef575b0140fb521065c5cb121c72ddbd23b64da  gst-plugins-good-1.20.4.tar.xz
+# 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
 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 cc7bab5824..93c2328bda 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.4
+GST1_PLUGINS_GOOD_VERSION = 1.22.0
 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
@@ -324,6 +324,12 @@ else
 GST1_PLUGINS_GOOD_CONF_OPTS += -Dwavparse=disabled
 endif
 
+ifeq ($(BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_XINGMUX),y)
+GST1_PLUGINS_GOOD_CONF_OPTS += -Dxingmux=enabled
+else
+GST1_PLUGINS_GOOD_CONF_OPTS += -Dxingmux=disabled
+endif
+
 ifeq ($(BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_Y4M),y)
 GST1_PLUGINS_GOOD_CONF_OPTS += -Dy4m=enabled
 else
-- 
2.34.1

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

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

* [Buildroot] [PATCH 05/13] package/gst1-plugins-bad: bump version to 1.22.0
  2023-02-01  5:16 [Buildroot] [PATCH 01/13] package/libnice: bump to version 0.1.21 James Hilliard
                   ` (2 preceding siblings ...)
  2023-02-01  5:16 ` [Buildroot] [PATCH 04/13] package/gst1-plugins-good: " James Hilliard
@ 2023-02-01  5:16 ` James Hilliard
  2023-02-04 23:18   ` Peter Korsgaard
  2023-02-01  5:16 ` [Buildroot] [PATCH 06/13] package/gst1-plugins-ugly: " James Hilliard
                   ` (8 subsequent siblings)
  12 siblings, 1 reply; 26+ messages in thread
From: James Hilliard @ 2023-02-01  5:16 UTC (permalink / raw)
  To: buildroot; +Cc: Adrian Perez de Castro, James Hilliard, Gregory Dymarek

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 c8789a707d..90b3a18982 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.4.tar.xz.sha256sum
-sha256  a1a3f53b3604d9a04fdd0bf9a1a616c3d2dab5320489e9ecee1178e81e33a16a  gst-plugins-bad-1.20.4.tar.xz
+# 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
 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 14710a2501..8f11ce6b37 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.4
+GST1_PLUGINS_BAD_VERSION = 1.22.0
 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] 26+ messages in thread

* [Buildroot] [PATCH 06/13] package/gst1-plugins-ugly: bump version to 1.22.0
  2023-02-01  5:16 [Buildroot] [PATCH 01/13] package/libnice: bump to version 0.1.21 James Hilliard
                   ` (3 preceding siblings ...)
  2023-02-01  5:16 ` [Buildroot] [PATCH 05/13] package/gst1-plugins-bad: " James Hilliard
@ 2023-02-01  5:16 ` James Hilliard
  2023-02-04 23:19   ` Peter Korsgaard
  2023-02-01  5:16 ` [Buildroot] [PATCH 07/13] package/gst1-devtools: " James Hilliard
                   ` (7 subsequent siblings)
  12 siblings, 1 reply; 26+ messages in thread
From: James Hilliard @ 2023-02-01  5:16 UTC (permalink / raw)
  To: buildroot; +Cc: Adrian Perez de Castro, James Hilliard, Gregory Dymarek

Remove xingmux config option which has been moved to the
gst1-plugins-good package.

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
---
 Config.in.legacy                                          | 7 +++++++
 package/gstreamer1/gst1-plugins-ugly/Config.in            | 5 -----
 .../gstreamer1/gst1-plugins-ugly/gst1-plugins-ugly.hash   | 4 ++--
 package/gstreamer1/gst1-plugins-ugly/gst1-plugins-ugly.mk | 8 +-------
 4 files changed, 10 insertions(+), 14 deletions(-)

diff --git a/Config.in.legacy b/Config.in.legacy
index 3fff2b1ddd..1c5af2652a 100644
--- a/Config.in.legacy
+++ b/Config.in.legacy
@@ -146,6 +146,13 @@ endif
 
 comment "Legacy options removed in 2023.02"
 
+config BR2_PACKAGE_GST1_PLUGINS_UGLY_PLUGIN_XINGMUX
+	bool "xingmux moved"
+	select BR2_LEGACY
+	select BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_XINGMUX
+	help
+	  The xingmux option has been moved to gst1-plugins-good.
+
 config BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_VIDEOSCALE
 	bool "videoscale removed"
 	select BR2_LEGACY
diff --git a/package/gstreamer1/gst1-plugins-ugly/Config.in b/package/gstreamer1/gst1-plugins-ugly/Config.in
index ba19989892..54766ffa8c 100644
--- a/package/gstreamer1/gst1-plugins-ugly/Config.in
+++ b/package/gstreamer1/gst1-plugins-ugly/Config.in
@@ -26,11 +26,6 @@ config BR2_PACKAGE_GST1_PLUGINS_UGLY_PLUGIN_DVDSUB
 	help
 	  DVD subtitle parser and decoder
 
-config BR2_PACKAGE_GST1_PLUGINS_UGLY_PLUGIN_XINGMUX
-	bool "xingmux"
-	help
-	  Add XING tags to mpeg audio files
-
 config BR2_PACKAGE_GST1_PLUGINS_UGLY_PLUGIN_REALMEDIA
 	bool "realmedia"
 	help
diff --git a/package/gstreamer1/gst1-plugins-ugly/gst1-plugins-ugly.hash b/package/gstreamer1/gst1-plugins-ugly/gst1-plugins-ugly.hash
index 4ec29e6894..21579216df 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.4.tar.xz.sha256sum
-sha256  5c9ec6bab96517e438b3f9bae0ceb84d3436f3da9bbe180cf4d28e32a7251b59  gst-plugins-ugly-1.20.4.tar.xz
+# 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
 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 20382719c3..9f16fa3da8 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.4
+GST1_PLUGINS_UGLY_VERSION = 1.22.0
 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
@@ -51,12 +51,6 @@ else
 GST1_PLUGINS_UGLY_CONF_OPTS += -Ddvdsub=disabled
 endif
 
-ifeq ($(BR2_PACKAGE_GST1_PLUGINS_UGLY_PLUGIN_XINGMUX),y)
-GST1_PLUGINS_UGLY_CONF_OPTS += -Dxingmux=enabled
-else
-GST1_PLUGINS_UGLY_CONF_OPTS += -Dxingmux=disabled
-endif
-
 ifeq ($(BR2_PACKAGE_GST1_PLUGINS_UGLY_PLUGIN_REALMEDIA),y)
 GST1_PLUGINS_UGLY_CONF_OPTS += -Drealmedia=enabled
 else
-- 
2.34.1

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

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

* [Buildroot] [PATCH 07/13] package/gst1-devtools: bump version to 1.22.0
  2023-02-01  5:16 [Buildroot] [PATCH 01/13] package/libnice: bump to version 0.1.21 James Hilliard
                   ` (4 preceding siblings ...)
  2023-02-01  5:16 ` [Buildroot] [PATCH 06/13] package/gst1-plugins-ugly: " James Hilliard
@ 2023-02-01  5:16 ` James Hilliard
  2023-02-04 23:19   ` Peter Korsgaard
  2023-02-01  5:16 ` [Buildroot] [PATCH 08/13] package/gst1-libav: " James Hilliard
                   ` (6 subsequent siblings)
  12 siblings, 1 reply; 26+ messages in thread
From: James Hilliard @ 2023-02-01  5:16 UTC (permalink / raw)
  To: buildroot; +Cc: Adrian Perez de Castro, James Hilliard, Gregory Dymarek

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 fc504a2c12..46480445ab 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.4.tar.xz.sha256sum
-sha256  82a293600273f4dd3eed567aae510ca0c7d629c3807788b00e6cdbd1d2459a84  gst-devtools-1.20.4.tar.xz
+# 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
 sha256  6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3  validate/COPYING
diff --git a/package/gstreamer1/gst1-devtools/gst1-devtools.mk b/package/gstreamer1/gst1-devtools/gst1-devtools.mk
index fbb04c92ef..8fd3321d9e 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.4
+GST1_DEVTOOLS_VERSION = 1.22.0
 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] 26+ messages in thread

* [Buildroot] [PATCH 08/13] package/gst1-libav: bump version to 1.22.0
  2023-02-01  5:16 [Buildroot] [PATCH 01/13] package/libnice: bump to version 0.1.21 James Hilliard
                   ` (5 preceding siblings ...)
  2023-02-01  5:16 ` [Buildroot] [PATCH 07/13] package/gst1-devtools: " James Hilliard
@ 2023-02-01  5:16 ` James Hilliard
  2023-02-04 23:19   ` Peter Korsgaard
  2023-02-01  5:16 ` [Buildroot] [PATCH 09/13] package/gst1-vaapi: " James Hilliard
                   ` (5 subsequent siblings)
  12 siblings, 1 reply; 26+ messages in thread
From: James Hilliard @ 2023-02-01  5:16 UTC (permalink / raw)
  To: buildroot; +Cc: Adrian Perez de Castro, James Hilliard, Gregory Dymarek

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 78f5b5bb07..c2c58ab2fe 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.4.tar.xz.sha256sum
-sha256  04ccbdd58fb31dd94098da599209834a0e7661638c5703381dd0a862c56fc532  gst-libav-1.20.4.tar.xz
+# 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
 sha256  ad2eec519ebd4b5df86ea84dff24ae3bfa2edea846a703b58902dd221ae375db  COPYING
diff --git a/package/gstreamer1/gst1-libav/gst1-libav.mk b/package/gstreamer1/gst1-libav/gst1-libav.mk
index a867af5147..d4b3873af1 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.4
+GST1_LIBAV_VERSION = 1.22.0
 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] 26+ messages in thread

* [Buildroot] [PATCH 09/13] package/gst1-vaapi: bump version to 1.22.0
  2023-02-01  5:16 [Buildroot] [PATCH 01/13] package/libnice: bump to version 0.1.21 James Hilliard
                   ` (6 preceding siblings ...)
  2023-02-01  5:16 ` [Buildroot] [PATCH 08/13] package/gst1-libav: " James Hilliard
@ 2023-02-01  5:16 ` James Hilliard
  2023-02-04 23:19   ` Peter Korsgaard
  2023-02-01  5:16 ` [Buildroot] [PATCH 10/13] package/gst1-rtsp-server: " James Hilliard
                   ` (4 subsequent siblings)
  12 siblings, 1 reply; 26+ messages in thread
From: James Hilliard @ 2023-02-01  5:16 UTC (permalink / raw)
  To: buildroot; +Cc: Adrian Perez de Castro, James Hilliard, Gregory Dymarek

Update config option names and dependency requirements.

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

diff --git a/package/gstreamer1/gst1-vaapi/gst1-vaapi.hash b/package/gstreamer1/gst1-vaapi/gst1-vaapi.hash
index 5baaa4dfb7..6dec625c93 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.4.tar.xz.sha256sum
-sha256  ab12596144c05506e9782374c5d2cdfb3069fca89908d6de360d947bb77fd06a  gstreamer-vaapi-1.20.4.tar.xz
+# 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
 sha256  dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551  COPYING.LIB
diff --git a/package/gstreamer1/gst1-vaapi/gst1-vaapi.mk b/package/gstreamer1/gst1-vaapi/gst1-vaapi.mk
index bd6c16be3e..3d9eb91ffb 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.4
+GST1_VAAPI_VERSION = 1.22.0
 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+
@@ -18,19 +18,40 @@ GST1_VAAPI_DEPENDENCIES += \
 	libdrm
 
 GST1_VAAPI_CONF_OPTS += \
-	-Dwith_drm=yes \
-	-Dwith_x11=no \
-	-Dwith_glx=no \
-	-Dwith_wayland=no \
-	-Dwith_egl=no \
+	-Ddrm=enabled \
+	-Degl=enabled \
 	-Dexamples=disabled \
 	-Dtests=disabled \
 	-Ddoc=disabled
 
 ifeq ($(BR2_PACKAGE_GST1_VAAPI_ENCODERS),y)
-GST1_VAAPI_CONF_OPTS += -Dwith_encoders=yes
+GST1_VAAPI_CONF_OPTS += -Dencoders=enabled
 else
-GST1_VAAPI_CONF_OPTS += -Dwith_encoders=no
+GST1_VAAPI_CONF_OPTS += -Dencoders=disabled
+endif
+
+ifeq ($(BR2_PACKAGE_HAS_LIBEGL),y)
+GST1_VAAPI_CONF_OPTS += -Degl=enabled
+GST1_VAAPI_DEPENDENCIES += libegl
+else
+GST1_VAAPI_CONF_OPTS += -Degl=disabled
+endif
+
+ifeq ($(BR2_PACKAGE_WAYLAND),y)
+GST1_VAAPI_CONF_OPTS += -Dwayland=enabled
+else
+GST1_VAAPI_CONF_OPTS += -Dwayland=disabled
+endif
+
+ifeq ($(BR2_PACKAGE_XORG7),y)
+GST1_VAAPI_CONF_OPTS += -Dx11=enabled
+ifeq ($(BR2_PACKAGE_HAS_LIBGL),y)
+GST1_VAAPI_CONF_OPTS += -Dglx=enabled
+else
+GST1_VAAPI_CONF_OPTS += -Dglx=disabled
+endif
+else
+GST1_VAAPI_CONF_OPTS += -Dx11=disabled -Dglx=disabled
 endif
 
 $(eval $(meson-package))
-- 
2.34.1

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

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

* [Buildroot] [PATCH 10/13] package/gst1-rtsp-server: bump version to 1.22.0
  2023-02-01  5:16 [Buildroot] [PATCH 01/13] package/libnice: bump to version 0.1.21 James Hilliard
                   ` (7 preceding siblings ...)
  2023-02-01  5:16 ` [Buildroot] [PATCH 09/13] package/gst1-vaapi: " James Hilliard
@ 2023-02-01  5:16 ` James Hilliard
  2023-02-04 23:19   ` Peter Korsgaard
  2023-02-01  5:16 ` [Buildroot] [PATCH 11/13] package/gstreamer1-editing-services: " James Hilliard
                   ` (3 subsequent siblings)
  12 siblings, 1 reply; 26+ messages in thread
From: James Hilliard @ 2023-02-01  5:16 UTC (permalink / raw)
  To: buildroot; +Cc: Adrian Perez de Castro, James Hilliard, Gregory Dymarek

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 b6a31f8796..f37e7bb292 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.4.tar.xz.sha256sum
-sha256  88d9ef634e59aeb8cc183ad5ae444557c5a88dd49d833b9072bc6e1fae6a3d7d  gst-rtsp-server-1.20.4.tar.xz
+# 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
 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 0b18c1fcf8..6b4bd49fde 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.4
+GST1_RTSP_SERVER_VERSION = 1.22.0
 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] 26+ messages in thread

* [Buildroot] [PATCH 11/13] package/gstreamer1-editing-services: bump version to 1.22.0
  2023-02-01  5:16 [Buildroot] [PATCH 01/13] package/libnice: bump to version 0.1.21 James Hilliard
                   ` (8 preceding siblings ...)
  2023-02-01  5:16 ` [Buildroot] [PATCH 10/13] package/gst1-rtsp-server: " James Hilliard
@ 2023-02-01  5:16 ` James Hilliard
  2023-02-04 23:19   ` Peter Korsgaard
  2023-02-01  5:16 ` [Buildroot] [PATCH 12/13] package/gst-omx: " James Hilliard
                   ` (2 subsequent siblings)
  12 siblings, 1 reply; 26+ messages in thread
From: James Hilliard @ 2023-02-01  5:16 UTC (permalink / raw)
  To: buildroot; +Cc: Adrian Perez de Castro, James Hilliard, Gregory Dymarek

Add a patch fixing an incorrect gstreamer-validate-1.0 dependency
name.

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, 38 insertions(+), 3 deletions(-)
 create 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
new file mode 100644
index 0000000000..6c190d3727
--- /dev/null
+++ b/package/gstreamer1/gstreamer1-editing-services/0001-Fix-gstreamer-validate-1.0-dependency-name.patch
@@ -0,0 +1,35 @@
+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 308596d7cd..bd5dcfdbaf 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.4.tar.xz.sha256sum
-sha256  aa03e983af5d79c1befffe3575b034e60960619a96bf877447cb73c28016fc41  gst-editing-services-1.20.4.tar.xz
+# 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
 
 # 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 77feb15991..0ae9205c3b 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.4
+GSTREAMER1_EDITING_SERVICES_VERSION = 1.22.0
 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] 26+ messages in thread

* [Buildroot] [PATCH 12/13] package/gst-omx: bump version to 1.22.0
  2023-02-01  5:16 [Buildroot] [PATCH 01/13] package/libnice: bump to version 0.1.21 James Hilliard
                   ` (9 preceding siblings ...)
  2023-02-01  5:16 ` [Buildroot] [PATCH 11/13] package/gstreamer1-editing-services: " James Hilliard
@ 2023-02-01  5:16 ` James Hilliard
  2023-02-04 23:19   ` Peter Korsgaard
  2023-02-01  5:16 ` [Buildroot] [PATCH 13/13] package/gst1-python: " James Hilliard
  2023-02-04 22:43 ` [Buildroot] [PATCH 01/13] package/libnice: bump to version 0.1.21 Peter Korsgaard
  12 siblings, 1 reply; 26+ messages in thread
From: James Hilliard @ 2023-02-01  5:16 UTC (permalink / raw)
  To: buildroot; +Cc: Adrian Perez de Castro, James Hilliard, Gregory Dymarek

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 140ad626f7..51ea74a0cb 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.4.tar.xz.sha256sum
-sha256  70ddd485e2dcab79070164d61ad2ff3a63e15a1d7abf9075d86eb77762b0edfd  gst-omx-1.20.4.tar.xz
+# 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
 sha256  dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551  COPYING
diff --git a/package/gstreamer1/gst-omx/gst-omx.mk b/package/gstreamer1/gst-omx/gst-omx.mk
index d644c44995..6f7168279b 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.4
+GST_OMX_VERSION = 1.22.0
 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] 26+ messages in thread

* [Buildroot] [PATCH 13/13] package/gst1-python: bump version to 1.22.0
  2023-02-01  5:16 [Buildroot] [PATCH 01/13] package/libnice: bump to version 0.1.21 James Hilliard
                   ` (10 preceding siblings ...)
  2023-02-01  5:16 ` [Buildroot] [PATCH 12/13] package/gst-omx: " James Hilliard
@ 2023-02-01  5:16 ` James Hilliard
  2023-02-04 23:19   ` Peter Korsgaard
  2023-02-04 22:43 ` [Buildroot] [PATCH 01/13] package/libnice: bump to version 0.1.21 Peter Korsgaard
  12 siblings, 1 reply; 26+ messages in thread
From: James Hilliard @ 2023-02-01  5:16 UTC (permalink / raw)
  To: buildroot; +Cc: Adrian Perez de Castro, James Hilliard, Gregory Dymarek

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 adb116ac4c..128a739c2c 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.4.tar.xz.sha256sum
-sha256  5eb4136d03e2a495f4499c8b2e6d9d3e7b5e73c5a8b8acf9213d57bc6a7bd3c1  gst-python-1.20.4.tar.xz
+# 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
 sha256  ea3ad127610e5ded2210b3a86a46314f2b3b28e438eccffdae19a4d6fbcdb0c2  COPYING
diff --git a/package/gstreamer1/gst1-python/gst1-python.mk b/package/gstreamer1/gst1-python/gst1-python.mk
index feb2de718a..2fc268b0ac 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.4
+GST1_PYTHON_VERSION = 1.22.0
 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] 26+ messages in thread

* Re: [Buildroot] [PATCH 01/13] package/libnice: bump to version 0.1.21
  2023-02-01  5:16 [Buildroot] [PATCH 01/13] package/libnice: bump to version 0.1.21 James Hilliard
                   ` (11 preceding siblings ...)
  2023-02-01  5:16 ` [Buildroot] [PATCH 13/13] package/gst1-python: " James Hilliard
@ 2023-02-04 22:43 ` Peter Korsgaard
  12 siblings, 0 replies; 26+ messages in thread
From: Peter Korsgaard @ 2023-02-04 22:43 UTC (permalink / raw)
  To: James Hilliard; +Cc: Adrian Perez de Castro, Gregory Dymarek, 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] 26+ messages in thread

* Re: [Buildroot] [PATCH 02/13] package/gstreamer1: bump to version 1.22.0
  2023-02-01  5:16 ` [Buildroot] [PATCH 02/13] package/gstreamer1: bump to version 1.22.0 James Hilliard
@ 2023-02-04 23:18   ` Peter Korsgaard
  0 siblings, 0 replies; 26+ messages in thread
From: Peter Korsgaard @ 2023-02-04 23:18 UTC (permalink / raw)
  To: James Hilliard; +Cc: Adrian Perez de Castro, Gregory Dymarek, 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] 26+ messages in thread

* Re: [Buildroot] [PATCH 04/13] package/gst1-plugins-good: bump version to 1.22.0
  2023-02-01  5:16 ` [Buildroot] [PATCH 04/13] package/gst1-plugins-good: " James Hilliard
@ 2023-02-04 23:18   ` Peter Korsgaard
  0 siblings, 0 replies; 26+ messages in thread
From: Peter Korsgaard @ 2023-02-04 23:18 UTC (permalink / raw)
  To: James Hilliard; +Cc: Adrian Perez de Castro, Gregory Dymarek, buildroot

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

 > Add new xingmux config option.
 > 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] 26+ messages in thread

* Re: [Buildroot] [PATCH 05/13] package/gst1-plugins-bad: bump version to 1.22.0
  2023-02-01  5:16 ` [Buildroot] [PATCH 05/13] package/gst1-plugins-bad: " James Hilliard
@ 2023-02-04 23:18   ` Peter Korsgaard
  0 siblings, 0 replies; 26+ messages in thread
From: Peter Korsgaard @ 2023-02-04 23:18 UTC (permalink / raw)
  To: James Hilliard; +Cc: Adrian Perez de Castro, Gregory Dymarek, 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] 26+ messages in thread

* Re: [Buildroot] [PATCH 03/13] package/gst1-plugins-base: bump version to 1.22.0
  2023-02-01  5:16 ` [Buildroot] [PATCH 03/13] package/gst1-plugins-base: bump version to 1.22.0 James Hilliard
@ 2023-02-04 23:18   ` Peter Korsgaard
  0 siblings, 0 replies; 26+ messages in thread
From: Peter Korsgaard @ 2023-02-04 23:18 UTC (permalink / raw)
  To: James Hilliard; +Cc: Adrian Perez de Castro, Gregory Dymarek, buildroot

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

 > The videoconvert and videoscale plugins have been combined into
 > the new videoconvertscale plugin.

 > Rework config options using videoconvert/videoscale to use the new
 > videoconvertscale option.

 > 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] 26+ messages in thread

* Re: [Buildroot] [PATCH 06/13] package/gst1-plugins-ugly: bump version to 1.22.0
  2023-02-01  5:16 ` [Buildroot] [PATCH 06/13] package/gst1-plugins-ugly: " James Hilliard
@ 2023-02-04 23:19   ` Peter Korsgaard
  0 siblings, 0 replies; 26+ messages in thread
From: Peter Korsgaard @ 2023-02-04 23:19 UTC (permalink / raw)
  To: James Hilliard; +Cc: Adrian Perez de Castro, Gregory Dymarek, buildroot

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

 > Remove xingmux config option which has been moved to the
 > gst1-plugins-good package.

 > 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] 26+ messages in thread

* Re: [Buildroot] [PATCH 07/13] package/gst1-devtools: bump version to 1.22.0
  2023-02-01  5:16 ` [Buildroot] [PATCH 07/13] package/gst1-devtools: " James Hilliard
@ 2023-02-04 23:19   ` Peter Korsgaard
  0 siblings, 0 replies; 26+ messages in thread
From: Peter Korsgaard @ 2023-02-04 23:19 UTC (permalink / raw)
  To: James Hilliard; +Cc: Adrian Perez de Castro, Gregory Dymarek, 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] 26+ messages in thread

* Re: [Buildroot] [PATCH 08/13] package/gst1-libav: bump version to 1.22.0
  2023-02-01  5:16 ` [Buildroot] [PATCH 08/13] package/gst1-libav: " James Hilliard
@ 2023-02-04 23:19   ` Peter Korsgaard
  0 siblings, 0 replies; 26+ messages in thread
From: Peter Korsgaard @ 2023-02-04 23:19 UTC (permalink / raw)
  To: James Hilliard; +Cc: Adrian Perez de Castro, Gregory Dymarek, 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] 26+ messages in thread

* Re: [Buildroot] [PATCH 09/13] package/gst1-vaapi: bump version to 1.22.0
  2023-02-01  5:16 ` [Buildroot] [PATCH 09/13] package/gst1-vaapi: " James Hilliard
@ 2023-02-04 23:19   ` Peter Korsgaard
  0 siblings, 0 replies; 26+ messages in thread
From: Peter Korsgaard @ 2023-02-04 23:19 UTC (permalink / raw)
  To: James Hilliard; +Cc: Adrian Perez de Castro, Gregory Dymarek, buildroot

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

 > Update config option names and dependency requirements.
 > 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] 26+ messages in thread

* Re: [Buildroot] [PATCH 12/13] package/gst-omx: bump version to 1.22.0
  2023-02-01  5:16 ` [Buildroot] [PATCH 12/13] package/gst-omx: " James Hilliard
@ 2023-02-04 23:19   ` Peter Korsgaard
  0 siblings, 0 replies; 26+ messages in thread
From: Peter Korsgaard @ 2023-02-04 23:19 UTC (permalink / raw)
  To: James Hilliard; +Cc: Adrian Perez de Castro, Gregory Dymarek, 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] 26+ messages in thread

* Re: [Buildroot] [PATCH 10/13] package/gst1-rtsp-server: bump version to 1.22.0
  2023-02-01  5:16 ` [Buildroot] [PATCH 10/13] package/gst1-rtsp-server: " James Hilliard
@ 2023-02-04 23:19   ` Peter Korsgaard
  0 siblings, 0 replies; 26+ messages in thread
From: Peter Korsgaard @ 2023-02-04 23:19 UTC (permalink / raw)
  To: James Hilliard; +Cc: Adrian Perez de Castro, Gregory Dymarek, 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] 26+ messages in thread

* Re: [Buildroot] [PATCH 11/13] package/gstreamer1-editing-services: bump version to 1.22.0
  2023-02-01  5:16 ` [Buildroot] [PATCH 11/13] package/gstreamer1-editing-services: " James Hilliard
@ 2023-02-04 23:19   ` Peter Korsgaard
  0 siblings, 0 replies; 26+ messages in thread
From: Peter Korsgaard @ 2023-02-04 23:19 UTC (permalink / raw)
  To: James Hilliard; +Cc: Adrian Perez de Castro, Gregory Dymarek, buildroot

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

 > Add a patch fixing an incorrect gstreamer-validate-1.0 dependency
 > name.

 > 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] 26+ messages in thread

* Re: [Buildroot] [PATCH 13/13] package/gst1-python: bump version to 1.22.0
  2023-02-01  5:16 ` [Buildroot] [PATCH 13/13] package/gst1-python: " James Hilliard
@ 2023-02-04 23:19   ` Peter Korsgaard
  0 siblings, 0 replies; 26+ messages in thread
From: Peter Korsgaard @ 2023-02-04 23:19 UTC (permalink / raw)
  To: James Hilliard; +Cc: Adrian Perez de Castro, Gregory Dymarek, 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] 26+ messages in thread

end of thread, other threads:[~2023-02-04 23:24 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-01  5:16 [Buildroot] [PATCH 01/13] package/libnice: bump to version 0.1.21 James Hilliard
2023-02-01  5:16 ` [Buildroot] [PATCH 02/13] package/gstreamer1: bump to version 1.22.0 James Hilliard
2023-02-04 23:18   ` Peter Korsgaard
2023-02-01  5:16 ` [Buildroot] [PATCH 03/13] package/gst1-plugins-base: bump version to 1.22.0 James Hilliard
2023-02-04 23:18   ` Peter Korsgaard
2023-02-01  5:16 ` [Buildroot] [PATCH 04/13] package/gst1-plugins-good: " James Hilliard
2023-02-04 23:18   ` Peter Korsgaard
2023-02-01  5:16 ` [Buildroot] [PATCH 05/13] package/gst1-plugins-bad: " James Hilliard
2023-02-04 23:18   ` Peter Korsgaard
2023-02-01  5:16 ` [Buildroot] [PATCH 06/13] package/gst1-plugins-ugly: " James Hilliard
2023-02-04 23:19   ` Peter Korsgaard
2023-02-01  5:16 ` [Buildroot] [PATCH 07/13] package/gst1-devtools: " James Hilliard
2023-02-04 23:19   ` Peter Korsgaard
2023-02-01  5:16 ` [Buildroot] [PATCH 08/13] package/gst1-libav: " James Hilliard
2023-02-04 23:19   ` Peter Korsgaard
2023-02-01  5:16 ` [Buildroot] [PATCH 09/13] package/gst1-vaapi: " James Hilliard
2023-02-04 23:19   ` Peter Korsgaard
2023-02-01  5:16 ` [Buildroot] [PATCH 10/13] package/gst1-rtsp-server: " James Hilliard
2023-02-04 23:19   ` Peter Korsgaard
2023-02-01  5:16 ` [Buildroot] [PATCH 11/13] package/gstreamer1-editing-services: " James Hilliard
2023-02-04 23:19   ` Peter Korsgaard
2023-02-01  5:16 ` [Buildroot] [PATCH 12/13] package/gst-omx: " James Hilliard
2023-02-04 23:19   ` Peter Korsgaard
2023-02-01  5:16 ` [Buildroot] [PATCH 13/13] package/gst1-python: " James Hilliard
2023-02-04 23:19   ` Peter Korsgaard
2023-02-04 22:43 ` [Buildroot] [PATCH 01/13] package/libnice: bump to version 0.1.21 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.