multimedia/avidemux: Updated for version 2.7.1.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2018-06-06 17:05:15 +02:00 committed by Willy Sudiarto Raharjo
parent 7c6dd69b0d
commit 5f84450ac8
2 changed files with 7 additions and 7 deletions

View file

@ -5,7 +5,7 @@
# Derived from a SlackBuild by Eric Hameleers.
# Copyright 2009, 2010, 2011, 2013 Eric Hameleers, Eindhoven, NL
# Copyright 2015 John Vogel Corning, NY USA
# Copyright 2017 Matteo Bernardini, Pisa, IT
# Copyright 2017-2018 Matteo Bernardini, Pisa, IT
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -26,12 +26,10 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=avidemux
VERSION=${VERSION:-2.7.0}
VERSION=${VERSION:-2.7.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
DOCS="AUTHORS License.txt COPYING scripts/automkv.py"
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i586 ;;
@ -59,6 +57,8 @@ else
LIBDIRSUFFIX=""
fi
DOCS="AUTHORS License.txt COPYING scripts/automkv.py"
set -e
rm -rf $PKG

View file

@ -1,8 +1,8 @@
PRGNAM="avidemux"
VERSION="2.7.0"
VERSION="2.7.1"
HOMEPAGE="http://avidemux.org"
DOWNLOAD="http://downloads.sf.net/avidemux/avidemux_2.7.0.tar.gz"
MD5SUM="dc4e74516dde4c71cae7abff8ed2bf9b"
DOWNLOAD="http://downloads.sf.net/avidemux/avidemux_2.7.1.tar.gz"
MD5SUM="e3510c858c9371283551b1b4b67d288b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="faac faad2 lame libdca x264 xvidcore"