multimedia/mlt: Updated for version 6.0.0 + new maintainer.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Edward W. Koenig 2016-03-21 22:03:50 +07:00 committed by Willy Sudiarto Raharjo
parent f7dedccf3d
commit dc3607d12d
2 changed files with 8 additions and 8 deletions

View file

@ -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

View file

@ -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"