summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
author Heinz Wiesinger <pprkut@slackbuilds.org>2011-03-25 23:42:36 +0100
committer Robby Workman <rworkman@slackbuilds.org>2011-03-25 23:26:37 -0500
commit660d88be358d7dd34da4595c3c41e686277cdf3d (patch)
tree0e37fa4ae2ac6c2b8265d584ea74b86c065352b0 /audio
parent6dde1d7b29e03183b04ed02e10f10940521e36fc (diff)
downloadslackbuilds-660d88be358d7dd34da4595c3c41e686277cdf3d.tar.gz
slackbuilds-660d88be358d7dd34da4595c3c41e686277cdf3d.tar.xz
audio/amrwb: Updated for version 7.0.0.4
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'audio')
-rw-r--r--audio/amrwb/amrwb.SlackBuild6
-rw-r--r--audio/amrwb/amrwb.info10
2 files changed, 7 insertions, 9 deletions
diff --git a/audio/amrwb/amrwb.SlackBuild b/audio/amrwb/amrwb.SlackBuild
index fbf61a336c..e954ee4b69 100644
--- a/audio/amrwb/amrwb.SlackBuild
+++ b/audio/amrwb/amrwb.SlackBuild
@@ -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
diff --git a/audio/amrwb/amrwb.info b/audio/amrwb/amrwb.info
index 7c75470871..78c1af4766 100644
--- a/audio/amrwb/amrwb.info
+++ b/audio/amrwb/amrwb.info
@@ -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"