multimedia/mlt: Updated for version 6.2.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Edward W. Koenig 2016-10-16 05:17:11 +07:00 committed by Willy Sudiarto Raharjo
parent efa9a4ef89
commit 7df52a9982
2 changed files with 8 additions and 7 deletions

View file

@ -46,15 +46,16 @@
# thanks to John Vogel.
# +---------------------------------------+
# 20-MAR-2016 new maintainer, version update to 6.0.0
# 11-OCT-2016 version update
PRGNAM=mlt
VERSION=${VERSION:-6.0.0}
VERSION=${VERSION:-6.2.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@ -79,8 +80,8 @@ ruby="" #if [ -f "$(which ruby)" ]; then ruby="ruby"; else ruby=""; fi
if pkg-config --exists vdpau ; then vdpau="--avformat-vdpau" ; else vdpau="" ; fi
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
if [ "$ARCH" = "i586" ]; then
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"

View file

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