From: W. Michael Petullo Date: Fri, 18 Sep 2026 16:23:48 +0000 (+0300) Subject: gst1-plugins-bad: update to 1.28.7 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=2a6e651c50f4b4a58dc2a9b1cf95ee6f632f7a9d;p=openwrt-packages.git gst1-plugins-bad: update to 1.28.7 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 Signed-off-by: Alexandru Ardelean --- diff --git a/multimedia/gst1-plugins-bad/Makefile b/multimedia/gst1-plugins-bad/Makefile index 0cec0b7c1..5b57fc4a2 100644 --- a/multimedia/gst1-plugins-bad/Makefile +++ b/multimedia/gst1-plugins-bad/Makefile @@ -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 \ @@ -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))