From 40610b8a6d0cb935703ed0afa957f4b7bba3036f Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Sun, 26 Apr 2020 14:49:58 +0200 Subject: Update the deps for the next release of ktown --- deps/mlt/.url | 2 +- deps/mlt/mlt.SlackBuild | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'deps/mlt') diff --git a/deps/mlt/.url b/deps/mlt/.url index 9a2e287..c2c715f 100644 --- a/deps/mlt/.url +++ b/deps/mlt/.url @@ -1,2 +1,2 @@ -https://github.com/mltframework/mlt/archive/v6.18.0.tar.gz +https://github.com/mltframework/mlt/archive/v6.20.0.tar.gz diff --git a/deps/mlt/mlt.SlackBuild b/deps/mlt/mlt.SlackBuild index 8bf05be..361bcae 100755 --- a/deps/mlt/mlt.SlackBuild +++ b/deps/mlt/mlt.SlackBuild @@ -1,6 +1,6 @@ #!/bin/sh # $Id$ -# Copyright 2017, 2018, 2019 Eric Hameleers, Eindhoven, NL +# Copyright 2017, 2018, 2019, 2020 Eric Hameleers, Eindhoven, NL # Copyright 2017 Patrick J. Volkerding, Sebeka, MN, USA # All rights reserved. # @@ -27,10 +27,10 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=mlt -VERSION=${VERSION:-6.18.0} -BUILD=${BUILD:-2} +VERSION=${VERSION:-6.20.0} +BUILD=${BUILD:-1} -PYTHONSITEPKG=$(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()") +PYTHONSITEPKG=$(python3 -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())") TMP=${TMP:-/tmp} PKG=$TMP/package-$PKGNAM -- cgit v1.2.3