gst1-plugins-good: update to 1.22.8
authorRosen Penev <rosenp@gmail.com>
Tue, 19 Dec 2023 00:01:59 +0000 (16:01 -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/gst1-plugins-good/Makefile
multimedia/gst1-plugins-good/patches/010-distutils.patch [deleted file]

index 174e8eecd18a67a0a5c6bbec5e6c7b62ca8be871..ef1623f11bd3fbe32835c4ea2b74d1ad304b3ef4 100644 (file)
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=gst1-plugins-good
-PKG_VERSION:=1.22.6
+PKG_VERSION:=1.22.8
 PKG_RELEASE:=1
 
 PKG_SOURCE:=gst-plugins-good-$(PKG_VERSION).tar.xz
 PKG_SOURCE_URL:=https://gstreamer.freedesktop.org/src/gst-plugins-good/
-PKG_HASH:=b3b07fe3f1ce7fe93aa9be7217866044548f35c4a7792280eec7e108a32f9817
+PKG_HASH:=e305b9f07f52743ca481da0a4e0c76c35efd60adaf1b0694eb3bb021e2137e39
 PKG_BUILD_DIR:=$(BUILD_DIR)/gst-plugins-good-$(PKG_VERSION)
 
 PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org> \
diff --git a/multimedia/gst1-plugins-good/patches/010-distutils.patch b/multimedia/gst1-plugins-good/patches/010-distutils.patch
deleted file mode 100644 (file)
index a0e6365..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/meson.build
-+++ b/meson.build
-@@ -469,7 +469,7 @@ endif
- presetdir = join_paths(get_option('datadir'), 'gstreamer-' + api_version, 'presets')
--python3 = import('python').find_installation()
-+python3 = 'python3'
- pkgconfig = import('pkgconfig')
- plugins_pkgconfig_install_dir = join_paths(plugins_install_dir, 'pkgconfig')
- if get_option('default_library') == 'shared'