mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 21:24:31 +04:00
gstreamer1: update to 1.26.2
Upstream list of changes is available at https://gstreamer.freedesktop.org/releases/1.26/#1.26.2. Signed-off-by: W. Michael Petullo <mike@flyn.org>
This commit is contained in:
committed by
Josef Schlehofer
parent
8f13ebc660
commit
c029c3fc32
@@ -8,12 +8,12 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=gstreamer1
|
PKG_NAME:=gstreamer1
|
||||||
PKG_VERSION:=1.24.12
|
PKG_VERSION:=1.26.2
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=gstreamer-$(PKG_VERSION).tar.xz
|
PKG_SOURCE:=gstreamer-$(PKG_VERSION).tar.xz
|
||||||
PKG_SOURCE_URL:=https://gstreamer.freedesktop.org/src/gstreamer
|
PKG_SOURCE_URL:=https://gstreamer.freedesktop.org/src/gstreamer
|
||||||
PKG_HASH:=b3522d1b4fe174fff3b3c7f0603493e2367bd1c43f5804df15b634bd22b1036f
|
PKG_HASH:=f75334a3dff497c240844304a60015145792ecc3b6b213ac19841ccbd6fdf0ad
|
||||||
PKG_BUILD_DIR:=$(BUILD_DIR)/gstreamer-$(PKG_VERSION)
|
PKG_BUILD_DIR:=$(BUILD_DIR)/gstreamer-$(PKG_VERSION)
|
||||||
|
|
||||||
PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org> \
|
PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org> \
|
||||||
@@ -101,7 +101,7 @@ endef
|
|||||||
define Package/libgstreamer1
|
define Package/libgstreamer1
|
||||||
$(call Package/gstreamer1/Default)
|
$(call Package/gstreamer1/Default)
|
||||||
TITLE+= library (core)
|
TITLE+= library (core)
|
||||||
DEPENDS+= +glib2 +libpthread +libxml2
|
DEPENDS+= +glib2 +libpthread +libxml2 +(powerpc||mips||mipsel):libatomic
|
||||||
HIDDEN:=1
|
HIDDEN:=1
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
--- a/gst/gstplugin.c
|
--- a/gst/gstplugin.c
|
||||||
+++ b/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
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user