From dc3607d12d3b0dc3442163fbf7ac776ebca92ead Mon Sep 17 00:00:00 2001 From: Edward W. Koenig Date: Mon, 21 Mar 2016 22:03:50 +0700 Subject: multimedia/mlt: Updated for version 6.0.0 + new maintainer. Signed-off-by: Willy Sudiarto Raharjo --- multimedia/mlt/mlt.SlackBuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'multimedia/mlt/mlt.SlackBuild') 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 -- cgit v1.2.3