From: W. Michael Petullo Date: Fri, 18 Sep 2026 09:02:43 +0000 (+0300) Subject: gst1-plugins-base: update to 1.28.7 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=2cfc0aae493ccb8a26808657a562941fe45f3567;p=openwrt-packages.git gst1-plugins-base: update to 1.28.7 Upstream list of changes is available at https://gstreamer.freedesktop.org/releases/1.28/#1.28.7. Signed-off-by: W. Michael Petullo Signed-off-by: Alexandru Ardelean --- diff --git a/multimedia/gst1-plugins-base/Makefile b/multimedia/gst1-plugins-base/Makefile index b318228f4..5949d2cb0 100644 --- a/multimedia/gst1-plugins-base/Makefile +++ b/multimedia/gst1-plugins-base/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=gst1-plugins-base -PKG_VERSION:=1.26.4 -PKG_RELEASE:=2 +PKG_VERSION:=1.28.7 +PKG_RELEASE:=1 PKG_SOURCE:=gst-plugins-base-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://gstreamer.freedesktop.org/src/gst-plugins-base -PKG_HASH:=d6fcca7be4253e5d8541c6e3e07729120a16e1dc356f9a14a4a83a901120742f +PKG_HASH:=ed6e5410f496d171818763af2265e7977154bc7f9b827e98acf8c5bed21dd5a7 PKG_BUILD_DIR:=$(BUILD_DIR)/gst-plugins-base-$(PKG_VERSION) PKG_MAINTAINER:=W. Michael Petullo \ @@ -266,7 +266,7 @@ $(eval $(call GstBuildLibrary,rtp,RTP,,)) $(eval $(call GstBuildLibrary,rtsp,RTSP,,)) $(eval $(call GstBuildLibrary,sdp,SDP,pbutils rtp,)) $(eval $(call GstBuildLibrary,tag,tag support,,)) -$(eval $(call GstBuildLibrary,video,video,,)) +$(eval $(call GstBuildLibrary,video,video,allocators,)) # 1: short name # 2: description @@ -315,7 +315,7 @@ $(eval $(call GstBuildPlugin,encoding,encoding plugin,pbutils video,,)) $(eval $(call GstBuildPlugin,gio,GIO,,,)) $(eval $(call GstBuildPlugin,opengl,GL,gl controller,,+libgraphene +libjpeg +libpng,HAVE_MESA)) $(eval $(call GstBuildPlugin,overlaycomposition,overlay composition,video,,)) -$(eval $(call GstBuildPlugin,pbtypes,pbtypes,video,,)) +$(eval $(call GstBuildPlugin,pbtypes,pbtypes,audio video,,)) $(eval $(call GstBuildPlugin,playback,playback,pbutils,,)) $(eval $(call GstBuildPlugin,subparse,subparse,video,,)) $(eval $(call GstBuildPlugin,rawparse,parse raw media,audio video,,))