multimedia/mlt: Updated for version 0.5.10

Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
This commit is contained in:
stormtracknole 2010-11-06 11:49:34 +01:00 committed by Heinz Wiesinger
parent e6a534daf2
commit bc47130f70
3 changed files with 14 additions and 13 deletions

View file

@ -1,13 +1,14 @@
MLT is an open source multimedia framework, designed and developed for
television broadcasting. It provides a toolkit for broadcasters, video
editors, media players, transcoders, web streamers and many more types
of applications. The functionality of the system is provided via an
assortment of ready to use tools, XML authoring components, and an
extensible plug-in based API.
MLT is an open source multimedia framework, designed and developed for
television broadcasting. It provides a toolkit for broadcasters, video
editors, media players, transcoders, web streamers and many more types
of applications. The functionality of the system is provided via an
assortment of ready to use tools, XML authoring components, and an
extensible plug-in based API.
This requires libdv, libsamplerate, and ffmpeg.
This requires libdv and ffmpeg.
libquicktime is optional but recommended, since it will be needed
by kdenlive anyway.
Additional optional dependencies are ladspa_sdk and frei0r.
Optional:
By default PYTHON=yes for openshot.
By default PYTHON=yes for openshot.

View file

@ -25,7 +25,7 @@
# *Bug fixes and enhancements added
PRGNAM=mlt
VERSION=${VERSION:-0.5.6}
VERSION=${VERSION:-0.5.10}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,10 +1,10 @@
PRGNAM="mlt"
VERSION="0.5.6"
VERSION="0.5.10"
HOMEPAGE="http://mltframework.org/"
DOWNLOAD="http://downloads.sourceforge.net/project/mlt/mlt/mlt-0.5.6.tar.gz"
MD5SUM="08efc7ced44996278fe48b692032418c"
DOWNLOAD="http://downloads.sourceforge.net/mlt/mlt-0.5.10.tar.gz"
MD5SUM="6869ed138193cc0e3113e4e7ac341e14"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="stormtracknole"
EMAIL="stormtracknole@gmail.com"
APPROVED="dsomero"
APPROVED="pprkut"