From 1648e43e293e75bd104225052f88336c999f2fc0 Mon Sep 17 00:00:00 2001 From: Thomas Bonnefille Date: Sun, 6 Apr 2025 02:48:56 +0200 Subject: [PATCH] package/gstreamer1/gst-python: bump version to 1.24.11 No functional change, but bump for consistency. For details, see the release notes: https://gstreamer.freedesktop.org/releases/1.24/ Signed-off-by: Thomas Bonnefille Signed-off-by: Julien Olivain (cherry picked from commit c188884d72411119bdab1f1b6a8e373c0d807427) Signed-off-by: Thomas Perale --- 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 b28ad5975f..44bf778fd7 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.12.tar.xz.sha256sum -sha256 d98d3226efea20d5c440a28988a20319a953f7c594895df2bba4538633108e9f gst-python-1.22.12.tar.xz +# From https://gstreamer.freedesktop.org/src/gst-python/gst-python-1.24.11.tar.xz.sha256sum +sha256 f4c8761bfee98508f57e2efd738ef36a99e2f7644860877d54d235a7092cf056 gst-python-1.24.11.tar.xz sha256 ea3ad127610e5ded2210b3a86a46314f2b3b28e438eccffdae19a4d6fbcdb0c2 COPYING diff --git a/package/gstreamer1/gst1-python/gst1-python.mk b/package/gstreamer1/gst1-python/gst1-python.mk index f5f4d713a2..18e03d4b06 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.12 +GST1_PYTHON_VERSION = 1.24.11 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