mirror of
https://github.com/Ponce/slackbuilds
synced 2024-12-04 00:56:07 +01:00
audio/tagtool: Version bump to 0.14.2 and switch to newer upstream
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
f4284b7ffc
commit
ab58bb7ea0
3 changed files with 11 additions and 10 deletions
|
@ -5,3 +5,6 @@ GNU General Public Licence (GPL).
|
||||||
Tag Tool can be used to edit tags one by one, but the most useful
|
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
|
features are the ability to easily tag or rename hundreds of files at
|
||||||
once, in any desired format.
|
once, in any desired format.
|
||||||
|
|
||||||
|
This version is a port to GTK+3 of the original tagtool project on
|
||||||
|
SourceForge, which last had a release in 2008.
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
# Written by scion (grbzks@gmail.com)
|
# Written by scion (grbzks@gmail.com)
|
||||||
|
|
||||||
# Ryan P.C. McQuen | Everett, WA | ryanpcmcquen@member.fsf.org
|
# Ryan P.C. McQuen | Everett, WA | ryanpcmcquen@member.fsf.org
|
||||||
|
# Copyright 2017-2023 Jeremy Hansen <jebrhansen+SBo@gmail.com>
|
||||||
|
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
@ -26,8 +27,8 @@
|
||||||
cd $(dirname $0) ; CWD=$(pwd)
|
cd $(dirname $0) ; CWD=$(pwd)
|
||||||
|
|
||||||
PRGNAM=tagtool
|
PRGNAM=tagtool
|
||||||
VERSION=${VERSION:-0.12.3}
|
VERSION=${VERSION:-0.14.2}
|
||||||
BUILD=${BUILD:-3}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
PKGTYPE=${PKGTYPE:-tgz}
|
PKGTYPE=${PKGTYPE:-tgz}
|
||||||
|
|
||||||
|
@ -39,9 +40,6 @@ if [ -z "$ARCH" ]; then
|
||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
|
|
||||||
# the name of the created package would be, and then exit. This information
|
|
||||||
# could be useful to other scripts.
|
|
||||||
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
|
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
|
||||||
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
|
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
|
||||||
exit 0
|
exit 0
|
||||||
|
@ -71,7 +69,7 @@ rm -rf $PKG
|
||||||
mkdir -p $TMP $PKG $OUTPUT
|
mkdir -p $TMP $PKG $OUTPUT
|
||||||
cd $TMP
|
cd $TMP
|
||||||
rm -rf $PRGNAM-$VERSION
|
rm -rf $PRGNAM-$VERSION
|
||||||
tar -jxvf $CWD/$PRGNAM-$VERSION.tar.bz2
|
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||||
cd $PRGNAM-$VERSION
|
cd $PRGNAM-$VERSION
|
||||||
chown -R root:root .
|
chown -R root:root .
|
||||||
find -L . \
|
find -L . \
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="tagtool"
|
PRGNAM="tagtool"
|
||||||
VERSION="0.12.3"
|
VERSION="0.14.2"
|
||||||
HOMEPAGE="https://sourceforge.net/projects/tagtool/"
|
HOMEPAGE="https://github.com/impegoraro/tagtool"
|
||||||
DOWNLOAD="https://downloads.sourceforge.net/tagtool/tagtool-0.12.3.tar.bz2"
|
DOWNLOAD="https://github.com/impegoraro/tagtool/archive/refs/tags/v0.14.2/tagtool-0.14.2.tar.gz"
|
||||||
MD5SUM="447b3a505fee68a82f25dcda9377b676"
|
MD5SUM="b9c0a4d39c05d30d357e1775bb1d552a"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
Loading…
Reference in a new issue