From f73e7c5747c7ce85635fa92d5cc272b29dfa2686 Mon Sep 17 00:00:00 2001 From: Jeremy Hansen Date: Sun, 12 Mar 2017 14:29:17 +0000 Subject: audio/tagtool: New maintainer + switch to i586. Signed-off-by: David Spencer --- audio/tagtool/README | 10 +++++----- audio/tagtool/tagtool.SlackBuild | 6 +++--- audio/tagtool/tagtool.info | 4 ++-- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/audio/tagtool/README b/audio/tagtool/README index e7e638f853ae1..57f5dc64d1173 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 621a1d192e85c..00b7a87418156 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 62b2fa2d8b2b6..82227675a9d00 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" -- cgit v1.2.3