gst1-plugins-bad: update to 1.17.2

Added patch to fix compilation without distutils.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
Rosen Penev 2020-07-25 01:13:21 -07:00
parent b3f9abfa71
commit 349f0e6b17
No known key found for this signature in database
GPG Key ID: 36D31CFA845F0E3B
2 changed files with 13 additions and 2 deletions

View File

@ -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 <mike@flyn.org> \
Ted Hess <thess@kitschensync.net>

View File

@ -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')