summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
author klaatu2020-01-07 09:42:19 +0100
committer Willy Sudiarto Raharjo2020-01-09 17:23:19 +0100
commit5e57c72cef4ad790ad7de49a196c7146c11352cd (patch)
tree0a436ef310e1b2a61a9438ba50f4d451ae15b8a4 /audio
parent09272d71208ba5c9f010296f1ed2699a8b57dea0 (diff)
downloadslackbuilds-5e57c72cef4ad790ad7de49a196c7146c11352cd.tar.gz
audio/ntk: Updated for version 20190925
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio')
-rw-r--r--audio/ntk/README8
-rw-r--r--audio/ntk/ntk.SlackBuild6
-rw-r--r--audio/ntk/ntk.info6
3 files changed, 10 insertions, 10 deletions
diff --git a/audio/ntk/README b/audio/ntk/README
index f5c6a3a5c0..68752b4362 100644
--- a/audio/ntk/README
+++ b/audio/ntk/README
@@ -1,12 +1,12 @@
ntk is a fast and lightweight GUI toolkit for the Non-DAW application
suite. It is a build requirement of Non, and is distributed along with
Non source code. It is packaged separately for SlackBuilds.org because
-other software (such as Qtractor) can use it, plus in order for Non-* to
-build, ntk must be installed first.
+other software (such as Qtractor and Fabla) can use it, plus in order
+for Non-* to build, ntk must be installed first.
So, install this first, and then build and install Non.
The only official download is available as a git repository. In order
to standardise this SlackBuild, a snapshot of the git repository as of
-23/09/2014 (commit e230929a579d7f91df7d34a4c0a324fb8dd5fa4a) has been
-posted to http://slackermedia.info, which this SlackBuild uses.
+25/09/2019 (commit d958df0) has been posted to slackermedia.info,
+which this SlackBuild uses.
diff --git a/audio/ntk/ntk.SlackBuild b/audio/ntk/ntk.SlackBuild
index 6a5bc29cd8..22a8d6ebc5 100644
--- a/audio/ntk/ntk.SlackBuild
+++ b/audio/ntk/ntk.SlackBuild
@@ -14,7 +14,7 @@ SRCNAM=ntk #comment out if building from git
#to build from git uncomment this one
#SRCNAM=non
-VERSION=${VERSION:-23092014}
+VERSION=${VERSION:-20190925}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -50,7 +50,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $SRCNAM-git-$VERSION
-tar xvf $CWD/$SRCNAM-git-$VERSION.tar.bz2
+tar xvf $CWD/$SRCNAM-git-$VERSION.tar.xz
cd $SRCNAM-git-$VERSION
chown -R root:root .
find -L . \
@@ -60,7 +60,7 @@ find -L . \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
# do this if cloning from git
-#git submodule update --init
+#git submodule update --init --depth 1
# we are at project root, ie non/
cd lib/ntk
diff --git a/audio/ntk/ntk.info b/audio/ntk/ntk.info
index 951d024d64..ee74266043 100644
--- a/audio/ntk/ntk.info
+++ b/audio/ntk/ntk.info
@@ -1,8 +1,8 @@
PRGNAM="ntk"
-VERSION="23092014"
+VERSION="20190925"
HOMEPAGE="http://non.tuxfamily.org"
-DOWNLOAD="http://slackermedia.info/slackbuilds/ntk/ntk-git-23092014.tar.bz2"
-MD5SUM="fb2226b466406972226185b5f80b841c"
+DOWNLOAD="http://slackermedia.info/slackbuilds/ntk/ntk-git-20190925.tar.xz"
+MD5SUM="6d3d94ea56089eac638a1ae6883ddf4c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""