diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-02-07 10:55:52 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-07 23:02:03 +0700 |
commit | 73c2239a3dd3938845f7eb7d7869e99d9d17f358 (patch) | |
tree | a0825b0c98e3905b17ae0492ad43628b3444d8a2 /audio | |
parent | 46360557cde7b697b20e10983b0b8dfbac75e621 (diff) | |
download | slackbuilds-73c2239a3dd3938845f7eb7d7869e99d9d17f358.tar.gz |
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>
Diffstat (limited to 'audio')
-rw-r--r-- | audio/whipper/whipper.SlackBuild | 4 | ||||
-rw-r--r-- | audio/whipper/whipper.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/audio/whipper/whipper.SlackBuild b/audio/whipper/whipper.SlackBuild index 8e63f12d24..11b2248e59 100644 --- a/audio/whipper/whipper.SlackBuild +++ b/audio/whipper/whipper.SlackBuild @@ -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 diff --git a/audio/whipper/whipper.info b/audio/whipper/whipper.info index 4a0a1af673..f2ea4b28fd 100644 --- a/audio/whipper/whipper.info +++ b/audio/whipper/whipper.info @@ -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" |