summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
author Heinz Wiesinger2011-06-01 00:38:45 +0200
committer Robby Workman2011-06-13 07:31:19 +0200
commit641a9c050ae2e75a1cc41f16827eaf7443f28de6 (patch)
treed8fcc851c785bc25b962214ee82593425d9e49d3 /audio
parenta55177359000b3bbb2bf20b964e8bd2c9b1e25a8 (diff)
downloadslackbuilds-641a9c050ae2e75a1cc41f16827eaf7443f28de6.tar.gz
audio/aacgain: Adapted to upstream tarball change.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'audio')
-rw-r--r--audio/aacgain/README8
-rw-r--r--audio/aacgain/aacgain.SlackBuild9
-rw-r--r--audio/aacgain/aacgain.info4
3 files changed, 9 insertions, 12 deletions
diff --git a/audio/aacgain/README b/audio/aacgain/README
index a745feb975..ca91407bb0 100644
--- a/audio/aacgain/README
+++ b/audio/aacgain/README
@@ -1,6 +1,6 @@
-Aacgain enables you to adjust the volume of your files using the
-replaygain-algorithm. This way only tags are written to your files,
-they don't get modified itself.
+Aacgain enables you to adjust the volume of your files using the
+replaygain-algorithm. This way only tags are written to your files,
+they don't get modified itself.
-Via these tags, some audio-players are able to change the volume of
+Via these tags, some audio-players are able to change the volume of
each song, so that they're all played at the same volume.
diff --git a/audio/aacgain/aacgain.SlackBuild b/audio/aacgain/aacgain.SlackBuild
index 4f0896144e..ca483fd68d 100644
--- a/audio/aacgain/aacgain.SlackBuild
+++ b/audio/aacgain/aacgain.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for aacgain
-# Copyright 2009-2010 Heinz Wiesinger, Amsterdam, The Netherlands
+# Copyright 2009-2011 Heinz Wiesinger, Amsterdam, The Netherlands
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -24,7 +24,7 @@
PRGNAM=aacgain
VERSION=1.9
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -121,10 +121,7 @@ make
cd ../../aacgain/linux
-# Fix DOS line endings
-sed -i 's/.$//' configure.ac
-sed -i 's/.$//' prepare.sh
-
+chmod +x ./prepare.sh
./prepare.sh
cd ../../
diff --git a/audio/aacgain/aacgain.info b/audio/aacgain/aacgain.info
index 092979b0e6..b6e4227898 100644
--- a/audio/aacgain/aacgain.info
+++ b/audio/aacgain/aacgain.info
@@ -5,7 +5,7 @@ DOWNLOAD="http://altosdesign.com/aacgain/aacgain_1_9.tar.bz2 \
http://downloads.sourceforge.net/mp3gain/mp3gain-1_5_2-src.zip \
http://downloads.sourceforge.net/faac/faad2-2.7.tar.bz2 \
http://mp4v2.googlecode.com/files/mp4v2-trunk-r355.tar.bz2"
-MD5SUM="d5f351b713cccb6eba6dd5f5746941cd \
+MD5SUM="c48d8e6873273c50961fdc55693bde6d \
d888563538ec863eeea8afc8207b2739 \
4c332fa23febc0e4648064685a3d4332 \
38a753e936df5ef4c2f7de3d16f440f6"
@@ -13,4 +13,4 @@ DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Heinz Wiesinger"
EMAIL="pprkut@liwjatan.at"
-APPROVED="Erik Hanson"
+APPROVED="dsomero"