audio/nekobee: Updated for version 56187f6
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
36206e6e30
commit
21422cc850
|
@ -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.
|
|
@ -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 \
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue