From 46e901c28c540ce98ce24eccfdddbf625e242001 Mon Sep 17 00:00:00 2001 From: Heinz Wiesinger Date: Sat, 26 Mar 2011 00:18:21 +0100 Subject: audio/vorbisgain: Script cleanup + updated maintainer information Signed-off-by: Heinz Wiesinger --- audio/vorbisgain/slack-desc | 2 +- audio/vorbisgain/vorbisgain.SlackBuild | 9 ++------- audio/vorbisgain/vorbisgain.info | 4 ++-- 3 files changed, 5 insertions(+), 10 deletions(-) (limited to 'audio/vorbisgain') 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 +# 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" -- cgit v1.2.3