aboutsummaryrefslogtreecommitdiff
path: root/multimedia/gstreamer1
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2023-12-18 16:00:32 -0800
committerRosen Penev <rosenp@gmail.com>2023-12-19 04:35:39 -0800
commit4603dbeacb05bbb8626f9c087fc063ae5e464440 (patch)
treec7960f89017ca1bf7348c2250d5dc9f290a2966b /multimedia/gstreamer1
parentbdb94243f6e9259cdbb8ac9e74dae12d4afd7437 (diff)
gstreamer1: update to 1.22.8
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'multimedia/gstreamer1')
-rw-r--r--multimedia/gstreamer1/Makefile4
-rw-r--r--multimedia/gstreamer1/patches/020-distutils.patch11
2 files changed, 2 insertions, 13 deletions
diff --git a/multimedia/gstreamer1/Makefile b/multimedia/gstreamer1/Makefile
index de77412e0..b4f595cb2 100644
--- a/multimedia/gstreamer1/Makefile
+++ b/multimedia/gstreamer1/Makefile
@@ -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
index 8be9d76ef..000000000
--- a/multimedia/gstreamer1/patches/020-distutils.patch
+++ /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)