summaryrefslogtreecommitdiffstats
path: root/multimedia/mlt/mlt.SlackBuild
diff options
context:
space:
mode:
author Edward W. Koenig2016-03-21 16:03:50 +0100
committer Willy Sudiarto Raharjo2016-03-21 16:03:50 +0100
commitdc3607d12d3b0dc3442163fbf7ac776ebca92ead (patch)
treedf3efc955ef119e1f447467c0f6dcc61ccb39c2a /multimedia/mlt/mlt.SlackBuild
parentf7dedccf3ded182ac4739e7c8d2b85147ab4b76c (diff)
downloadold.slackbuilds-dc3607d12d3b0dc3442163fbf7ac776ebca92ead.tar.gz
multimedia/mlt: Updated for version 6.0.0 + new maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'multimedia/mlt/mlt.SlackBuild')
-rw-r--r--multimedia/mlt/mlt.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/multimedia/mlt/mlt.SlackBuild b/multimedia/mlt/mlt.SlackBuild
index 3e353e0391..0c08088a68 100644
--- a/multimedia/mlt/mlt.SlackBuild
+++ b/multimedia/mlt/mlt.SlackBuild
@@ -15,7 +15,6 @@
# python swig src to copy the files to the site packages so that it
# would interfere with the CWD before it
#
-
# +---------------------------------------+
# Mar 3rd, 2010
# *Version upgrade to 0.5.2
@@ -46,9 +45,10 @@
# *Fixed lua portion of the code
# thanks to John Vogel.
# +---------------------------------------+
+# 20-MAR-2016 new maintainer, version update to 6.0.0
PRGNAM=mlt
-VERSION=${VERSION:-0.9.6}
+VERSION=${VERSION:-6.0.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -74,7 +74,7 @@ if [ -f "$(which php)" ]; then php="php"; else php=""; fi
if [ -f "$(which python)" ]; then python="python"; else python=""; fi
if [ -h "$(which tclsh)" ]; then tcl="tcl"; else tcl=""; fi
if [ -f "$(which csharp)" ]; then csharp="csharp"; else csharp=""; fi
-# ruby-2.2 gives issues... probably more recent mlt versions will fix this
+# missing mlt.h in mlt-6.0.0/src/swig/ruby; broken src
ruby="" #if [ -f "$(which ruby)" ]; then ruby="ruby"; else ruby=""; fi
if pkg-config --exists vdpau ; then vdpau="--avformat-vdpau" ; else vdpau="" ; fi