diff options
author | stormtracknole <stormtracknole@gmail.com> | 2011-12-16 09:52:48 -0200 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-12-16 09:52:48 -0200 |
commit | d8fb853047737753ea9dac8408b08e4c2da7652f (patch) | |
tree | 03ba3c96fb549d105fcb231b9fcba600e52f0e92 /multimedia/mlt/mlt.SlackBuild | |
parent | f469892f9671e105eb349c9537066685bde39be1 (diff) | |
download | slackbuilds-d8fb853047737753ea9dac8408b08e4c2da7652f.tar.gz |
multimedia/mlt: Updated for version 0.7.6.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'multimedia/mlt/mlt.SlackBuild')
-rw-r--r-- | multimedia/mlt/mlt.SlackBuild | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/multimedia/mlt/mlt.SlackBuild b/multimedia/mlt/mlt.SlackBuild index 5f9a6f212a..f0a57d988f 100644 --- a/multimedia/mlt/mlt.SlackBuild +++ b/multimedia/mlt/mlt.SlackBuild @@ -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 |