Browse Source
audio/guitarix: Updated for version 0.44.1.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/191/head
B. Watson
3 years ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
7 additions and
6 deletions
-
audio/guitarix/guitarix.SlackBuild
-
audio/guitarix/guitarix.info
|
|
@ -9,6 +9,7 @@ |
|
|
|
# Note to self: git URL for guitarix is: |
|
|
|
# git://git.code.sf.net/p/guitarix/git/ |
|
|
|
|
|
|
|
# 20230108 bkw: Updated for 0.44.1. |
|
|
|
# 20211205 bkw: BUILD=2 |
|
|
|
# - new-style icons. |
|
|
|
# - correct install permissions in /usr/share/gx_head |
|
|
@ -22,8 +23,8 @@ |
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=guitarix |
|
|
|
VERSION=${VERSION:-0.42.1} |
|
|
|
BUILD=${BUILD:-2} |
|
|
|
VERSION=${VERSION:-0.44.1} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="guitarix" |
|
|
|
VERSION="0.42.1" |
|
|
|
HOMEPAGE="http://guitarix.sourceforge.net/" |
|
|
|
DOWNLOAD="https://downloads.sourceforge.net/guitarix/guitarix2-0.42.1.tar.xz" |
|
|
|
MD5SUM="f583b67fbef3f3a9c947850d64c94849" |
|
|
|
VERSION="0.44.1" |
|
|
|
HOMEPAGE="https://guitarix.sourceforge.net/" |
|
|
|
DOWNLOAD="https://downloads.sourceforge.net/guitarix/guitarix2-0.44.1.tar.xz" |
|
|
|
MD5SUM="d1757e08ddc54c4ec07defea6a30ac5b" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="jack liblrdf lilv" |
|
|
|