gstreamer1: update to 1.20.2
Signed-off-by: W. Michael Petullo <mike@flyn.org>
This commit is contained in:
parent
0320174ff2
commit
a47552c4c8
3 changed files with 4 additions and 5 deletions
|
@ -8,12 +8,12 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=gstreamer1
|
PKG_NAME:=gstreamer1
|
||||||
PKG_VERSION:=1.18.5
|
PKG_VERSION:=1.20.2
|
||||||
PKG_RELEASE:=$(AUTORELEASE)
|
PKG_RELEASE:=$(AUTORELEASE)
|
||||||
|
|
||||||
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:=55862232a63459bbf56abebde3085ca9aec211b478e891dacea4d6df8cafe80a
|
PKG_HASH:=df24e8792691a02dfe003b3833a51f1dbc6c3331ae625d143b17da939ceb5e0a
|
||||||
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> \
|
||||||
|
@ -134,7 +134,6 @@ MESON_ARGS += \
|
||||||
-Dexamples=disabled \
|
-Dexamples=disabled \
|
||||||
-Dbenchmarks=disabled \
|
-Dbenchmarks=disabled \
|
||||||
-Dtools=enabled \
|
-Dtools=enabled \
|
||||||
-Dgtk_doc=disabled \
|
|
||||||
-Dintrospection=disabled \
|
-Dintrospection=disabled \
|
||||||
-Dnls=enabled \
|
-Dnls=enabled \
|
||||||
-Dgobject-cast-checks=disabled \
|
-Dgobject-cast-checks=disabled \
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- a/gst/gstplugin.c
|
--- a/gst/gstplugin.c
|
||||||
+++ b/gst/gstplugin.c
|
+++ b/gst/gstplugin.c
|
||||||
@@ -790,15 +790,8 @@ _priv_gst_plugin_load_file_for_registry
|
@@ -851,15 +851,8 @@ _priv_gst_plugin_load_file_for_registry
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- a/meson.build
|
--- a/meson.build
|
||||||
+++ b/meson.build
|
+++ b/meson.build
|
||||||
@@ -522,7 +522,7 @@ if get_option('default_library') == 'sta
|
@@ -528,7 +528,7 @@ if get_option('default_library') == 'sta
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Used in gst/parse/meson.build and below
|
# Used in gst/parse/meson.build and below
|
||||||
|
|
Loading…
Reference in a new issue