summaryrefslogtreecommitdiffstats
path: root/audio/tagtool
diff options
context:
space:
mode:
author Jeremy Hansen2017-03-12 15:29:17 +0100
committer Willy Sudiarto Raharjo2017-03-18 00:58:16 +0100
commitf73e7c5747c7ce85635fa92d5cc272b29dfa2686 (patch)
treed593ce3fd8cb869e86a8dec4f10775813cac071a /audio/tagtool
parent297cd481351b38bad808e6a0801710e502726a6e (diff)
downloadslackbuilds-f73e7c5747c7ce85635fa92d5cc272b29dfa2686.tar.gz
audio/tagtool: New maintainer + switch to i586.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'audio/tagtool')
-rw-r--r--audio/tagtool/README10
-rw-r--r--audio/tagtool/tagtool.SlackBuild6
-rw-r--r--audio/tagtool/tagtool.info4
3 files changed, 10 insertions, 10 deletions
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"