audio/amrwb: Updated for version 7.0.0.4

Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
This commit is contained in:
Heinz Wiesinger 2011-03-25 23:42:36 +01:00 committed by Robby Workman
parent 6dde1d7b29
commit 660d88be35
2 changed files with 7 additions and 9 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for amrwb
# Copyright 2007-2008 Heinz Wiesinger <hmwiesinger@gmx.at>
# Copyright 2007-2011 Heinz Wiesinger, Amsterdam, The Netherlands
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,16 +23,14 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=amrwb
VERSION=7.0.0.3
VERSION=7.0.0.4
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

View file

@ -1,12 +1,12 @@
PRGNAM="amrwb"
VERSION="7.0.0.3"
VERSION="7.0.0.4"
HOMEPAGE="http://www.penguin.cz/~utx/amr"
DOWNLOAD="http://ftp.penguin.cz/pub/users/utx/amr/amrwb-7.0.0.3.tar.bz2 \
DOWNLOAD="http://ftp.penguin.cz/pub/users/utx/amr/amrwb-7.0.0.4.tar.bz2 \
http://www.3gpp.org/ftp/Specs/archive/26_series/26.204/26204-700.zip"
MD5SUM="5ffbc49146b0bb09b5d7f0ec68de1fe7 \
MD5SUM="eeb4590c382c5c789bbdff61c6c516ae \
2e5098687d3007a05b7acc8298a5b072"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="ppr:kut"
EMAIL="HMWiesinger@gmx.at"
MAINTAINER="Heinz Wiesinger"
EMAIL="pprkut@liwjatan.at"
APPROVED="rworkman"