diff options
author | Heinz Wiesinger <pprkut@liwjatan.at> | 2011-05-31 18:38:45 -0400 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-06-13 01:31:19 -0400 |
commit | 641a9c050ae2e75a1cc41f16827eaf7443f28de6 (patch) | |
tree | d8fcc851c785bc25b962214ee82593425d9e49d3 /audio/aacgain | |
parent | a55177359000b3bbb2bf20b964e8bd2c9b1e25a8 (diff) | |
download | slackbuilds-641a9c050ae2e75a1cc41f16827eaf7443f28de6.tar.gz |
audio/aacgain: Adapted to upstream tarball change.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'audio/aacgain')
-rw-r--r-- | audio/aacgain/README | 8 | ||||
-rw-r--r-- | audio/aacgain/aacgain.SlackBuild | 9 | ||||
-rw-r--r-- | audio/aacgain/aacgain.info | 4 |
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" |