summaryrefslogtreecommitdiffstats
path: root/deps/mlt/mlt.SlackBuild
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2019-05-09 16:02:09 +0200
committer Eric Hameleers <alien@slackware.com>2019-05-09 16:02:09 +0200
commit3c05327be70d55249017f007cbe4062e9655261c (patch)
tree39d57419db7a4bc56f0f7763a42d105f8bf48c09 /deps/mlt/mlt.SlackBuild
parent885fae025d7557d732eda411f6b7eaf43d3abc53 (diff)
downloadktown-3c05327be70d55249017f007cbe4062e9655261c.tar.gz
ktown-3c05327be70d55249017f007cbe4062e9655261c.tar.xz
Deps: update mlt (kdenlive needs that) and wayland
Diffstat (limited to 'deps/mlt/mlt.SlackBuild')
-rwxr-xr-xdeps/mlt/mlt.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/deps/mlt/mlt.SlackBuild b/deps/mlt/mlt.SlackBuild
index 5ebd44d..99cfaf1 100755
--- a/deps/mlt/mlt.SlackBuild
+++ b/deps/mlt/mlt.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
# $Id$
-# Copyright 2017,2018 Eric Hameleers, Eindhoven, NL
+# Copyright 2017, 2018, 2019 Eric Hameleers, Eindhoven, NL
# Copyright 2017 Patrick J. Volkerding, Sebeka, MN, USA
# All rights reserved.
#
@@ -27,7 +27,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=mlt
-VERSION=${VERSION:-6.10.0}
+VERSION=${VERSION:-6.14.0}
BUILD=${BUILD:-1}
PYTHONSITEPKG=$(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")