diff --git a/audio/tagtool/README b/audio/tagtool/README index e7e638f853..57f5dc64d1 100644 --- a/audio/tagtool/README +++ b/audio/tagtool/README @@ -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. diff --git a/audio/tagtool/tagtool.SlackBuild b/audio/tagtool/tagtool.SlackBuild index 621a1d192e..00b7a87418 100644 --- a/audio/tagtool/tagtool.SlackBuild +++ b/audio/tagtool/tagtool.SlackBuild @@ -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" diff --git a/audio/tagtool/tagtool.info b/audio/tagtool/tagtool.info index 62b2fa2d8b..82227675a9 100644 --- a/audio/tagtool/tagtool.info +++ b/audio/tagtool/tagtool.info @@ -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"