gstreamer1: update to 1.22.8
authorRosen Penev <rosenp@gmail.com>
Tue, 19 Dec 2023 00:00:32 +0000 (16:00 -0800)
committerRosen Penev <rosenp@gmail.com>
Tue, 19 Dec 2023 12:35:39 +0000 (04:35 -0800)
Signed-off-by: Rosen Penev <rosenp@gmail.com>
multimedia/gstreamer1/Makefile
multimedia/gstreamer1/patches/020-distutils.patch [deleted file]

index de77412e0a250d499c4ad45679b2fc63a3f2b26d..b4f595cb21443ece4e537317b0e8eb7c2ac5e809 100644 (file)
@@ -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> \
diff --git a/multimedia/gstreamer1/patches/020-distutils.patch b/multimedia/gstreamer1/patches/020-distutils.patch
deleted file mode 100644 (file)
index 8be9d76..0000000
+++ /dev/null
@@ -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)