diff options
Diffstat (limited to 'audio/whysynth')
-rw-r--r-- | audio/whysynth/README | 6 | ||||
-rw-r--r-- | audio/whysynth/slack-desc | 8 | ||||
-rw-r--r-- | audio/whysynth/whysynth.SlackBuild | 4 | ||||
-rw-r--r-- | audio/whysynth/whysynth.info | 8 |
4 files changed, 13 insertions, 13 deletions
diff --git a/audio/whysynth/README b/audio/whysynth/README index e61551f6b9..f62035c778 100644 --- a/audio/whysynth/README +++ b/audio/whysynth/README @@ -1,10 +1,10 @@ WhySynth is a versatile softsynth which operates as a plugin for the DSSI Soft Synth Interface and is useable with apps like Qtractor and Ardour. It features 4 oscillators, 2 filters, 3 LFOs, and 5 env -generators per voice, plus effects. +generators per voice, plus effects. It also has many pre-sets, so if you just want to install a DAW and a soft synth so you can start noodling around with neat synth sounds, -start with this one. +this is a good one to start with. -You'll probably also want to install a DAW like qtractor or ardour. +You'll probably also want to install a DAW like Qtractor or Ardour. diff --git a/audio/whysynth/slack-desc b/audio/whysynth/slack-desc index 2e94a4ca16..8bd3d2de76 100644 --- a/audio/whysynth/slack-desc +++ b/audio/whysynth/slack-desc @@ -6,12 +6,12 @@ # customary to leave one space after the ':' except on otherwise blank lines. |-----handy-ruler------------------------------------------------------| -whysynth: whysynth (A DSSI Softsynth Plugin) +whysynth: whysynth (DSSI softsynth plugin) whysynth: whysynth: WhySynth is a versatile softsynth which operates as a plugin for the -whysynth: DSSI Soft Synth Interface and is useable with apps like Qtractor and -whysynth: Ardour. It features 4 oscillators, 2 filters, 3 LFOs, and 5 env -whysynth: generators per voice, plus effects. It also has many pre-sets, so +whysynth: DSSI Soft Synth Interface and is usable with apps like Qtractor and +whysynth: Ardour. It features 4 oscillators, 2 filters, 3 LFOs, and 5 env +whysynth: generators per voice, plus effects. It also has many pre-sets, so whysynth: for instant gratification, this is a great soft synth to start with. whysynth: whysynth: http://smbolton.com/whysynth.html diff --git a/audio/whysynth/whysynth.SlackBuild b/audio/whysynth/whysynth.SlackBuild index 61eee5bcd8..c8aa73fc30 100644 --- a/audio/whysynth/whysynth.SlackBuild +++ b/audio/whysynth/whysynth.SlackBuild @@ -7,7 +7,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=whysynth -VERSION=${VERSION:-20100922} +VERSION=${VERSION:-20170701} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -80,7 +80,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ - AUTHORS COPYING ChangeLog INSTALL README TODO doc \ + AUTHORS COPYING ChangeLog INSTALL README.rst TODO doc \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild diff --git a/audio/whysynth/whysynth.info b/audio/whysynth/whysynth.info index 2e92cd0cb1..446042cf48 100644 --- a/audio/whysynth/whysynth.info +++ b/audio/whysynth/whysynth.info @@ -1,10 +1,10 @@ PRGNAM="whysynth" -VERSION="20100922" +VERSION="20170701" HOMEPAGE="http://smbolton.com/whysynth.html" -DOWNLOAD="http://ponce.cc/slackware/sources/repo/whysynth-20100922.tar.bz2" -MD5SUM="931944999b7def5140c2397c228a4983" +DOWNLOAD="http://smbolton.com/whysynth/whysynth-20170701.tar.bz2" +MD5SUM="217bfeea23545c12cd0a1bc93de6ed0f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="dssi qjackctl set_rlimits" +REQUIRES="dssi liblo" MAINTAINER="Klaatu" EMAIL="klaatu@member.fsf.org" |