mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
multimedia/mlt: Updated for version 0.7.6.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
parent
f469892f96
commit
d8fb853047
2 changed files with 15 additions and 11 deletions
|
@ -16,29 +16,33 @@
|
|||
# would interfere with the CWD before it
|
||||
#
|
||||
|
||||
# +---------------------------------------+
|
||||
# Mar 3rd, 2010
|
||||
# *Version upgrade to 0.5.2
|
||||
# *fixed the "strip" for bash 4 compatability
|
||||
#
|
||||
# *fixed the "strip" for bash 4
|
||||
# compatability
|
||||
# +---------------------------------------+
|
||||
# Sept 12, 2010
|
||||
# *Version upgrade to 0.5.6
|
||||
# *Bug fixes and enhancements added
|
||||
#
|
||||
# +---------------------------------------+
|
||||
# May 16, 2011
|
||||
# *Version upgrade to 0.7.2
|
||||
#
|
||||
# +---------------------------------------+
|
||||
# Dec 14, 2011
|
||||
# *Version upgrade to 0.7.6
|
||||
# *Bug fixes
|
||||
# +---------------------------------------+
|
||||
|
||||
PRGNAM=mlt
|
||||
VERSION=${VERSION:-0.7.2}
|
||||
VERSION=${VERSION:-0.7.6}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
# Automatically determine the architecture we're building on:
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i486 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
# Unless $ARCH is already set, use uname -m for all other archs:
|
||||
*) ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
fi
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="mlt"
|
||||
VERSION="0.7.2"
|
||||
VERSION="0.7.6"
|
||||
HOMEPAGE="http://mltframework.org/"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/mlt/mlt-0.7.2.tar.gz"
|
||||
MD5SUM="3adeace6642a5ee0db0715b6bd7b7a52"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/mlt/mlt-0.7.6.tar.gz"
|
||||
MD5SUM="105969a63339da2f8ce4ddce1652c9e7"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="stormtracknole"
|
||||
EMAIL="stormtracknole@gmail.com"
|
||||
APPROVED="dsomero"
|
||||
APPROVED="Niels Horn"
|
||||
|
|
Loading…
Reference in a new issue