diff options
author | Edward W. Koenig <kingbeowulf@gmail.com> | 2016-03-21 22:03:50 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-03-21 22:03:50 +0700 |
commit | dc3607d12d3b0dc3442163fbf7ac776ebca92ead (patch) | |
tree | df3efc955ef119e1f447467c0f6dcc61ccb39c2a /multimedia/mlt/mlt.SlackBuild | |
parent | f7dedccf3ded182ac4739e7c8d2b85147ab4b76c (diff) |
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.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/multimedia/mlt/mlt.SlackBuild b/multimedia/mlt/mlt.SlackBuild index 3e353e0391bfb..0c08088a685eb 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 |