summaryrefslogtreecommitdiffstats
path: root/audio-plugins
diff options
context:
space:
mode:
authorFlorian Franzmann2014-03-24 16:27:57 +0100
committerFlorian Franzmann2014-03-24 16:27:57 +0100
commit8bfd6e311fdec38ebf53f8336d9667fc6542d159 (patch)
tree5e8f22c76451d2d0e596c121b967e2f8e04ab4f0 /audio-plugins
parent4cb93195c7c7782c8ed3d817c09f083e2c502c13 (diff)
audio-plugins/calf-plugins: new spell, professional-grade audio plugins for jack
Diffstat (limited to 'audio-plugins')
-rwxr-xr-xaudio-plugins/calf-plugins/DEPENDS30
-rwxr-xr-xaudio-plugins/calf-plugins/DETAILS26
-rw-r--r--audio-plugins/calf-plugins/HISTORY3
3 files changed, 59 insertions, 0 deletions
diff --git a/audio-plugins/calf-plugins/DEPENDS b/audio-plugins/calf-plugins/DEPENDS
new file mode 100755
index 0000000000..950c5ae39d
--- /dev/null
+++ b/audio-plugins/calf-plugins/DEPENDS
@@ -0,0 +1,30 @@
+depends libtool &&
+depends glib2 &&
+depends expat &&
+depends fluidsynth &&
+depends fftw &&
+optional_depends lv2 \
+ "--with-lv2" \
+ "--without-lv2" \
+ "for lv2 plugin support" &&
+optional_depends JACK-DRIVER \
+ "" \
+ "" \
+ "for jack support" &&
+if is_depends_enabled $SPELL $(get_spell_provider $SPELL JACK-DRIVER); then
+ depends gtk+2 &&
+ optional_depends lash \
+ "--with-lash" \
+ "--without-lash" \
+ "for session save/load support"
+elif is_depends_enabled $SPELL lv2; then
+ optional_depends gtk+2 \
+ "" \
+ "" \
+ "for GUIs"
+fi &&
+
+if is_depends_enabled $SPELL gtk+2; then
+ depends glade2 &&
+ depends gtk-engines2
+fi
diff --git a/audio-plugins/calf-plugins/DETAILS b/audio-plugins/calf-plugins/DETAILS
new file mode 100755
index 0000000000..cb99bb1e27
--- /dev/null
+++ b/audio-plugins/calf-plugins/DETAILS
@@ -0,0 +1,26 @@
+ XSPELL=calf
+ SPELL=$XSPELL-plugins
+ VERSION=0.0.19
+ SOURCE="${XSPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=$SOURCEFORGE_URL/project/${XSPELL}/${XSPELL}/${VERSION}/${SOURCE}
+ SOURCE_HASH=sha512:b924552b7f3d1f48974ca46d02ba907e55a30fb22cdb13dac33ba7dacccfd3ff4909563e9fcc5bb99f331c463170c6929dfdb8a589e50ab5a0ae23f58f7cb5a6
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${XSPELL}-${VERSION}"
+ WEB_SITE="http://calf.sourceforge.net/index.html"
+ LICENSE[0]=LGPL
+ ENTERED=20140324
+ SHORT="high quality audio plugins for jack and lv2"
+cat << EOF
+You have the need for professional and state-of-the-art audio plug-ins -
+but don't have thousands of bucks to spend on it?
+
+Then we believe you will love Calf studio gear!
+
+Focused on high-quality sound processing and a highly usable interface Calf
+studio gear is designed to give you a professional production environment
+for your open source operating system.
+
+Play your SF2 sample banks, create filthy organs, fatten your sounds with
+phasers, delays, reverbs and other FX, process your recordings with gates,
+compressors, deesser and finally master your stuff with multiband dynamics -
+for free!
+EOF
diff --git a/audio-plugins/calf-plugins/HISTORY b/audio-plugins/calf-plugins/HISTORY
new file mode 100644
index 0000000000..4f7f9c7d15
--- /dev/null
+++ b/audio-plugins/calf-plugins/HISTORY
@@ -0,0 +1,3 @@
+2014-03-24 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * DEPENDS, DETAILS: spell created
+