diff options
author | klaatu <klaatu@member.fsf.org> | 2022-03-05 16:21:11 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-03-06 09:01:20 +0700 |
commit | 21422cc850ef6e9bfdba819599a19ffeef586e8b (patch) | |
tree | c391586fe6317c1122f7807734833ec4bc4da1b7 /audio | |
parent | 36206e6e3005bec4543c40294d3ff03066aa2213 (diff) | |
download | slackbuilds-21422cc850ef6e9bfdba819599a19ffeef586e8b.tar.gz |
audio/nekobee: Updated for version 56187f6
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio')
-rw-r--r-- | audio/nekobee/README | 6 | ||||
-rw-r--r-- | audio/nekobee/nekobee.SlackBuild | 12 | ||||
-rw-r--r-- | audio/nekobee/nekobee.info | 10 | ||||
-rw-r--r-- | audio/nekobee/slack-desc | 4 |
4 files changed, 19 insertions, 13 deletions
diff --git a/audio/nekobee/README b/audio/nekobee/README index a5d8fb425d..57b3bff74a 100644 --- a/audio/nekobee/README +++ b/audio/nekobee/README @@ -5,4 +5,8 @@ just the synth part of the 303 (not the sequencer) and has a single oscillator and all of 8 knobs. It is a mono synth. -In other words: very simple, but an iconic sound. +Simple but iconic. + +A different iteration of this synth is available in the +distrho-mini-series package (also on SlackBuilds.org). +It's safe to install both.
\ No newline at end of file diff --git a/audio/nekobee/nekobee.SlackBuild b/audio/nekobee/nekobee.SlackBuild index e8bd317a0c..b0ea9ce2ca 100644 --- a/audio/nekobee/nekobee.SlackBuild +++ b/audio/nekobee/nekobee.SlackBuild @@ -11,7 +11,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=nekobee -VERSION=${VERSION:-593d4be} +VERSION=${VERSION:-56187f6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -55,11 +55,15 @@ set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -rm -rf $PRGNAM-master -unzip $CWD/$PRGNAM-$VERSION.zip -cd $PRGNAM-master +rm -rf $PRGNAM-$VERSION +mkdir $PRGNAM-$VERSION +tar xvf $CWD/$PRGNAM-$VERSION.tar.gz \ + -C $PRGNAM-$VERSION --strip-components 1 +cd $PRGNAM-$VERSION + # https://github.com/gordonjcp/nekobee/pull/9/files patch -p1 < $CWD/multiple_user_friendly_id.patch + chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ diff --git a/audio/nekobee/nekobee.info b/audio/nekobee/nekobee.info index 0e9ec42aa8..4668d9ab49 100644 --- a/audio/nekobee/nekobee.info +++ b/audio/nekobee/nekobee.info @@ -1,12 +1,10 @@ PRGNAM="nekobee" -VERSION="593d4be" +VERSION="56187f6" HOMEPAGE="https://github.com/gordonjcp/nekobee" -DOWNLOAD="http://slackermedia.info/slackbuilds/nekobee/src/nekobee-593d4be.zip \ - http://ponce.cc/slackware/sources/repo/waf-1.8.4" -MD5SUM="5d41908b7563a3ad35159c1d8e51e24b \ - cec616469f698d68cfd54125fa48f2a2" +DOWNLOAD="https://github.com/gordonjcp/nekobee/archive/56187f6/nekobee-56187f6.tar.gz" +MD5SUM="263cc6e90780916159f20337a64aeeec" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="dssi" +REQUIRES="ladspa_sdk dssi" MAINTAINER="Klaatu" EMAIL="klaatu@member.fsf.org" diff --git a/audio/nekobee/slack-desc b/audio/nekobee/slack-desc index 93131472c1..4a94a2fb0b 100644 --- a/audio/nekobee/slack-desc +++ b/audio/nekobee/slack-desc @@ -6,9 +6,9 @@ # customary to leave one space after the ':' except on otherwise blank lines. |-----handy-ruler------------------------------------------------------| -nekobee: nekobee (tb-303 clone) +nekobee: nekobee (TB-303 clone) nekobee: -nekobee: Nekobee is a simple TB-303 clone. Simple but effective. +nekobee: Nekobee is a simple TB-303 clone. nekobee: nekobee: https://github.com/gordonjcp/nekobee nekobee: |