diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2011-03-26 00:18:21 +0100 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-03-25 23:26:38 -0500 |
commit | 46e901c28c540ce98ce24eccfdddbf625e242001 (patch) | |
tree | 19beac8e7e689065bc6f63653682a93f925c0f07 | |
parent | e9cd5291a928202d686b02df68aa54170d257d51 (diff) | |
download | slackbuilds-46e901c28c540ce98ce24eccfdddbf625e242001.tar.gz |
audio/vorbisgain: Script cleanup + updated maintainer information
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
-rw-r--r-- | audio/vorbisgain/slack-desc | 2 | ||||
-rw-r--r-- | audio/vorbisgain/vorbisgain.SlackBuild | 9 | ||||
-rw-r--r-- | audio/vorbisgain/vorbisgain.info | 4 |
3 files changed, 5 insertions, 10 deletions
diff --git a/audio/vorbisgain/slack-desc b/audio/vorbisgain/slack-desc index a0acc102bd..002c311b78 100644 --- a/audio/vorbisgain/slack-desc +++ b/audio/vorbisgain/slack-desc @@ -8,7 +8,7 @@ |-----handy-ruler---------------------------------------------------| vorbisgain: vorbisgain (volume gain adjuster for ogg vorbis) vorbisgain: -vorbisgain: Vorbisgain enables you to adjust the volume of your files using the +vorbisgain: Vorbisgain enables you to adjust the volume of your files using the vorbisgain: replaygain-algorithm. This way only tags are written to your files; vorbisgain: they don't get modified themselves. vorbisgain: Via these tags, some audio-players are able to change the volume of diff --git a/audio/vorbisgain/vorbisgain.SlackBuild b/audio/vorbisgain/vorbisgain.SlackBuild index 14533b261c..18279f0803 100644 --- a/audio/vorbisgain/vorbisgain.SlackBuild +++ b/audio/vorbisgain/vorbisgain.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for vorbisgain -# Copyright 2008 Heinz Wiesinger <hmwiesinger@gmx.at> +# Copyright 2008-2011 Heinz Wiesinger, Amsterdam, The Netherlands # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -27,12 +27,10 @@ VERSION=0.37 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 @@ -79,10 +77,7 @@ CXXFLAGS="$SLKCFLAGS" \ make make install-strip DESTDIR=$PKG -( cd $PKG/usr/man - find . -type f -exec gzip -9 {} \; - for i in $( find . -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done -) +find $PKG/usr/man -type f -exec gzip -9 {} \; mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a COPYING NEWS README \ diff --git a/audio/vorbisgain/vorbisgain.info b/audio/vorbisgain/vorbisgain.info index 1b676d6c96..96a0bcd6e1 100644 --- a/audio/vorbisgain/vorbisgain.info +++ b/audio/vorbisgain/vorbisgain.info @@ -5,6 +5,6 @@ DOWNLOAD="http://sjeng.org/ftp/vorbis/vorbisgain-0.37.tar.gz" MD5SUM="850b05a7b2b0ee67edb5a27b8c6ac3a2" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -MAINTAINER="ppr:kut" -EMAIL="HMWiesinger@gmx.at" +MAINTAINER="Heinz Wiesinger" +EMAIL="pprkut@liwjatan.at" APPROVED="Michiel" |