multimedia/mlt: Updated for version 0.8.2.

Noted the optional dependency swfdec

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2012-09-19 21:13:08 +02:00 committed by Robby Workman
parent f9d1223dee
commit 92904f717a
3 changed files with 5 additions and 5 deletions

View file

@ -5,7 +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.
Optional dependencies are ladspa_sdk and frei0r.
Optional dependencies are ladspa_sdk, frei0r and swfdec.
The build script set by default PYTHON=yes for openshot, but it's
optional.

View file

@ -39,7 +39,7 @@
# +---------------------------------------+
PRGNAM=mlt
VERSION=${VERSION:-0.8.0}
VERSION=${VERSION:-0.8.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="mlt"
VERSION="0.8.0"
VERSION="0.8.2"
HOMEPAGE="http://mltframework.org/"
DOWNLOAD="http://downloads.sourceforge.net/mlt/mlt-0.8.0.tar.gz"
MD5SUM="d56e0cdfba9c5b5608bf84493322615f"
DOWNLOAD="http://downloads.sourceforge.net/mlt/mlt-0.8.2.tar.gz"
MD5SUM="c7a8c4ca7485bb615cbcf851d8742a1c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="ffmpeg libdv libquicktime"