multimedia/mlt: Updated for version 6.4.1.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Edward W. Koenig 2017-01-30 23:37:46 +00:00 committed by Willy Sudiarto Raharjo
parent 523881d765
commit 4f0fe3167d
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 6 additions and 5 deletions

View file

@ -3,9 +3,9 @@
# Slackware build script for mlt.
# Written by stormtracknole - stormtracknole@gmail.com
# Modified by Erik Hanson (erik@slackbuilds.org) with
# help from Jonathan Larsen (agentc0re@learnix.net)
# Maintatiner: Edward W. Koenig <kingbeowulf@gmail.com>
#
# Feb 16, 2010 - Modified the script and defined the $PYTHON variable
# outside of the if statement because it was causing issues with
@ -48,9 +48,10 @@
# 20-MAR-2016 new maintainer, version update to 6.0.0
# 11-OCT-2016 version update
# 22-OCT-2016 add qt5 support, bug fixes/addenda (Larry Hajali)
# 29-JAN-2017 version update
PRGNAM=mlt
VERSION=${VERSION:-6.2.0}
VERSION=${VERSION:-6.4.1}
BUILD=${BUILD:-3}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="mlt"
VERSION="6.2.0"
VERSION="6.4.1"
HOMEPAGE="http://mltframework.org/"
DOWNLOAD="http://downloads.sourceforge.net/mlt/mlt-6.2.0.tar.gz"
MD5SUM="cdbc5d1d686b75dd2b8fd14059bdd9d4"
DOWNLOAD="http://downloads.sourceforge.net/mlt/mlt-6.4.1.tar.gz"
MD5SUM="bfa7b4009be616d6f858393a88fbbb32"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="ffmpeg libdv libquicktime"