]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
gstreamer1.0-python: Upgrade 1.28.0 -> 1.28.2
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>
Wed, 8 Apr 2026 14:17:15 +0000 (16:17 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 9 Apr 2026 09:56:25 +0000 (10:56 +0100)
Changes since 1.28.0
b2a3b2e: Back to development after 1.28.0
539aaa1: python: Caps constructor has a single optional argument
18d4781: python: Structure constructor has a single required argument
6f21099: python: Add type hints for MapInfo members
0df78d0: python: Remove duplicated TestDoubleRange
d4af24c: python: Add type hint for public fields
5f4fe17: python: int|float type is redundant and cause linter issue
835da19: modules: Remove NEWS from git which is generated from full
  release notes
201b14e: modules: remove RELEASE from git, will be generated from
  template on dist
7694a7d: modules: remove subproject README.md from git
6376a84: modules: dist common files from monorepo root
dcb37e2: Release 1.28.1
32113a6: Back to development after 1.28.1
c43f2b2: python: Add item type annotation to Iterator class
49ca53f: python: Make Gst.Bin iterable
43421c2: Release 1.28.2

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.28.2.bb [moved from meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.28.0.bb with 91% similarity]

similarity index 91%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.28.0.bb
rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.28.2.bb
index 7169b853c34303e4581b3cae68a0d03e1c525620..181e3d8ea4520bebd4c6b96cec507c81db2581ab 100644 (file)
@@ -8,7 +8,7 @@ LICENSE = "LGPL-2.1-or-later"
 LIC_FILES_CHKSUM = "file://COPYING;md5=c34deae4e395ca07e725ab0076a5f740"
 
 SRC_URI = "https://gstreamer.freedesktop.org/src/${PNREAL}/${PNREAL}-${PV}.tar.xz"
-SRC_URI[sha256sum] = "9eba882a413cf06bf0575e635f73c0a2d01f3abdf76e18f804a90f3ff6a0aa2d"
+SRC_URI[sha256sum] = "12fdd8e19af97d797a6b2c195228e6c9edc4cddfa68274912b78ef66068ad822"
 
 DEPENDS = "gstreamer1.0 gstreamer1.0-plugins-base python3-pygobject gstreamer1.0-plugins-bad"
 RDEPENDS:${PN} += "gstreamer1.0 gstreamer1.0-plugins-base python3-pygobject"