From 349f0e6b17925dba52587009ac4df09448586a16 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Sat, 25 Jul 2020 01:13:21 -0700 Subject: [PATCH] gst1-plugins-bad: update to 1.17.2 Added patch to fix compilation without distutils. Signed-off-by: Rosen Penev --- multimedia/gst1-plugins-bad/Makefile | 4 ++-- .../gst1-plugins-bad/patches/010-distutils.patch | 11 +++++++++++ 2 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 multimedia/gst1-plugins-bad/patches/010-distutils.patch diff --git a/multimedia/gst1-plugins-bad/Makefile b/multimedia/gst1-plugins-bad/Makefile index 227b74beb..5c818095e 100644 --- a/multimedia/gst1-plugins-bad/Makefile +++ b/multimedia/gst1-plugins-bad/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=gst1-plugins-bad -PKG_VERSION:=1.17.1 +PKG_VERSION:=1.17.2 PKG_RELEASE:=1 PKG_BUILD_DIR:=$(BUILD_DIR)/gst-plugins-bad-$(PKG_VERSION) PKG_SOURCE:=gst-plugins-bad-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=http://gstreamer.freedesktop.org/src/gst-plugins-bad/ -PKG_HASH:=598937c818d0955543318203faa28d826eb68d487934be4737e999ad272210d0 +PKG_HASH:=fadbf229dbb29cae15ecb1858382aee60f2fa82067673598791c5fdfc52ad2cc PKG_MAINTAINER:=W. Michael Petullo \ Ted Hess diff --git a/multimedia/gst1-plugins-bad/patches/010-distutils.patch b/multimedia/gst1-plugins-bad/patches/010-distutils.patch new file mode 100644 index 000000000..d7a17667d --- /dev/null +++ b/multimedia/gst1-plugins-bad/patches/010-distutils.patch @@ -0,0 +1,11 @@ +--- a/meson.build ++++ b/meson.build +@@ -417,7 +417,7 @@ gst_plugins_bad_args = ['-DHAVE_CONFIG_H'] + configinc = include_directories('.') + libsinc = include_directories('gst-libs') + +-python3 = import('python').find_installation() ++python3 = 'python3' + + gir = find_program('g-ir-scanner', required : get_option('introspection')) + gnome = import('gnome')