diff --git a/multimedia/gstreamer1/Makefile b/multimedia/gstreamer1/Makefile index d2d686d84d..dbc4a869e1 100644 --- a/multimedia/gstreamer1/Makefile +++ b/multimedia/gstreamer1/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=gstreamer1 -PKG_VERSION:=1.24.12 +PKG_VERSION:=1.26.2 PKG_RELEASE:=1 PKG_SOURCE:=gstreamer-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://gstreamer.freedesktop.org/src/gstreamer -PKG_HASH:=b3522d1b4fe174fff3b3c7f0603493e2367bd1c43f5804df15b634bd22b1036f +PKG_HASH:=f75334a3dff497c240844304a60015145792ecc3b6b213ac19841ccbd6fdf0ad PKG_BUILD_DIR:=$(BUILD_DIR)/gstreamer-$(PKG_VERSION) PKG_MAINTAINER:=W. Michael Petullo \ @@ -101,7 +101,7 @@ endef define Package/libgstreamer1 $(call Package/gstreamer1/Default) TITLE+= library (core) - DEPENDS+= +glib2 +libpthread +libxml2 + DEPENDS+= +glib2 +libpthread +libxml2 +(powerpc||mips||mipsel):libatomic HIDDEN:=1 endef diff --git a/multimedia/gstreamer1/patches/010-gstplugin-use-lazy-symbol-binding.patch b/multimedia/gstreamer1/patches/010-gstplugin-use-lazy-symbol-binding.patch index 7b6db170ac..199e841b55 100644 --- a/multimedia/gstreamer1/patches/010-gstplugin-use-lazy-symbol-binding.patch +++ b/multimedia/gstreamer1/patches/010-gstplugin-use-lazy-symbol-binding.patch @@ -1,6 +1,6 @@ --- a/gst/gstplugin.c +++ b/gst/gstplugin.c -@@ -862,15 +862,8 @@ _priv_gst_plugin_load_file_for_registry +@@ -866,15 +866,8 @@ _priv_gst_plugin_load_file_for_registry } #endif