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 +++--- multimedia/mlt/mlt.info | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'multimedia/mlt') 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 diff --git a/multimedia/mlt/mlt.info b/multimedia/mlt/mlt.info index e071456f27..307231d33e 100644 --- a/multimedia/mlt/mlt.info +++ b/multimedia/mlt/mlt.info @@ -1,10 +1,10 @@ PRGNAM="mlt" -VERSION="0.9.6" +VERSION="6.0.0" HOMEPAGE="http://mltframework.org/" -DOWNLOAD="http://downloads.sourceforge.net/mlt/mlt-0.9.6.tar.gz" -MD5SUM="92bcc95af44ff086df0a0ce17a201d1c" +DOWNLOAD="http://downloads.sourceforge.net/mlt/mlt-6.0.0.tar.gz" +MD5SUM="60f4c433ccf9fc0175382733add4f092" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="ffmpeg libdv libquicktime" -MAINTAINER="stormtracknole" -EMAIL="stormtracknole@gmail.com" +MAINTAINER="Edward W. Koenig" +EMAIL="kingbeowulf@gmail.com" -- cgit v1.2.3