diff options
author | ponce <matteo.bernardini@gmail.com> | 2012-08-27 11:41:40 +0200 |
---|---|---|
committer | ponce <matteo.bernardini@gmail.com> | 2012-08-27 16:04:57 +0200 |
commit | 7845a9daa1751cfcb95cb5865ceafb9263478cbf (patch) | |
tree | bb5c9299320be1ade6211fe6f0f7afdc340c785e /multimedia/mlt | |
parent | 4f2d576315ec83ef4711e4bb1ba725bb1a510420 (diff) | |
download | slackbuilds-7845a9daa1751cfcb95cb5865ceafb9263478cbf.tar.gz |
multimedia/mlt: Fixed dep information
Diffstat (limited to 'multimedia/mlt')
-rw-r--r-- | multimedia/mlt/README | 9 | ||||
-rw-r--r-- | multimedia/mlt/mlt.SlackBuild | 2 | ||||
-rw-r--r-- | multimedia/mlt/mlt.info | 2 |
3 files changed, 4 insertions, 9 deletions
diff --git a/multimedia/mlt/README b/multimedia/mlt/README index 3c1377fb8b..832161cb6e 100644 --- a/multimedia/mlt/README +++ b/multimedia/mlt/README @@ -5,10 +5,7 @@ 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 and ffmpeg. -libquicktime is optional but recommended, since it will be needed -by kdenlive anyway. -Additional optional dependencies are ladspa_sdk and frei0r. +Optional dependencies are ladspa_sdk and frei0r. -Optional: -By default PYTHON=yes for openshot. +The build script set by default PYTHON=yes for openshot, but it's +optional. diff --git a/multimedia/mlt/mlt.SlackBuild b/multimedia/mlt/mlt.SlackBuild index ee312839a3..b64d40f0fd 100644 --- a/multimedia/mlt/mlt.SlackBuild +++ b/multimedia/mlt/mlt.SlackBuild @@ -56,8 +56,6 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -PYTHON=${PYTHON:-yes} - # SWIG Languages: if [ "${JAVA:-no}" = "no" ]; then java=""; else java="java"; fi if [ "${LUA:-no}" = "no" ]; then lua=""; else lua="lua"; fi diff --git a/multimedia/mlt/mlt.info b/multimedia/mlt/mlt.info index efde15d3f8..bc9d9a6b09 100644 --- a/multimedia/mlt/mlt.info +++ b/multimedia/mlt/mlt.info @@ -5,6 +5,6 @@ DOWNLOAD="http://downloads.sourceforge.net/mlt/mlt-0.8.0.tar.gz" MD5SUM="d56e0cdfba9c5b5608bf84493322615f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="ffmpeg frei0r kdenlive ladspa_sdk libdv libquicktime openshot" +REQUIRES="ffmpeg libdv libquicktime" MAINTAINER="stormtracknole" EMAIL="stormtracknole@gmail.com" |