audio/tagtool: New maintainer + switch to i586.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Jeremy Hansen 2017-03-12 14:29:17 +00:00 committed by Willy Sudiarto Raharjo
parent 297cd48135
commit f73e7c5747
3 changed files with 10 additions and 10 deletions

View file

@ -1,6 +1,6 @@
Audio Tag Tool is a program to manage the information fields in MP3 and Ogg
Vorbis files, commonly called tags. It is available under the GNU General
Public Licence (GPL).
Tag Tool can be used to edit tags one by one, but the most useful features
are the ability to easily tag or rename hundreds of files at once, in any
Audio Tag Tool is a program to manage the information fields in MP3 and Ogg
Vorbis files, commonly called tags. It is available under the GNU General
Public Licence (GPL).
Tag Tool can be used to edit tags one by one, but the most useful features
are the ability to easily tag or rename hundreds of files at once, in any
desired format.

View file

@ -30,7 +30,7 @@ TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@ -41,8 +41,8 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
if [ "$ARCH" = "i586" ]; then
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"

View file

@ -6,5 +6,5 @@ MD5SUM="447b3a505fee68a82f25dcda9377b676"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="id3lib"
MAINTAINER="Ryan P.C. McQuen"
EMAIL="ryanpcmcquen@member.fsf.org"
MAINTAINER="Jeremy Hansen"
EMAIL="jebrhansen+SBo@gmail.com"