summaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
author stormtracknole2010-09-16 03:30:54 +0200
committer Robby Workman2010-09-22 05:09:36 +0200
commit6214fa84afac905a4ed3bb220f1536900a4c8410 (patch)
treef78b1f4c85ce135210a56f3c39b2646705770cef /multimedia
parentc17c36a699432b42450735fbc915cc6648a5fa62 (diff)
downloadslackbuilds-6214fa84afac905a4ed3bb220f1536900a4c8410.tar.gz
multimedia/mlt: Updated for version 0.5.6.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/mlt/README10
-rw-r--r--multimedia/mlt/mlt.SlackBuild5
-rw-r--r--multimedia/mlt/mlt.info8
3 files changed, 13 insertions, 10 deletions
diff --git a/multimedia/mlt/README b/multimedia/mlt/README
index 27529bf2d8..fb794354b2 100644
--- a/multimedia/mlt/README
+++ b/multimedia/mlt/README
@@ -5,9 +5,9 @@ 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, libquicktime and ffmpeg.
+This requires libdv, libsamplerate, and ffmpeg.
+libquicktime is optional but recommended, since it will be needed
+by kdenlive anyway.
-*NOTE* You must compile ffmpeg with all features enabled. This will
-require libdc1394, dirac, faac(creates a non-redistributable binary),
-faad2, gsm, openjpeg, lame, opencore-amr, rtmpdump, schroedinger,
-speex, libvpx, and x264. These are all available on slackbuilds.org.
+Optional:
+By default PYTHON=yes for openshot. \ No newline at end of file
diff --git a/multimedia/mlt/mlt.SlackBuild b/multimedia/mlt/mlt.SlackBuild
index 36e61e8927..e8486052dd 100644
--- a/multimedia/mlt/mlt.SlackBuild
+++ b/multimedia/mlt/mlt.SlackBuild
@@ -20,9 +20,12 @@
# *Version upgrade to 0.5.2
# *fixed the "strip" for bash 4 compatability
#
+# Sept 12, 2010
+# *Version upgrade to 0.5.6
+# *Bug fixes and enhancements added
PRGNAM=mlt
-VERSION=${VERSION:-0.5.4}
+VERSION=${VERSION:-0.5.6}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/multimedia/mlt/mlt.info b/multimedia/mlt/mlt.info
index e8f96bc88a..a68f8eac89 100644
--- a/multimedia/mlt/mlt.info
+++ b/multimedia/mlt/mlt.info
@@ -1,10 +1,10 @@
PRGNAM="mlt"
-VERSION="0.5.4"
+VERSION="0.5.6"
HOMEPAGE="http://mltframework.org/"
-DOWNLOAD="http://downloads.sourceforge.net/project/mlt/mlt/mlt-0.5.4.tar.gz"
-MD5SUM="09ae3d74691c86dad10c2e13e1844b43"
+DOWNLOAD="http://downloads.sourceforge.net/project/mlt/mlt/mlt-0.5.6.tar.gz"
+MD5SUM="08efc7ced44996278fe48b692032418c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="stormtracknole"
EMAIL="stormtracknole@gmail.com"
-APPROVED="Erik Hanson"
+APPROVED="dsomero"