]> git.99rst.org Git - openwrt-packages.git/commitdiff
gst1-plugins-bad: update to 1.28.7
authorW. Michael Petullo <redacted>
Fri, 18 Sep 2026 16:23:48 +0000 (19:23 +0300)
committerAlexandru Ardelean <redacted>
Sun, 20 Sep 2026 10:59:46 +0000 (13:59 +0300)
Upstream list of changes is available at
https://gstreamer.freedesktop.org/releases/1.28/#1.28.7.

The y4m plugin is gone from gst-plugins-bad in 1.28: its y4mdec element
moved into the gst-plugins-good y4m plugin, and neither gst/y4m nor the
y4m meson option exists here any more. Drop the -Dy4m= argument, which
meson would now reject as unknown, together with the gst1-mod-y4mdec
package. The element stays available as gst1-mod-y4m from
gst-plugins-good.

Signed-off-by: W. Michael Petullo <redacted>
Signed-off-by: Alexandru Ardelean <redacted>
multimedia/gst1-plugins-bad/Makefile

index 0cec0b7c10cc15f57e558651f6b51fa7bf1bef32..5b57fc4a2bfdb11b2f3a9065e283d137fa4604fe 100644 (file)
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=gst1-plugins-bad
-PKG_VERSION:=1.26.4
+PKG_VERSION:=1.28.7
 PKG_RELEASE:=1
 
 PKG_SOURCE:=gst-plugins-bad-$(PKG_VERSION).tar.xz
 PKG_SOURCE_URL:=https://gstreamer.freedesktop.org/src/gst-plugins-bad/
-PKG_HASH:=33dba95ed3933b742e4eac22063cdb81e14d54dc4cdd354a0000517273012661
+PKG_HASH:=dc525383c18b2c265bbe6a43d498656cd918aaa130aa4e3abeabcdaa741c3ffe
 PKG_BUILD_DIR:=$(BUILD_DIR)/gst-plugins-bad-$(PKG_VERSION)
 
 PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org> \
@@ -156,7 +156,6 @@ MESON_ARGS += \
        -Dvideoparsers=$(if $(CONFIG_PACKAGE_gst1-mod-videoparsersbad),en,dis)abled \
        $(call GST_COND_SELECT,videosignal) \
        $(call GST_COND_SELECT,vmnc) \
-       -Dy4m=$(if $(CONFIG_PACKAGE_gst1-mod-y4mdec),en,dis)abled \
        \
        -Dopencv=disabled \
        -Dwayland=$(if $(CONFIG_PACKAGE_libgst1gl),en,dis)abled \
@@ -434,7 +433,6 @@ $(eval $(call GstBuildPlugin,videoframe_audiolevel,videoframe_audiolevel support
 $(eval $(call GstBuildPlugin,videoparsersbad,videoparsersbad support,codecparsers,,))
 $(eval $(call GstBuildPlugin,videosignal,videosignal support,,,))
 $(eval $(call GstBuildPlugin,vmnc,vmnc support,,,))
-$(eval $(call GstBuildPlugin,y4mdec,y4mdec support,,,))
 
 $(eval $(call GstBuildPlugin,bluez,bluez support,,,+bluez-libs))
 #$(eval $(call GstBuildPlugin,bz2,bzip2 support,,,+libbz2))
git clone https://git.99rst.org/PROJECT