audio/whipper: Updated for version 0.10.0.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Andrew Clemons 2022-02-07 10:55:52 +13:00 committed by Willy Sudiarto Raharjo
parent 46360557cd
commit 73c2239a3d
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View File

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=whipper
VERSION=${VERSION:-0.8.0}
VERSION=${VERSION:-0.10.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -81,7 +81,7 @@ find -L . \
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
python setup.py install --root=$PKG
python3 setup.py install --root=$PKG
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true

View File

@ -1,8 +1,8 @@
PRGNAM="whipper"
VERSION="0.8.0"
VERSION="0.10.0"
HOMEPAGE="https://github.com/whipper-team/whipper"
DOWNLOAD="https://downloads.sourceforge.net/slackbuildsdirectlinks/whipper/whipper-0.8.0.tar.gz"
MD5SUM="927531dca825af6ede1bafe7e2135d44"
DOWNLOAD="https://github.com/whipper-team/whipper/archive/v0.10.0/whipper-0.10.0.tar.gz"
MD5SUM="ad9e6cb208fdb799ba21ded976e868b4"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="cddb-py mutagen musicbrainzngs pycdio python-ruamel.yaml"