summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
author B. Watson2011-06-01 00:41:37 +0200
committer Robby Workman2011-06-13 07:31:19 +0200
commit9877ec1527a3b00e2b6cf7a12260e88b9ea9865a (patch)
tree6639fdebd0f2afa41bacfa759f30d5e500cc6deb /audio
parente858d369d9a4c76501623a5f2b0c04a33be4a312 (diff)
downloadslackbuilds-9877ec1527a3b00e2b6cf7a12260e88b9ea9865a.tar.gz
audio/mp3gain: Updated for version 1.5.2.r2.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'audio')
-rw-r--r--audio/mp3gain/mp3gain.SlackBuild9
-rw-r--r--audio/mp3gain/mp3gain.info8
2 files changed, 8 insertions, 9 deletions
diff --git a/audio/mp3gain/mp3gain.SlackBuild b/audio/mp3gain/mp3gain.SlackBuild
index 3c35fffee1..e7b3a91bb8 100644
--- a/audio/mp3gain/mp3gain.SlackBuild
+++ b/audio/mp3gain/mp3gain.SlackBuild
@@ -5,17 +5,16 @@
# Written by B. Watson (yalhcru@gmail.com)
PRGNAM=mp3gain
-VERSION=${VERSION:-1.4.6}
-SRCVER=$( echo $VERSION | sed 's/\./_/g' )
+VERSION=${VERSION:-1.5.2.r2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
-# Automatically determine the architecture we're building on:
+SRCVER=$( echo $VERSION | sed 's/\./_/g' )
+
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
@@ -51,7 +50,7 @@ unzip $CWD/$PRGNAM-$SRCVER-src.zip
chown -R root:root .
chmod -R a-s,u+w,go+r-w .
-sed -i -e "s/-O3/$SLKCFLAGS/" Makefile
+sed -i -e "s/^\(CFLAGS.*\)/\1 $SLKCFLAGS/" Makefile
make
strip $PRGNAM
diff --git a/audio/mp3gain/mp3gain.info b/audio/mp3gain/mp3gain.info
index 7c24a72d7b..5116cec53e 100644
--- a/audio/mp3gain/mp3gain.info
+++ b/audio/mp3gain/mp3gain.info
@@ -1,10 +1,10 @@
PRGNAM="mp3gain"
-VERSION="1.4.6"
+VERSION="1.5.2.r2"
HOMEPAGE="http://mp3gain.sourceforge.net/"
-DOWNLOAD="http://downloads.sourceforge.net/mp3gain/mp3gain-1_4_6-src.zip"
-MD5SUM="4327167375dce5bce97625729a95fdb9"
+DOWNLOAD="http://downloads.sourceforge.net/mp3gain/mp3gain-1_5_2_r2-src.zip"
+MD5SUM="b8e429f3225cc298c5d13d31afd050b6"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="B. Watson"
EMAIL="yalhcru@gmail.com"
-APPROVED="chess"
+APPROVED="dsomero"