From b3f9abfa71cce686aa26f363ea2e7d31a3f78a0c Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Sat, 25 Jul 2020 01:09:38 -0700 Subject: [PATCH] gst1-plugins-good: update to 1.17.2 Added patch to fix compilation without distutils. Signed-off-by: Rosen Penev --- multimedia/gst1-plugins-good/Makefile | 4 ++-- .../gst1-plugins-good/patches/010-distutils.patch | 11 +++++++++++ 2 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 multimedia/gst1-plugins-good/patches/010-distutils.patch diff --git a/multimedia/gst1-plugins-good/Makefile b/multimedia/gst1-plugins-good/Makefile index 07f4d60188..7c6d2cdc5b 100644 --- a/multimedia/gst1-plugins-good/Makefile +++ b/multimedia/gst1-plugins-good/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=gst1-plugins-good -PKG_VERSION:=1.17.1 +PKG_VERSION:=1.17.2 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:=ea8957460ed38261e5c4bf6a8bf98d946298b756a695b27c9b1209aa7b76b0d7 +PKG_HASH:=4278ebd32383d1e26219e6bb9ae492fe5dc7d3246ba8570a192e9dc98e2a436a PKG_BUILD_DIR:=$(BUILD_DIR)/gst-plugins-good-$(PKG_VERSION) PKG_MAINTAINER:=W. Michael Petullo \ diff --git a/multimedia/gst1-plugins-good/patches/010-distutils.patch b/multimedia/gst1-plugins-good/patches/010-distutils.patch new file mode 100644 index 0000000000..713c1a5358 --- /dev/null +++ b/multimedia/gst1-plugins-good/patches/010-distutils.patch @@ -0,0 +1,11 @@ +--- a/meson.build ++++ b/meson.build +@@ -400,7 +400,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'