From 18b95520dc6420a694439929797ec150ebc89251 Mon Sep 17 00:00:00 2001 From: Philip van der Hoeven Date: Thu, 15 Sep 2016 18:56:16 +0700 Subject: audio/puddletag: Updated for version 1.1.1 + new maintainer. Signed-off-by: Willy Sudiarto Raharjo --- audio/puddletag/doinst.sh | 1 - audio/puddletag/puddletag.SlackBuild | 11 ++++++----- audio/puddletag/puddletag.info | 12 ++++++------ 3 files changed, 12 insertions(+), 12 deletions(-) (limited to 'audio/puddletag') 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 +# 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" -- cgit v1.2.3