gstreamer1: update to 1.22.8
Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
bdb94243f6
commit
4603dbeacb
2 changed files with 2 additions and 13 deletions
|
@ -8,12 +8,12 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=gstreamer1
|
||||
PKG_VERSION:=1.22.6
|
||||
PKG_VERSION:=1.22.8
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=gstreamer-$(PKG_VERSION).tar.xz
|
||||
PKG_SOURCE_URL:=https://gstreamer.freedesktop.org/src/gstreamer
|
||||
PKG_HASH:=f500e6cfddff55908f937711fc26a0840de28a1e9ec49621c0b6f1adbd8f818e
|
||||
PKG_HASH:=ad4e3db1771139b1db17b1afa7c05db083ae0100bd4da244b71f162dcce41bfc
|
||||
PKG_BUILD_DIR:=$(BUILD_DIR)/gstreamer-$(PKG_VERSION)
|
||||
|
||||
PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org> \
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
--- a/meson.build
|
||||
+++ b/meson.build
|
||||
@@ -572,7 +572,7 @@ if get_option('default_library') == 'sta
|
||||
endif
|
||||
|
||||
# Used in gst/parse/meson.build and below
|
||||
-python3 = import('python').find_installation()
|
||||
+python3 = 'python3'
|
||||
|
||||
bashcomp_option = get_option('bash-completion')
|
||||
bashcomp_dep = dependency('bash-completion', version : '>= 2.0', required : bashcomp_option)
|
Loading…
Reference in a new issue