* [ptxdist] [PATCH 01/10] gst-devtools1: version bump 1.20.4 -> 1.20.5
@ 2022-12-20 12:37 Philipp Zabel
2022-12-20 12:37 ` [ptxdist] [PATCH 02/10] gst-libav1: " Philipp Zabel
` (9 more replies)
0 siblings, 10 replies; 20+ messages in thread
From: Philipp Zabel @ 2022-12-20 12:37 UTC (permalink / raw)
To: ptxdist; +Cc: Philipp Zabel
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
---
rules/gst-devtools1.make | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/rules/gst-devtools1.make b/rules/gst-devtools1.make
index 35ab6031805a..f9029ee73dcc 100644
--- a/rules/gst-devtools1.make
+++ b/rules/gst-devtools1.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_GST_DEVTOOLS1) += gst-devtools1
#
# Paths and names
#
-GST_DEVTOOLS1_VERSION := 1.20.4
-GST_DEVTOOLS1_MD5 := 71706fbdeb196ae52cb3a07a73e5b09f
+GST_DEVTOOLS1_VERSION := 1.20.5
+GST_DEVTOOLS1_MD5 := 2a4e79a6856f9ea77ba099c6961f6ef3
GST_DEVTOOLS1 := gst-devtools-$(GST_DEVTOOLS1_VERSION)
GST_DEVTOOLS1_SUFFIX := tar.xz
GST_DEVTOOLS1_URL := http://gstreamer.freedesktop.org/data/src/gst-devtools/$(GST_DEVTOOLS1).$(GST_DEVTOOLS1_SUFFIX)
--
2.30.2
^ permalink raw reply [flat|nested] 20+ messages in thread
* [ptxdist] [PATCH 02/10] gst-libav1: version bump 1.20.4 -> 1.20.5
2022-12-20 12:37 [ptxdist] [PATCH 01/10] gst-devtools1: version bump 1.20.4 -> 1.20.5 Philipp Zabel
@ 2022-12-20 12:37 ` Philipp Zabel
2023-01-06 16:01 ` [ptxdist] [APPLIED] " Michael Olbrich
2022-12-20 12:37 ` [ptxdist] [PATCH 03/10] gst-plugins-bad1: " Philipp Zabel
` (8 subsequent siblings)
9 siblings, 1 reply; 20+ messages in thread
From: Philipp Zabel @ 2022-12-20 12:37 UTC (permalink / raw)
To: ptxdist; +Cc: Philipp Zabel
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
---
rules/gst-libav1.make | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/rules/gst-libav1.make b/rules/gst-libav1.make
index 8fd11c5d08d3..2b49f993a763 100644
--- a/rules/gst-libav1.make
+++ b/rules/gst-libav1.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_GST_LIBAV1) += gst-libav1
#
# Paths and names
#
-GST_LIBAV1_VERSION := 1.20.4
-GST_LIBAV1_MD5 := a5d4816849a6fe3b84c1aa520da9e8b8
+GST_LIBAV1_VERSION := 1.20.5
+GST_LIBAV1_MD5 := 4a6d6dc9b8a68cae404c8d211f0905e2
GST_LIBAV1 := gst-libav-$(GST_LIBAV1_VERSION)
GST_LIBAV1_SUFFIX := tar.xz
GST_LIBAV1_URL := http://gstreamer.freedesktop.org/src/gst-libav/$(GST_LIBAV1).$(GST_LIBAV1_SUFFIX)
--
2.30.2
^ permalink raw reply [flat|nested] 20+ messages in thread
* [ptxdist] [PATCH 03/10] gst-plugins-bad1: version bump 1.20.4 -> 1.20.5
2022-12-20 12:37 [ptxdist] [PATCH 01/10] gst-devtools1: version bump 1.20.4 -> 1.20.5 Philipp Zabel
2022-12-20 12:37 ` [ptxdist] [PATCH 02/10] gst-libav1: " Philipp Zabel
@ 2022-12-20 12:37 ` Philipp Zabel
2023-01-06 16:01 ` [ptxdist] [APPLIED] " Michael Olbrich
2022-12-20 12:37 ` [ptxdist] [PATCH 04/10] gst-plugins-base1: " Philipp Zabel
` (7 subsequent siblings)
9 siblings, 1 reply; 20+ messages in thread
From: Philipp Zabel @ 2022-12-20 12:37 UTC (permalink / raw)
To: ptxdist; +Cc: Philipp Zabel
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
---
rules/gst-plugins-bad1.make | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/rules/gst-plugins-bad1.make b/rules/gst-plugins-bad1.make
index ecb8165c864d..cd8509669bd3 100644
--- a/rules/gst-plugins-bad1.make
+++ b/rules/gst-plugins-bad1.make
@@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_GST_PLUGINS_BAD1) += gst-plugins-bad1
#
# Paths and names
#
-GST_PLUGINS_BAD1_VERSION := 1.20.4
-GST_PLUGINS_BAD1_MD5 := 74f9c7997773923015cb0df73d0a300f
+GST_PLUGINS_BAD1_VERSION := 1.20.5
+GST_PLUGINS_BAD1_MD5 := 142bd94df6f9c3705054c7cd71a59987
GST_PLUGINS_BAD1 := gst-plugins-bad-$(GST_PLUGINS_BAD1_VERSION)
GST_PLUGINS_BAD1_SUFFIX := tar.xz
GST_PLUGINS_BAD1_URL := http://gstreamer.freedesktop.org/src/gst-plugins-bad/$(GST_PLUGINS_BAD1).$(GST_PLUGINS_BAD1_SUFFIX)
--
2.30.2
^ permalink raw reply [flat|nested] 20+ messages in thread
* [ptxdist] [PATCH 04/10] gst-plugins-base1: version bump 1.20.4 -> 1.20.5
2022-12-20 12:37 [ptxdist] [PATCH 01/10] gst-devtools1: version bump 1.20.4 -> 1.20.5 Philipp Zabel
2022-12-20 12:37 ` [ptxdist] [PATCH 02/10] gst-libav1: " Philipp Zabel
2022-12-20 12:37 ` [ptxdist] [PATCH 03/10] gst-plugins-bad1: " Philipp Zabel
@ 2022-12-20 12:37 ` Philipp Zabel
2023-01-06 16:01 ` [ptxdist] [APPLIED] " Michael Olbrich
2022-12-20 12:38 ` [ptxdist] [PATCH 05/10] gst-plugins-good1: " Philipp Zabel
` (6 subsequent siblings)
9 siblings, 1 reply; 20+ messages in thread
From: Philipp Zabel @ 2022-12-20 12:37 UTC (permalink / raw)
To: ptxdist; +Cc: Philipp Zabel
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
---
rules/gst-plugins-base1.make | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/rules/gst-plugins-base1.make b/rules/gst-plugins-base1.make
index be711305bd6a..fb29bf7e31c9 100644
--- a/rules/gst-plugins-base1.make
+++ b/rules/gst-plugins-base1.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_GST_PLUGINS_BASE1) += gst-plugins-base1
#
# Paths and names
#
-GST_PLUGINS_BASE1_VERSION := 1.20.4
-GST_PLUGINS_BASE1_MD5 := 56c1626570269817e42a40f1924ba504
+GST_PLUGINS_BASE1_VERSION := 1.20.5
+GST_PLUGINS_BASE1_MD5 := b6f7b3b2a65e6e7e5615ee63f57ac146
GST_PLUGINS_BASE1 := gst-plugins-base-$(GST_PLUGINS_BASE1_VERSION)
GST_PLUGINS_BASE1_SUFFIX := tar.xz
GST_PLUGINS_BASE1_URL := http://gstreamer.freedesktop.org/src/gst-plugins-base/$(GST_PLUGINS_BASE1).$(GST_PLUGINS_BASE1_SUFFIX)
--
2.30.2
^ permalink raw reply [flat|nested] 20+ messages in thread
* [ptxdist] [PATCH 05/10] gst-plugins-good1: version bump 1.20.4 -> 1.20.5
2022-12-20 12:37 [ptxdist] [PATCH 01/10] gst-devtools1: version bump 1.20.4 -> 1.20.5 Philipp Zabel
` (2 preceding siblings ...)
2022-12-20 12:37 ` [ptxdist] [PATCH 04/10] gst-plugins-base1: " Philipp Zabel
@ 2022-12-20 12:38 ` Philipp Zabel
2023-01-06 16:01 ` [ptxdist] [APPLIED] " Michael Olbrich
2022-12-20 12:38 ` [ptxdist] [PATCH 06/10] gst-plugins-ugly1: " Philipp Zabel
` (5 subsequent siblings)
9 siblings, 1 reply; 20+ messages in thread
From: Philipp Zabel @ 2022-12-20 12:38 UTC (permalink / raw)
To: ptxdist; +Cc: Philipp Zabel
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
---
rules/gst-plugins-good1.make | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/rules/gst-plugins-good1.make b/rules/gst-plugins-good1.make
index 104a5bdef3a3..507a47cb8c89 100644
--- a/rules/gst-plugins-good1.make
+++ b/rules/gst-plugins-good1.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_GST_PLUGINS_GOOD1) += gst-plugins-good1
#
# Paths and names
#
-GST_PLUGINS_GOOD1_VERSION := 1.20.4
-GST_PLUGINS_GOOD1_MD5 := e095ee5b817f072cd5f088989f0e12f4
+GST_PLUGINS_GOOD1_VERSION := 1.20.5
+GST_PLUGINS_GOOD1_MD5 := 63e55373d026497a486dabb1f5bf5abb
GST_PLUGINS_GOOD1 := gst-plugins-good-$(GST_PLUGINS_GOOD1_VERSION)
GST_PLUGINS_GOOD1_SUFFIX := tar.xz
GST_PLUGINS_GOOD1_URL := http://gstreamer.freedesktop.org/src/gst-plugins-good/$(GST_PLUGINS_GOOD1).$(GST_PLUGINS_GOOD1_SUFFIX)
--
2.30.2
^ permalink raw reply [flat|nested] 20+ messages in thread
* [ptxdist] [PATCH 06/10] gst-plugins-ugly1: version bump 1.20.4 -> 1.20.5
2022-12-20 12:37 [ptxdist] [PATCH 01/10] gst-devtools1: version bump 1.20.4 -> 1.20.5 Philipp Zabel
` (3 preceding siblings ...)
2022-12-20 12:38 ` [ptxdist] [PATCH 05/10] gst-plugins-good1: " Philipp Zabel
@ 2022-12-20 12:38 ` Philipp Zabel
2023-01-06 16:01 ` [ptxdist] [APPLIED] " Michael Olbrich
2022-12-20 12:38 ` [ptxdist] [PATCH 07/10] gst-python1: " Philipp Zabel
` (4 subsequent siblings)
9 siblings, 1 reply; 20+ messages in thread
From: Philipp Zabel @ 2022-12-20 12:38 UTC (permalink / raw)
To: ptxdist; +Cc: Philipp Zabel
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
---
rules/gst-plugins-ugly1.make | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/rules/gst-plugins-ugly1.make b/rules/gst-plugins-ugly1.make
index 6c9da2981b6b..5184ba074ece 100644
--- a/rules/gst-plugins-ugly1.make
+++ b/rules/gst-plugins-ugly1.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_GST_PLUGINS_UGLY1) += gst-plugins-ugly1
#
# Paths and names
#
-GST_PLUGINS_UGLY1_VERSION := 1.20.4
-GST_PLUGINS_UGLY1_MD5 := 0a83993817c3f1445a7b0e7e1509b2c8
+GST_PLUGINS_UGLY1_VERSION := 1.20.5
+GST_PLUGINS_UGLY1_MD5 := a1e665c39d446cfdf69190b3397c76da
GST_PLUGINS_UGLY1 := gst-plugins-ugly-$(GST_PLUGINS_UGLY1_VERSION)
GST_PLUGINS_UGLY1_SUFFIX := tar.xz
GST_PLUGINS_UGLY1_URL := http://gstreamer.freedesktop.org/src/gst-plugins-ugly/$(GST_PLUGINS_UGLY1).$(GST_PLUGINS_UGLY1_SUFFIX)
--
2.30.2
^ permalink raw reply [flat|nested] 20+ messages in thread
* [ptxdist] [PATCH 07/10] gst-python1: version bump 1.20.4 -> 1.20.5
2022-12-20 12:37 [ptxdist] [PATCH 01/10] gst-devtools1: version bump 1.20.4 -> 1.20.5 Philipp Zabel
` (4 preceding siblings ...)
2022-12-20 12:38 ` [ptxdist] [PATCH 06/10] gst-plugins-ugly1: " Philipp Zabel
@ 2022-12-20 12:38 ` Philipp Zabel
2023-01-06 16:01 ` [ptxdist] [APPLIED] " Michael Olbrich
2022-12-20 12:38 ` [ptxdist] [PATCH 08/10] gst-rtsp-server1: " Philipp Zabel
` (3 subsequent siblings)
9 siblings, 1 reply; 20+ messages in thread
From: Philipp Zabel @ 2022-12-20 12:38 UTC (permalink / raw)
To: ptxdist; +Cc: Philipp Zabel
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
---
rules/gst-python1.make | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/rules/gst-python1.make b/rules/gst-python1.make
index 237818def40d..dffc0a91856e 100644
--- a/rules/gst-python1.make
+++ b/rules/gst-python1.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_GST_PYTHON1) += gst-python1
#
# Paths and names
#
-GST_PYTHON1_VERSION := 1.20.4
-GST_PYTHON1_MD5 := 5ee585e081aa807e21913f344ad457a2
+GST_PYTHON1_VERSION := 1.20.5
+GST_PYTHON1_MD5 := d73d4a58b67b2d74b9b09ad9e2ce9c08
GST_PYTHON1 := gst-python-$(GST_PYTHON1_VERSION)
GST_PYTHON1_SUFFIX := tar.xz
GST_PYTHON1_URL := http://gstreamer.freedesktop.org/src/gst-python/$(GST_PYTHON1).$(GST_PYTHON1_SUFFIX)
--
2.30.2
^ permalink raw reply [flat|nested] 20+ messages in thread
* [ptxdist] [PATCH 08/10] gst-rtsp-server1: version bump 1.20.4 -> 1.20.5
2022-12-20 12:37 [ptxdist] [PATCH 01/10] gst-devtools1: version bump 1.20.4 -> 1.20.5 Philipp Zabel
` (5 preceding siblings ...)
2022-12-20 12:38 ` [ptxdist] [PATCH 07/10] gst-python1: " Philipp Zabel
@ 2022-12-20 12:38 ` Philipp Zabel
2023-01-06 16:01 ` [ptxdist] [APPLIED] " Michael Olbrich
2022-12-20 12:38 ` [ptxdist] [PATCH 09/10] gstreamer-vaapi1: " Philipp Zabel
` (2 subsequent siblings)
9 siblings, 1 reply; 20+ messages in thread
From: Philipp Zabel @ 2022-12-20 12:38 UTC (permalink / raw)
To: ptxdist; +Cc: Philipp Zabel
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
---
rules/gst-rtsp-server1.make | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/rules/gst-rtsp-server1.make b/rules/gst-rtsp-server1.make
index 79daf38fab4c..1b32f7a0e261 100644
--- a/rules/gst-rtsp-server1.make
+++ b/rules/gst-rtsp-server1.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_GST_RTSP_SERVER1) += gst-rtsp-server1
#
# Paths and names
#
-GST_RTSP_SERVER1_VERSION := 1.20.4
-GST_RTSP_SERVER1_MD5 := 727eb600fabc021f24889a9f0574b68a
+GST_RTSP_SERVER1_VERSION := 1.20.5
+GST_RTSP_SERVER1_MD5 := 76a11c0f96027330c185054f5fd01f8b
GST_RTSP_SERVER1 := gst-rtsp-server-$(GST_RTSP_SERVER1_VERSION)
GST_RTSP_SERVER1_SUFFIX := tar.xz
GST_RTSP_SERVER1_URL := http://gstreamer.freedesktop.org/src/gst-rtsp/$(GST_RTSP_SERVER1).$(GST_RTSP_SERVER1_SUFFIX)
--
2.30.2
^ permalink raw reply [flat|nested] 20+ messages in thread
* [ptxdist] [PATCH 09/10] gstreamer-vaapi1: version bump 1.20.4 -> 1.20.5
2022-12-20 12:37 [ptxdist] [PATCH 01/10] gst-devtools1: version bump 1.20.4 -> 1.20.5 Philipp Zabel
` (6 preceding siblings ...)
2022-12-20 12:38 ` [ptxdist] [PATCH 08/10] gst-rtsp-server1: " Philipp Zabel
@ 2022-12-20 12:38 ` Philipp Zabel
2023-01-06 16:01 ` [ptxdist] [APPLIED] " Michael Olbrich
2022-12-20 12:38 ` [ptxdist] [PATCH 10/10] gstreamer1: " Philipp Zabel
2023-01-06 16:01 ` [ptxdist] [APPLIED] gst-devtools1: " Michael Olbrich
9 siblings, 1 reply; 20+ messages in thread
From: Philipp Zabel @ 2022-12-20 12:38 UTC (permalink / raw)
To: ptxdist; +Cc: Philipp Zabel
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
---
rules/gstreamer-vaapi1.make | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/rules/gstreamer-vaapi1.make b/rules/gstreamer-vaapi1.make
index 532f640ef268..487e431392cb 100644
--- a/rules/gstreamer-vaapi1.make
+++ b/rules/gstreamer-vaapi1.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_GSTREAMER_VAAPI1) += gstreamer-vaapi1
#
# Paths and names
#
-GSTREAMER_VAAPI1_VERSION := 1.20.4
-GSTREAMER_VAAPI1_MD5 := be3acaefce2e829cc51ec420e1f97281
+GSTREAMER_VAAPI1_VERSION := 1.20.5
+GSTREAMER_VAAPI1_MD5 := 5d3b1840a6c0a27f3f3e75bfdec9d0b4
GSTREAMER_VAAPI1 := gstreamer-vaapi-$(GSTREAMER_VAAPI1_VERSION)
GSTREAMER_VAAPI1_SUFFIX := tar.xz
GSTREAMER_VAAPI1_URL := http://gstreamer.freedesktop.org/src/gstreamer-vaapi/$(GSTREAMER_VAAPI1).$(GSTREAMER_VAAPI1_SUFFIX)
--
2.30.2
^ permalink raw reply [flat|nested] 20+ messages in thread
* [ptxdist] [PATCH 10/10] gstreamer1: version bump 1.20.4 -> 1.20.5
2022-12-20 12:37 [ptxdist] [PATCH 01/10] gst-devtools1: version bump 1.20.4 -> 1.20.5 Philipp Zabel
` (7 preceding siblings ...)
2022-12-20 12:38 ` [ptxdist] [PATCH 09/10] gstreamer-vaapi1: " Philipp Zabel
@ 2022-12-20 12:38 ` Philipp Zabel
2023-01-06 16:01 ` [ptxdist] [APPLIED] " Michael Olbrich
2023-01-06 16:01 ` [ptxdist] [APPLIED] gst-devtools1: " Michael Olbrich
9 siblings, 1 reply; 20+ messages in thread
From: Philipp Zabel @ 2022-12-20 12:38 UTC (permalink / raw)
To: ptxdist; +Cc: Philipp Zabel
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
---
rules/gstreamer1.make | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/rules/gstreamer1.make b/rules/gstreamer1.make
index fec7f484fac6..81a9378ed06b 100644
--- a/rules/gstreamer1.make
+++ b/rules/gstreamer1.make
@@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_GSTREAMER1) += gstreamer1
#
# Paths and names
#
-GSTREAMER1_VERSION := 1.20.4
-GSTREAMER1_MD5 := 7c53246ab7a51401876866ca54e07b34
+GSTREAMER1_VERSION := 1.20.5
+GSTREAMER1_MD5 := 5e7669974dabe5e2481a8a37256b573e
GSTREAMER1 := gstreamer-$(GSTREAMER1_VERSION)
GSTREAMER1_SUFFIX := tar.xz
GSTREAMER1_URL := http://gstreamer.freedesktop.org/src/gstreamer/$(GSTREAMER1).$(GSTREAMER1_SUFFIX)
--
2.30.2
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: [ptxdist] [APPLIED] gstreamer1: version bump 1.20.4 -> 1.20.5
2022-12-20 12:38 ` [ptxdist] [PATCH 10/10] gstreamer1: " Philipp Zabel
@ 2023-01-06 16:01 ` Michael Olbrich
0 siblings, 0 replies; 20+ messages in thread
From: Michael Olbrich @ 2023-01-06 16:01 UTC (permalink / raw)
To: ptxdist; +Cc: Philipp Zabel
Thanks, applied as cf4f9dbbc2192ba09cbc09a9257c702d843d3456.
Michael
[sent from post-receive hook]
On Fri, 06 Jan 2023 17:01:06 +0100, Philipp Zabel <p.zabel@pengutronix.de> wrote:
> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
> Message-Id: <20221220123805.4107792-10-p.zabel@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> diff --git a/rules/gstreamer1.make b/rules/gstreamer1.make
> index fec7f484fac6..81a9378ed06b 100644
> --- a/rules/gstreamer1.make
> +++ b/rules/gstreamer1.make
> @@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_GSTREAMER1) += gstreamer1
> #
> # Paths and names
> #
> -GSTREAMER1_VERSION := 1.20.4
> -GSTREAMER1_MD5 := 7c53246ab7a51401876866ca54e07b34
> +GSTREAMER1_VERSION := 1.20.5
> +GSTREAMER1_MD5 := 5e7669974dabe5e2481a8a37256b573e
> GSTREAMER1 := gstreamer-$(GSTREAMER1_VERSION)
> GSTREAMER1_SUFFIX := tar.xz
> GSTREAMER1_URL := http://gstreamer.freedesktop.org/src/gstreamer/$(GSTREAMER1).$(GSTREAMER1_SUFFIX)
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: [ptxdist] [APPLIED] gst-plugins-base1: version bump 1.20.4 -> 1.20.5
2022-12-20 12:37 ` [ptxdist] [PATCH 04/10] gst-plugins-base1: " Philipp Zabel
@ 2023-01-06 16:01 ` Michael Olbrich
0 siblings, 0 replies; 20+ messages in thread
From: Michael Olbrich @ 2023-01-06 16:01 UTC (permalink / raw)
To: ptxdist; +Cc: Philipp Zabel
Thanks, applied as 18c2606d6b5f8cc2e1009ba606a4dabd0f95a91b.
Michael
[sent from post-receive hook]
On Fri, 06 Jan 2023 17:01:07 +0100, Philipp Zabel <p.zabel@pengutronix.de> wrote:
> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
> Message-Id: <20221220123805.4107792-4-p.zabel@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> diff --git a/rules/gst-plugins-base1.make b/rules/gst-plugins-base1.make
> index be711305bd6a..fb29bf7e31c9 100644
> --- a/rules/gst-plugins-base1.make
> +++ b/rules/gst-plugins-base1.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_GST_PLUGINS_BASE1) += gst-plugins-base1
> #
> # Paths and names
> #
> -GST_PLUGINS_BASE1_VERSION := 1.20.4
> -GST_PLUGINS_BASE1_MD5 := 56c1626570269817e42a40f1924ba504
> +GST_PLUGINS_BASE1_VERSION := 1.20.5
> +GST_PLUGINS_BASE1_MD5 := b6f7b3b2a65e6e7e5615ee63f57ac146
> GST_PLUGINS_BASE1 := gst-plugins-base-$(GST_PLUGINS_BASE1_VERSION)
> GST_PLUGINS_BASE1_SUFFIX := tar.xz
> GST_PLUGINS_BASE1_URL := http://gstreamer.freedesktop.org/src/gst-plugins-base/$(GST_PLUGINS_BASE1).$(GST_PLUGINS_BASE1_SUFFIX)
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: [ptxdist] [APPLIED] gst-plugins-good1: version bump 1.20.4 -> 1.20.5
2022-12-20 12:38 ` [ptxdist] [PATCH 05/10] gst-plugins-good1: " Philipp Zabel
@ 2023-01-06 16:01 ` Michael Olbrich
0 siblings, 0 replies; 20+ messages in thread
From: Michael Olbrich @ 2023-01-06 16:01 UTC (permalink / raw)
To: ptxdist; +Cc: Philipp Zabel
Thanks, applied as 0677b83df900ce61bd9c362c503e5fe4822004a8.
Michael
[sent from post-receive hook]
On Fri, 06 Jan 2023 17:01:08 +0100, Philipp Zabel <p.zabel@pengutronix.de> wrote:
> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
> Message-Id: <20221220123805.4107792-5-p.zabel@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> diff --git a/rules/gst-plugins-good1.make b/rules/gst-plugins-good1.make
> index 104a5bdef3a3..507a47cb8c89 100644
> --- a/rules/gst-plugins-good1.make
> +++ b/rules/gst-plugins-good1.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_GST_PLUGINS_GOOD1) += gst-plugins-good1
> #
> # Paths and names
> #
> -GST_PLUGINS_GOOD1_VERSION := 1.20.4
> -GST_PLUGINS_GOOD1_MD5 := e095ee5b817f072cd5f088989f0e12f4
> +GST_PLUGINS_GOOD1_VERSION := 1.20.5
> +GST_PLUGINS_GOOD1_MD5 := 63e55373d026497a486dabb1f5bf5abb
> GST_PLUGINS_GOOD1 := gst-plugins-good-$(GST_PLUGINS_GOOD1_VERSION)
> GST_PLUGINS_GOOD1_SUFFIX := tar.xz
> GST_PLUGINS_GOOD1_URL := http://gstreamer.freedesktop.org/src/gst-plugins-good/$(GST_PLUGINS_GOOD1).$(GST_PLUGINS_GOOD1_SUFFIX)
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: [ptxdist] [APPLIED] gst-plugins-ugly1: version bump 1.20.4 -> 1.20.5
2022-12-20 12:38 ` [ptxdist] [PATCH 06/10] gst-plugins-ugly1: " Philipp Zabel
@ 2023-01-06 16:01 ` Michael Olbrich
0 siblings, 0 replies; 20+ messages in thread
From: Michael Olbrich @ 2023-01-06 16:01 UTC (permalink / raw)
To: ptxdist; +Cc: Philipp Zabel
Thanks, applied as c4d2dad81418a0a34ce47aa5718fde32d10dc5e7.
Michael
[sent from post-receive hook]
On Fri, 06 Jan 2023 17:01:09 +0100, Philipp Zabel <p.zabel@pengutronix.de> wrote:
> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
> Message-Id: <20221220123805.4107792-6-p.zabel@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> diff --git a/rules/gst-plugins-ugly1.make b/rules/gst-plugins-ugly1.make
> index 6c9da2981b6b..5184ba074ece 100644
> --- a/rules/gst-plugins-ugly1.make
> +++ b/rules/gst-plugins-ugly1.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_GST_PLUGINS_UGLY1) += gst-plugins-ugly1
> #
> # Paths and names
> #
> -GST_PLUGINS_UGLY1_VERSION := 1.20.4
> -GST_PLUGINS_UGLY1_MD5 := 0a83993817c3f1445a7b0e7e1509b2c8
> +GST_PLUGINS_UGLY1_VERSION := 1.20.5
> +GST_PLUGINS_UGLY1_MD5 := a1e665c39d446cfdf69190b3397c76da
> GST_PLUGINS_UGLY1 := gst-plugins-ugly-$(GST_PLUGINS_UGLY1_VERSION)
> GST_PLUGINS_UGLY1_SUFFIX := tar.xz
> GST_PLUGINS_UGLY1_URL := http://gstreamer.freedesktop.org/src/gst-plugins-ugly/$(GST_PLUGINS_UGLY1).$(GST_PLUGINS_UGLY1_SUFFIX)
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: [ptxdist] [APPLIED] gst-plugins-bad1: version bump 1.20.4 -> 1.20.5
2022-12-20 12:37 ` [ptxdist] [PATCH 03/10] gst-plugins-bad1: " Philipp Zabel
@ 2023-01-06 16:01 ` Michael Olbrich
0 siblings, 0 replies; 20+ messages in thread
From: Michael Olbrich @ 2023-01-06 16:01 UTC (permalink / raw)
To: ptxdist; +Cc: Philipp Zabel
Thanks, applied as 020e46c6bc77b4a2dcac6d087ecb44cf0a6715a9.
Michael
[sent from post-receive hook]
On Fri, 06 Jan 2023 17:01:11 +0100, Philipp Zabel <p.zabel@pengutronix.de> wrote:
> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
> Message-Id: <20221220123805.4107792-3-p.zabel@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> diff --git a/rules/gst-plugins-bad1.make b/rules/gst-plugins-bad1.make
> index ecb8165c864d..cd8509669bd3 100644
> --- a/rules/gst-plugins-bad1.make
> +++ b/rules/gst-plugins-bad1.make
> @@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_GST_PLUGINS_BAD1) += gst-plugins-bad1
> #
> # Paths and names
> #
> -GST_PLUGINS_BAD1_VERSION := 1.20.4
> -GST_PLUGINS_BAD1_MD5 := 74f9c7997773923015cb0df73d0a300f
> +GST_PLUGINS_BAD1_VERSION := 1.20.5
> +GST_PLUGINS_BAD1_MD5 := 142bd94df6f9c3705054c7cd71a59987
> GST_PLUGINS_BAD1 := gst-plugins-bad-$(GST_PLUGINS_BAD1_VERSION)
> GST_PLUGINS_BAD1_SUFFIX := tar.xz
> GST_PLUGINS_BAD1_URL := http://gstreamer.freedesktop.org/src/gst-plugins-bad/$(GST_PLUGINS_BAD1).$(GST_PLUGINS_BAD1_SUFFIX)
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: [ptxdist] [APPLIED] gst-devtools1: version bump 1.20.4 -> 1.20.5
2022-12-20 12:37 [ptxdist] [PATCH 01/10] gst-devtools1: version bump 1.20.4 -> 1.20.5 Philipp Zabel
` (8 preceding siblings ...)
2022-12-20 12:38 ` [ptxdist] [PATCH 10/10] gstreamer1: " Philipp Zabel
@ 2023-01-06 16:01 ` Michael Olbrich
9 siblings, 0 replies; 20+ messages in thread
From: Michael Olbrich @ 2023-01-06 16:01 UTC (permalink / raw)
To: ptxdist; +Cc: Philipp Zabel
Thanks, applied as 4d42a15dcc38a3b12c32df38c0f3e9a9aadfaec5.
Michael
[sent from post-receive hook]
On Fri, 06 Jan 2023 17:01:12 +0100, Philipp Zabel <p.zabel@pengutronix.de> wrote:
> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
> Message-Id: <20221220123805.4107792-1-p.zabel@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> diff --git a/rules/gst-devtools1.make b/rules/gst-devtools1.make
> index 35ab6031805a..f9029ee73dcc 100644
> --- a/rules/gst-devtools1.make
> +++ b/rules/gst-devtools1.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_GST_DEVTOOLS1) += gst-devtools1
> #
> # Paths and names
> #
> -GST_DEVTOOLS1_VERSION := 1.20.4
> -GST_DEVTOOLS1_MD5 := 71706fbdeb196ae52cb3a07a73e5b09f
> +GST_DEVTOOLS1_VERSION := 1.20.5
> +GST_DEVTOOLS1_MD5 := 2a4e79a6856f9ea77ba099c6961f6ef3
> GST_DEVTOOLS1 := gst-devtools-$(GST_DEVTOOLS1_VERSION)
> GST_DEVTOOLS1_SUFFIX := tar.xz
> GST_DEVTOOLS1_URL := http://gstreamer.freedesktop.org/data/src/gst-devtools/$(GST_DEVTOOLS1).$(GST_DEVTOOLS1_SUFFIX)
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: [ptxdist] [APPLIED] gst-libav1: version bump 1.20.4 -> 1.20.5
2022-12-20 12:37 ` [ptxdist] [PATCH 02/10] gst-libav1: " Philipp Zabel
@ 2023-01-06 16:01 ` Michael Olbrich
0 siblings, 0 replies; 20+ messages in thread
From: Michael Olbrich @ 2023-01-06 16:01 UTC (permalink / raw)
To: ptxdist; +Cc: Philipp Zabel
Thanks, applied as e915b6ccb95c342fae458768d2dd266ab48bf51d.
Michael
[sent from post-receive hook]
On Fri, 06 Jan 2023 17:01:14 +0100, Philipp Zabel <p.zabel@pengutronix.de> wrote:
> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
> Message-Id: <20221220123805.4107792-2-p.zabel@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> diff --git a/rules/gst-libav1.make b/rules/gst-libav1.make
> index 8fd11c5d08d3..2b49f993a763 100644
> --- a/rules/gst-libav1.make
> +++ b/rules/gst-libav1.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_GST_LIBAV1) += gst-libav1
> #
> # Paths and names
> #
> -GST_LIBAV1_VERSION := 1.20.4
> -GST_LIBAV1_MD5 := a5d4816849a6fe3b84c1aa520da9e8b8
> +GST_LIBAV1_VERSION := 1.20.5
> +GST_LIBAV1_MD5 := 4a6d6dc9b8a68cae404c8d211f0905e2
> GST_LIBAV1 := gst-libav-$(GST_LIBAV1_VERSION)
> GST_LIBAV1_SUFFIX := tar.xz
> GST_LIBAV1_URL := http://gstreamer.freedesktop.org/src/gst-libav/$(GST_LIBAV1).$(GST_LIBAV1_SUFFIX)
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: [ptxdist] [APPLIED] gst-python1: version bump 1.20.4 -> 1.20.5
2022-12-20 12:38 ` [ptxdist] [PATCH 07/10] gst-python1: " Philipp Zabel
@ 2023-01-06 16:01 ` Michael Olbrich
0 siblings, 0 replies; 20+ messages in thread
From: Michael Olbrich @ 2023-01-06 16:01 UTC (permalink / raw)
To: ptxdist; +Cc: Philipp Zabel
Thanks, applied as 68dbad1b85c5e119da3996b33ba63c2221db32d1.
Michael
[sent from post-receive hook]
On Fri, 06 Jan 2023 17:01:15 +0100, Philipp Zabel <p.zabel@pengutronix.de> wrote:
> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
> Message-Id: <20221220123805.4107792-7-p.zabel@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> diff --git a/rules/gst-python1.make b/rules/gst-python1.make
> index 237818def40d..dffc0a91856e 100644
> --- a/rules/gst-python1.make
> +++ b/rules/gst-python1.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_GST_PYTHON1) += gst-python1
> #
> # Paths and names
> #
> -GST_PYTHON1_VERSION := 1.20.4
> -GST_PYTHON1_MD5 := 5ee585e081aa807e21913f344ad457a2
> +GST_PYTHON1_VERSION := 1.20.5
> +GST_PYTHON1_MD5 := d73d4a58b67b2d74b9b09ad9e2ce9c08
> GST_PYTHON1 := gst-python-$(GST_PYTHON1_VERSION)
> GST_PYTHON1_SUFFIX := tar.xz
> GST_PYTHON1_URL := http://gstreamer.freedesktop.org/src/gst-python/$(GST_PYTHON1).$(GST_PYTHON1_SUFFIX)
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: [ptxdist] [APPLIED] gst-rtsp-server1: version bump 1.20.4 -> 1.20.5
2022-12-20 12:38 ` [ptxdist] [PATCH 08/10] gst-rtsp-server1: " Philipp Zabel
@ 2023-01-06 16:01 ` Michael Olbrich
0 siblings, 0 replies; 20+ messages in thread
From: Michael Olbrich @ 2023-01-06 16:01 UTC (permalink / raw)
To: ptxdist; +Cc: Philipp Zabel
Thanks, applied as d388f3d6cdf65bbf8f29e5b62c0ebd84c310a18f.
Michael
[sent from post-receive hook]
On Fri, 06 Jan 2023 17:01:16 +0100, Philipp Zabel <p.zabel@pengutronix.de> wrote:
> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
> Message-Id: <20221220123805.4107792-8-p.zabel@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> diff --git a/rules/gst-rtsp-server1.make b/rules/gst-rtsp-server1.make
> index 79daf38fab4c..1b32f7a0e261 100644
> --- a/rules/gst-rtsp-server1.make
> +++ b/rules/gst-rtsp-server1.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_GST_RTSP_SERVER1) += gst-rtsp-server1
> #
> # Paths and names
> #
> -GST_RTSP_SERVER1_VERSION := 1.20.4
> -GST_RTSP_SERVER1_MD5 := 727eb600fabc021f24889a9f0574b68a
> +GST_RTSP_SERVER1_VERSION := 1.20.5
> +GST_RTSP_SERVER1_MD5 := 76a11c0f96027330c185054f5fd01f8b
> GST_RTSP_SERVER1 := gst-rtsp-server-$(GST_RTSP_SERVER1_VERSION)
> GST_RTSP_SERVER1_SUFFIX := tar.xz
> GST_RTSP_SERVER1_URL := http://gstreamer.freedesktop.org/src/gst-rtsp/$(GST_RTSP_SERVER1).$(GST_RTSP_SERVER1_SUFFIX)
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: [ptxdist] [APPLIED] gstreamer-vaapi1: version bump 1.20.4 -> 1.20.5
2022-12-20 12:38 ` [ptxdist] [PATCH 09/10] gstreamer-vaapi1: " Philipp Zabel
@ 2023-01-06 16:01 ` Michael Olbrich
0 siblings, 0 replies; 20+ messages in thread
From: Michael Olbrich @ 2023-01-06 16:01 UTC (permalink / raw)
To: ptxdist; +Cc: Philipp Zabel
Thanks, applied as 5e1192c9c9dcf996f15708f5b99ca6723dafc63a.
Michael
[sent from post-receive hook]
On Fri, 06 Jan 2023 17:01:17 +0100, Philipp Zabel <p.zabel@pengutronix.de> wrote:
> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
> Message-Id: <20221220123805.4107792-9-p.zabel@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> diff --git a/rules/gstreamer-vaapi1.make b/rules/gstreamer-vaapi1.make
> index 532f640ef268..487e431392cb 100644
> --- a/rules/gstreamer-vaapi1.make
> +++ b/rules/gstreamer-vaapi1.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_GSTREAMER_VAAPI1) += gstreamer-vaapi1
> #
> # Paths and names
> #
> -GSTREAMER_VAAPI1_VERSION := 1.20.4
> -GSTREAMER_VAAPI1_MD5 := be3acaefce2e829cc51ec420e1f97281
> +GSTREAMER_VAAPI1_VERSION := 1.20.5
> +GSTREAMER_VAAPI1_MD5 := 5d3b1840a6c0a27f3f3e75bfdec9d0b4
> GSTREAMER_VAAPI1 := gstreamer-vaapi-$(GSTREAMER_VAAPI1_VERSION)
> GSTREAMER_VAAPI1_SUFFIX := tar.xz
> GSTREAMER_VAAPI1_URL := http://gstreamer.freedesktop.org/src/gstreamer-vaapi/$(GSTREAMER_VAAPI1).$(GSTREAMER_VAAPI1_SUFFIX)
^ permalink raw reply [flat|nested] 20+ messages in thread
end of thread, other threads:[~2023-01-06 16:02 UTC | newest]
Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-20 12:37 [ptxdist] [PATCH 01/10] gst-devtools1: version bump 1.20.4 -> 1.20.5 Philipp Zabel
2022-12-20 12:37 ` [ptxdist] [PATCH 02/10] gst-libav1: " Philipp Zabel
2023-01-06 16:01 ` [ptxdist] [APPLIED] " Michael Olbrich
2022-12-20 12:37 ` [ptxdist] [PATCH 03/10] gst-plugins-bad1: " Philipp Zabel
2023-01-06 16:01 ` [ptxdist] [APPLIED] " Michael Olbrich
2022-12-20 12:37 ` [ptxdist] [PATCH 04/10] gst-plugins-base1: " Philipp Zabel
2023-01-06 16:01 ` [ptxdist] [APPLIED] " Michael Olbrich
2022-12-20 12:38 ` [ptxdist] [PATCH 05/10] gst-plugins-good1: " Philipp Zabel
2023-01-06 16:01 ` [ptxdist] [APPLIED] " Michael Olbrich
2022-12-20 12:38 ` [ptxdist] [PATCH 06/10] gst-plugins-ugly1: " Philipp Zabel
2023-01-06 16:01 ` [ptxdist] [APPLIED] " Michael Olbrich
2022-12-20 12:38 ` [ptxdist] [PATCH 07/10] gst-python1: " Philipp Zabel
2023-01-06 16:01 ` [ptxdist] [APPLIED] " Michael Olbrich
2022-12-20 12:38 ` [ptxdist] [PATCH 08/10] gst-rtsp-server1: " Philipp Zabel
2023-01-06 16:01 ` [ptxdist] [APPLIED] " Michael Olbrich
2022-12-20 12:38 ` [ptxdist] [PATCH 09/10] gstreamer-vaapi1: " Philipp Zabel
2023-01-06 16:01 ` [ptxdist] [APPLIED] " Michael Olbrich
2022-12-20 12:38 ` [ptxdist] [PATCH 10/10] gstreamer1: " Philipp Zabel
2023-01-06 16:01 ` [ptxdist] [APPLIED] " Michael Olbrich
2023-01-06 16:01 ` [ptxdist] [APPLIED] gst-devtools1: " Michael Olbrich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox