diff options
author | stormtracknole <stormtracknole@gmail.com> | 2010-11-06 11:49:34 +0100 |
---|---|---|
committer | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-11-22 19:40:03 +0100 |
commit | bc47130f70b32f51daee481df8132aae48609137 (patch) | |
tree | 312f0b930172b534ce922dae5dd53e1cfd448b56 /multimedia/mlt | |
parent | e6a534daf21a9ca28e1428c79f6d8aa67e870886 (diff) | |
download | slackbuilds-bc47130f70b32f51daee481df8132aae48609137.tar.gz |
multimedia/mlt: Updated for version 0.5.10
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'multimedia/mlt')
-rw-r--r-- | multimedia/mlt/README | 17 | ||||
-rw-r--r-- | multimedia/mlt/mlt.SlackBuild | 2 | ||||
-rw-r--r-- | multimedia/mlt/mlt.info | 8 |
3 files changed, 14 insertions, 13 deletions
diff --git a/multimedia/mlt/README b/multimedia/mlt/README index fb794354b2..3c1377fb8b 100644 --- a/multimedia/mlt/README +++ b/multimedia/mlt/README @@ -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.
\ No newline at end of file +By default PYTHON=yes for openshot. diff --git a/multimedia/mlt/mlt.SlackBuild b/multimedia/mlt/mlt.SlackBuild index e8486052dd..683066f82e 100644 --- a/multimedia/mlt/mlt.SlackBuild +++ b/multimedia/mlt/mlt.SlackBuild @@ -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} diff --git a/multimedia/mlt/mlt.info b/multimedia/mlt/mlt.info index a68f8eac89..534d0e5e56 100644 --- a/multimedia/mlt/mlt.info +++ b/multimedia/mlt/mlt.info @@ -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" |