mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
audio/caps: Updated for version 0.9.24.
This commit is contained in:
parent
811e422ce6
commit
ff7bf99910
3 changed files with 15 additions and 8 deletions
|
@ -1,8 +1,8 @@
|
||||||
|
|
||||||
0.9.20 upgrade notes:
|
0.9.24 upgrade notes:
|
||||||
|
|
||||||
Some of the plugin names and/or their parameters have changed since the
|
Some of the plugin names and/or their parameters have changed since the
|
||||||
old (0.9.7) SlackBuild.
|
old (0.9.7 or 0.9.20) SlackBuild.
|
||||||
|
|
||||||
If you're upgrading from 0.9.7, be aware that any of your scripts
|
If you're upgrading from 0.9.7, be aware that any of your scripts
|
||||||
or projects that use caps (e.g. Ardour sessions, or jack-rack presets)
|
or projects that use caps (e.g. Ardour sessions, or jack-rack presets)
|
||||||
|
@ -23,3 +23,10 @@ source from their site, but there's a copy here:
|
||||||
http://urchlay.naptime.net/~urchlay/src/caps_0.9.7.tar.bz2
|
http://urchlay.naptime.net/~urchlay/src/caps_0.9.7.tar.bz2
|
||||||
|
|
||||||
Build with: VERSION=0.9.7 DOCS=no ./caps.SlackBuild
|
Build with: VERSION=0.9.7 DOCS=no ./caps.SlackBuild
|
||||||
|
|
||||||
|
You can still build 0.9.20 as well:
|
||||||
|
|
||||||
|
http://urchlay.naptime.net/~urchlay/src/caps_0.9.20.tar.bz2
|
||||||
|
http://urchlay.naptime.net/~urchlay/src/caps-doc-unofficial_0.9.20.tar.bz2
|
||||||
|
|
||||||
|
Build with: VERSION=0.9.20 ./caps.SlackBuild
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
|
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
|
||||||
|
|
||||||
PRGNAM=caps
|
PRGNAM=caps
|
||||||
VERSION=${VERSION:-0.9.20}
|
VERSION=${VERSION:-0.9.24}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
PRGNAM="caps"
|
PRGNAM="caps"
|
||||||
VERSION="0.9.20"
|
VERSION="0.9.24"
|
||||||
HOMEPAGE="http://quitte.de/dsp/caps.html"
|
HOMEPAGE="http://quitte.de/dsp/caps.html"
|
||||||
DOWNLOAD="http://quitte.de/dsp/caps_0.9.20.tar.bz2 \
|
DOWNLOAD="http://quitte.de/dsp/caps_0.9.24.tar.bz2 \
|
||||||
http://urchlay.naptime.net/~urchlay/src/caps-doc-unofficial_0.9.20.tar.bz2"
|
http://urchlay.naptime.net/~urchlay/src/caps-doc-unofficial_0.9.24.tar.bz2"
|
||||||
MD5SUM="0bb3935f6747a7087ca32a67bd0d8793 \
|
MD5SUM="c1d634038dcb54702306c0e30cb1c626 \
|
||||||
7eea7c1f30363cca78f600544de271f4"
|
58eec76a6db744e13539101dd1f7c647"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="ladspa_sdk"
|
REQUIRES="ladspa_sdk"
|
||||||
|
|
Loading…
Reference in a new issue