audio/aacgain: Adapted to upstream tarball change.

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
Heinz Wiesinger 2011-05-31 18:38:45 -04:00 committed by Robby Workman
parent a551773590
commit 641a9c050a
3 changed files with 9 additions and 12 deletions

View File

@ -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.

View File

@ -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 ../../

View File

@ -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"