audio/puddletag: Version bump to 2.3.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
975066535f
commit
131d8bc9f4
|
@ -3,6 +3,5 @@ program Mp3tag. Unlike most taggers for GNU/Linux, it uses a
|
|||
spreadsheet-like layout so that all the tags you want to edit by hand
|
||||
are visible and easily editable.
|
||||
|
||||
Optional dependencies:
|
||||
pyacoustid - enables AcoustID support for music tagging
|
||||
Optional dependency:
|
||||
quodlibet - supports importing Quod Libet music libraries
|
||||
|
|
|
@ -27,8 +27,8 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=puddletag
|
||||
VERSION=${VERSION:-2.2.0}
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-2.3.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
||||
|
@ -49,20 +49,6 @@ TMP=${TMP:-/tmp/SBo}
|
|||
PKG=$TMP/package-$PRGNAM
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
||||
if [ "$ARCH" = "i586" ]; then
|
||||
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
|
||||
LIBDIRSUFFIX=""
|
||||
elif [ "$ARCH" = "i686" ]; then
|
||||
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
|
||||
LIBDIRSUFFIX=""
|
||||
elif [ "$ARCH" = "x86_64" ]; then
|
||||
SLKCFLAGS="-O2 -fPIC"
|
||||
LIBDIRSUFFIX="64"
|
||||
else
|
||||
SLKCFLAGS="-O2"
|
||||
LIBDIRSUFFIX=""
|
||||
fi
|
||||
|
||||
set -e
|
||||
|
||||
rm -rf $PKG
|
||||
|
@ -81,9 +67,8 @@ find -L . \
|
|||
# Remove hardcoded required module versions
|
||||
sed -i 's/==.*//' requirements.txt
|
||||
|
||||
# Remove incorrect chromaprint requirement
|
||||
# https://github.com/puddletag/puddletag/issues/854
|
||||
sed -i '/chromaprint/d' requirements.txt
|
||||
# Remove unneeded dep (not required due to Slackware's pyqt5 package)
|
||||
sed -i '/pyqt5-qt5/d' requirements.txt
|
||||
|
||||
python3 setup.py install --root=$PKG
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="puddletag"
|
||||
VERSION="2.2.0"
|
||||
VERSION="2.3.0"
|
||||
HOMEPAGE="http://docs.puddletag.net"
|
||||
DOWNLOAD="https://github.com/puddletag/puddletag/archive/2.2.0/puddletag-2.2.0.tar.gz"
|
||||
MD5SUM="a4dab9b990bb1faa79827c3940e586f1"
|
||||
DOWNLOAD="https://github.com/puddletag/puddletag/archive/2.3.0/puddletag-2.3.0.tar.gz"
|
||||
MD5SUM="b8d803bb6834d8830251eb46e366375b"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="configobj mutagen python3-lxml audioread"
|
||||
REQUIRES="configobj mutagen python3-lxml Unidecode pyacoustid python3-levenshtein"
|
||||
MAINTAINER="Jeremy Hansen"
|
||||
EMAIL="jebrhansen+SBo@gmail.com"
|
||||
|
|
Loading…
Reference in New Issue