summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Philip van der Hoeven <philip@vd-hoeven.nl>2016-09-15 18:56:16 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-09-15 18:56:34 +0700
commit18b95520dc6420a694439929797ec150ebc89251 (patch)
treebf59fccaec8d0d5587e556dc1e3737cca99dd91d
parentb1f6309e06543df683239371fbfa05d2d6882295 (diff)
downloadslackbuilds-18b95520dc6420a694439929797ec150ebc89251.tar.gz
slackbuilds-18b95520dc6420a694439929797ec150ebc89251.tar.xz
audio/puddletag: Updated for version 1.1.1 + new maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--audio/puddletag/doinst.sh1
-rw-r--r--audio/puddletag/puddletag.SlackBuild11
-rw-r--r--audio/puddletag/puddletag.info12
3 files changed, 12 insertions, 12 deletions
diff --git a/audio/puddletag/doinst.sh b/audio/puddletag/doinst.sh
index 4e8ba7071d..5fb28930db 100644
--- a/audio/puddletag/doinst.sh
+++ b/audio/puddletag/doinst.sh
@@ -1,4 +1,3 @@
if [ -x /usr/bin/update-desktop-database ]; then
/usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
fi
-
diff --git a/audio/puddletag/puddletag.SlackBuild b/audio/puddletag/puddletag.SlackBuild
index 6e76920926..10ff31e654 100644
--- a/audio/puddletag/puddletag.SlackBuild
+++ b/audio/puddletag/puddletag.SlackBuild
@@ -3,6 +3,7 @@
# Slackware build script for puddletag
# Copyright 2012-2014 Bill Kirkpatrick, Cedar Lane, TX USA <bkirkp@gmail.com>
+# Copyright 2016 Philip van der Hoeven, Almere, The Netherlands
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,13 +24,13 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=puddletag
-VERSION=${VERSION:-1.0.5}
+VERSION=${VERSION:-1.1.1}
BUILD=${BUILD:-1}
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
@@ -40,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"
@@ -67,7 +68,7 @@ find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
- -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
python setup.py install --root=$PKG
diff --git a/audio/puddletag/puddletag.info b/audio/puddletag/puddletag.info
index 6f47de3d29..58fd090084 100644
--- a/audio/puddletag/puddletag.info
+++ b/audio/puddletag/puddletag.info
@@ -1,10 +1,10 @@
PRGNAM="puddletag"
-VERSION="1.0.5"
-HOMEPAGE="http://puddletag.sourceforge.net/"
-DOWNLOAD="http://ftp.osuosl.org/pub/gentoo/distfiles/puddletag-1.0.5.tar.gz"
-MD5SUM="edd491e657415756c565fb92e0153c63"
+VERSION="1.1.1"
+HOMEPAGE="http://docs.puddletag.net"
+DOWNLOAD="https://github.com/keithgg/puddletag/releases/download/1.1.1/puddletag-1.1.1.tar.gz"
+MD5SUM="ed664288a9902ebc8bc075f66218cbc7"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="configobj mutagen pyparsing"
-MAINTAINER="Bill Kirkpatrick"
-EMAIL="bkirkp@gmail.com"
+MAINTAINER="Philip van der Hoeven"
+EMAIL="philip@vd-hoeven.nl"