audio/sonic-visualiser: Updated for version 4.5.1.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
c89720ddab
commit
91f01dcfb8
|
@ -6,6 +6,7 @@
|
|||
|
||||
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
|
||||
|
||||
# 20230112 bkw: update for 4.5.1.
|
||||
# 20211207 bkw: update for 4.4.
|
||||
# - liblo is now a hard dep.
|
||||
# - jack is a hard dep again.
|
||||
|
@ -71,7 +72,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=sonic-visualiser
|
||||
VERSION=${VERSION:-4.4}
|
||||
VERSION=${VERSION:-4.5.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="sonic-visualiser"
|
||||
VERSION="4.4"
|
||||
VERSION="4.5.1"
|
||||
HOMEPAGE="https://sonicvisualiser.org/"
|
||||
DOWNLOAD="https://github.com/sonic-visualiser/sonic-visualiser/releases/download/sv_v4.4/sonic-visualiser-4.4.tar.gz"
|
||||
MD5SUM="efb3301b1b55c2f54dd017660cc794d8"
|
||||
DOWNLOAD="https://github.com/sonic-visualiser/sonic-visualiser/releases/download/sv_v4.5.1/sonic-visualiser-4.5.1.tar.gz"
|
||||
MD5SUM="518af3342bceba686acec96b64bee99f"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="jack liblrdf rubberband vamp-plugin-sdk sord capnproto libfishsound liblo"
|
||||
|
|
Loading…
Reference in New Issue