Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (01918a44489a04f93c352229f3a5944eb48f76cd)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Juuso Alasuutari <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (01918a44489a04f93c352229f3a5944eb48f76cd)
  • Date: Fri, 16 Feb 2007 07:59:54 -0600

GIT changes to master grimoire by Juuso Alasuutari <iuso AT sourcemage.org>:

ChangeLog | 8 ++++++
audio-plugins/blepvco/BUILD | 1
audio-plugins/blepvco/DEPENDS | 1
audio-plugins/blepvco/DETAILS | 17 +++++++++++++
audio-plugins/blepvco/HISTORY | 2 +
audio-plugins/blepvco/INSTALL | 2 +
audio-plugins/blepvco/PRE_BUILD | 4 +++
audio-plugins/blop/DEPENDS | 2 -
audio-plugins/blop/DETAILS | 41
++++++++++++++++++++++++---------
audio-plugins/blop/HISTORY | 3 ++
audio-plugins/cmt/DETAILS | 4 +--
audio-plugins/cmt/HISTORY | 3 ++
audio-plugins/cmt/INSTALL | 2 -
audio-plugins/cmt/PRE_BUILD | 4 +--
audio-plugins/njl-plugins/BUILD | 1
audio-plugins/njl-plugins/DEPENDS | 1
audio-plugins/njl-plugins/DETAILS | 29 +++++++++++++++++++++++
audio-plugins/njl-plugins/HISTORY | 2 +
audio-plugins/njl-plugins/INSTALL | 2 +
audio-plugins/swh-plugins/DEPENDS | 4 +--
audio-plugins/swh-plugins/DETAILS | 2 -
audio-plugins/tap-plugins/BUILD | 1
audio-plugins/tap-plugins/CONFLICTS | 1
audio-plugins/tap-plugins/DEPENDS | 1
audio-plugins/tap-plugins/DETAILS | 14 +++++++++++
audio-plugins/tap-plugins/HISTORY | 40
++++++++++++++++++++++++++++++++
audio-plugins/tap-plugins/PRE_BUILD | 8 ++++++
audio-plugins/tap/BUILD | 8 ------
audio-plugins/tap/DEPENDS | 2 -
audio-plugins/tap/DETAILS | 10 ++++----
audio-plugins/tap/HISTORY | 3 ++
audio-plugins/tap/INSTALL | 1
audio-plugins/tap/PRE_BUILD | 1
audio-plugins/tap/TRIGGERS | 1
audio-plugins/vcf/BUILD | 1
audio-plugins/vcf/DEPENDS | 1
audio-plugins/vcf/DETAILS | 15 ++++++++++++
audio-plugins/vcf/HISTORY | 2 +
audio-plugins/vcf/INSTALL | 2 +
audio-plugins/vocoder-ladspa/BUILD | 1
audio-plugins/vocoder-ladspa/DEPENDS | 1
audio-plugins/vocoder-ladspa/DETAILS | 15 ++++++++++++
audio-plugins/vocoder-ladspa/HISTORY | 2 +
audio-plugins/vocoder-ladspa/PRE_BUILD | 4 +++
44 files changed, 238 insertions(+), 32 deletions(-)

New commits:
commit 01918a44489a04f93c352229f3a5944eb48f76cd
Author: Juuso Alasuutari <iuso AT sourcemage.org>
Commit: Juuso Alasuutari <iuso AT sourcemage.org>

tap renamed to tap-plugins

commit 23a2a4143808c96514d6d20238bf5190c5661b35
Author: Juuso Alasuutari <iuso AT sourcemage.org>
Commit: Juuso Alasuutari <iuso AT sourcemage.org>

blepvco: new spell, LADSPA oscillator plugins

commit 5853b45a72c0ebfe77c8266bd91fbe64ea043b8c
Author: Juuso Alasuutari <iuso AT sourcemage.org>
Commit: Juuso Alasuutari <iuso AT sourcemage.org>

vcf: new spell, LADSPA VCF filter plugins.

commit 844f08cc49c0c8065c84f93b621b8d2c81a0ed67
Author: Juuso Alasuutari <iuso AT sourcemage.org>
Commit: Juuso Alasuutari <iuso AT sourcemage.org>

vocoder-ladspa: new spell, LADSPA vocoder plugin

commit 020ccff28b944174732c8a25fd1642053ab3296d
Author: Juuso Alasuutari <iuso AT sourcemage.org>
Commit: Juuso Alasuutari <iuso AT sourcemage.org>

blop: edited long description

commit 4f4882be173ffeb66d05e0eafd5d6737a5f12a7a
Author: Juuso Alasuutari <iuso AT sourcemage.org>
Commit: Juuso Alasuutari <iuso AT sourcemage.org>

cmt: corrected WEB_SITE, small fixing

commit 15dde31ecabaad2d6524bc195aadfa6310a65e85
Author: Juuso Alasuutari <iuso AT sourcemage.org>
Commit: Juuso Alasuutari <iuso AT sourcemage.org>

swh-plugins: small edits & formatting, no history entry for these

commit f33189578b0fb4c41221ecf9271a4c0088f350e6
Author: Juuso Alasuutari <iuso AT sourcemage.org>
Commit: Juuso Alasuutari <iuso AT sourcemage.org>

njl-plugins: new spell, LADSPA plugin collection

diff --git a/ChangeLog b/ChangeLog
index 98826f3..cdf475c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2007-02-16 Juuso Alasuutari <iuso AT sourcemage.org>
+ * audio-plugins/njl-plugins: New spell, LADSPA plugin collection.
+ * audio-plugins/vocoder-ladspa: New spell, LADSPA vocoder plugin.
+ * audio-plugins/vcf: New spell, LADSPA VCF filter plugins.
+ * audio-plugins/blepvco: New spell, LADSPA oscillator plugins.
+ * audio-plugins/tap-plugins: Renamed from tap.
+ * audio-plugins/tap: Deprecated.
+
2007-02-15 Juuso Alasuutari <iuso AT sourcemage.org>
* audio-creation/lash: Moved from audio-soft.
* audio-soft/lash: Removed.
diff --git a/audio-plugins/blepvco/BUILD b/audio-plugins/blepvco/BUILD
new file mode 100755
index 0000000..8f58e6d
--- /dev/null
+++ b/audio-plugins/blepvco/BUILD
@@ -0,0 +1 @@
+make
diff --git a/audio-plugins/blepvco/DEPENDS b/audio-plugins/blepvco/DEPENDS
new file mode 100755
index 0000000..d6c8a6d
--- /dev/null
+++ b/audio-plugins/blepvco/DEPENDS
@@ -0,0 +1 @@
+depends ladspa
diff --git a/audio-plugins/blepvco/DETAILS b/audio-plugins/blepvco/DETAILS
new file mode 100755
index 0000000..9ec0127
--- /dev/null
+++ b/audio-plugins/blepvco/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=blepvco
+ VERSION=0.1.0
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ SOURCE_URL[0]=http://home.jps.net/~musound/$SOURCE
+ WEB_SITE=http://home.jps.net/~musound/
+ ENTERED=20070216
+
SOURCE_HASH=sha512:1c96ade51e6d24548d8cc24892c8ca32fc7262e6507ac48844de672f762919a2e55ee5408d53023bb79336c766bedfa02f8e45d7e7695a02b5ec5e99d97410c1
+ LICENSE[0]=GPL
+ KEYWORDS="plugins audio"
+ SHORT="Three minBLEP-based LADSPA oscillator plugins."
+cat << EOF
+blepvco is a LADSPA plugin library containing three anti-aliased,
+minBLEP-based, hard-sync-capable oscillator plugins. The oscillators
+are intended to be used with modular synthesis systems, such as Alsa
+Modular Synth.
+EOF
diff --git a/audio-plugins/blepvco/HISTORY b/audio-plugins/blepvco/HISTORY
new file mode 100644
index 0000000..dbd89e5
--- /dev/null
+++ b/audio-plugins/blepvco/HISTORY
@@ -0,0 +1,2 @@
+2007-02-16 Juuso Alasuutari <iuso AT sourcemage.org>
+ * DETAILS, DEPENDS, PRE_BUILD, BUILD, INSTALL: Created spell.
diff --git a/audio-plugins/blepvco/INSTALL b/audio-plugins/blepvco/INSTALL
new file mode 100755
index 0000000..42eb1fa
--- /dev/null
+++ b/audio-plugins/blepvco/INSTALL
@@ -0,0 +1,2 @@
+mkdir -p "$INSTALL_ROOT/usr/lib/ladspa/" &&
+make install
diff --git a/audio-plugins/blepvco/PRE_BUILD b/audio-plugins/blepvco/PRE_BUILD
new file mode 100755
index 0000000..f61be7f
--- /dev/null
+++ b/audio-plugins/blepvco/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+
+sed -i "s:/usr/lib/ladspa:\"$INSTALL_ROOT/usr/lib/ladspa/\":" Makefile
diff --git a/audio-plugins/blop/DEPENDS b/audio-plugins/blop/DEPENDS
index 8bc21a1..d6c8a6d 100755
--- a/audio-plugins/blop/DEPENDS
+++ b/audio-plugins/blop/DEPENDS
@@ -1 +1 @@
-depends ladspa
\ No newline at end of file
+depends ladspa
diff --git a/audio-plugins/blop/DETAILS b/audio-plugins/blop/DETAILS
index 3270d97..06b5b9c 100755
--- a/audio-plugins/blop/DETAILS
+++ b/audio-plugins/blop/DETAILS
@@ -1,23 +1,44 @@
SPELL=blop
VERSION=0.2.8
SOURCE=$SPELL-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
WEB_SITE=http://blop.sf.net
ENTERED=20060725
-
SOURCE_HASH=sha512:5a1bb2e4ba976dd87f8b34538b3a8d2ed21ba0b8818d4b0a713061aeeae7fd52377477314a758cc7082a932315be8ec99006dfc3f5c9712d8d566852adbf671f
+
SOURCE_HASH=sha512:5a1bb2e4ba976dd87f8b34538b3a8d2ed21ba0b8818d4b0a713061aeeae7fd52377477314a758cc7082a932315be8ec99006dfc3f5c9712d8d566852adbf671f
LICENSE[0]=LGPL
KEYWORDS="plugins audio"
SHORT="Bandlimited LADSPA Oscillator Plugins"
cat << EOF
-BLOP comprises a set of LADSPA plugins that generate bandlimited
-sawtooth, square, variable pulse and slope-variable triangle waves, for
-use in LADSPA hosts, principally for use with one of the many modular
-software synthesisers available.
+BLOP comprises a set of LADSPA plugins that generate bandlimited sawtooth,
+square, variable pulse and slope-variable triangle waves, for use in LADSPA
+hosts, principally for use with one of the many modular software synthesisers
+available.

-They are wavetable based, and are designed to produce output with
-harmonic content as high as possible over a wide pitch range.
+They are wavetable based, and are designed to produce output with harmonic
+content as high as possible over a wide pitch range. Additionally, there
+are a few extra plugins to assist in building synthesis networks.

-Additionally, there are a few extra plugins to assist in building
-synthesis networks. Full details can be found in the List-o-Plugins
+Bandlimited Sawtooth Oscillator
+Bandlimited Square Oscillator
+Bandlimited Variable Width Pulse Oscillator
+Bandlimited Variable Slope Triangle Oscillator
+Random Wave Generator
+Mono Amplifier
+4 Pole Low Pass Filter with Resonance
+ADSR Envelope Generator
+ADSR Envelope Generator with Gate and Trigger
+DAHDSR Envelope Generator with Gate and Trigger
+Sequencer
+Quantiser
+Clock Oscillator with Gate
+Clock Pulse Oscillator with Gate
+Frequency Modulator
+Control to Audio Interpolator
+Signal Tracker
+Signal Sum
+Signal Difference
+Signal Product
+Signal Ratio
+Signal Branch
EOF
diff --git a/audio-plugins/blop/HISTORY b/audio-plugins/blop/HISTORY
index 64bd506..35802ff 100644
--- a/audio-plugins/blop/HISTORY
+++ b/audio-plugins/blop/HISTORY
@@ -1,3 +1,6 @@
+2007-02-16 Juuso Alasuutari <iuso AT sourcemage.org>
+ * DETAILS: Edited long description.
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.

diff --git a/audio-plugins/cmt/DETAILS b/audio-plugins/cmt/DETAILS
index b1a1e36..74bb715 100755
--- a/audio-plugins/cmt/DETAILS
+++ b/audio-plugins/cmt/DETAILS
@@ -1,9 +1,9 @@
SPELL=cmt
VERSION=1.15
SOURCE=cmt_src_$VERSION.tgz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL"
SOURCE_URL[0]=http://www.ladspa.org/download/$SOURCE
- WEB_SITE=http://www.ladspa.org/
+ WEB_SITE=http://www.ladspa.org/cmt/
ENTERED=20041007

SOURCE_HASH=sha512:b4d8983242ac81dd620d30270563ca403b35cab69d32186963c482d6c0de89b2b1bba4f54d66a2b53a34299b96e5004ae1eeadda79956f1c51f46848d2a05207
LICENSE[0]=LGPL
diff --git a/audio-plugins/cmt/HISTORY b/audio-plugins/cmt/HISTORY
index ec5bcc6..eca19c4 100644
--- a/audio-plugins/cmt/HISTORY
+++ b/audio-plugins/cmt/HISTORY
@@ -1,3 +1,6 @@
+2007-02-16 Juuso Alasuutari <iuso AT sourcemage.org>
+ * DETAILS: Corrected WEB_SITE.
+
2006-08-17 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: Removed BUILD_API & UPDATED, edited descriptions.
* BUILD: Removed sedits & mkdir.
diff --git a/audio-plugins/cmt/INSTALL b/audio-plugins/cmt/INSTALL
index 1707399..42eb1fa 100755
--- a/audio-plugins/cmt/INSTALL
+++ b/audio-plugins/cmt/INSTALL
@@ -1,2 +1,2 @@
-mkdir -p ${INSTALL_ROOT}/usr/lib/ladspa/ &&
+mkdir -p "$INSTALL_ROOT/usr/lib/ladspa/" &&
make install
diff --git a/audio-plugins/cmt/PRE_BUILD b/audio-plugins/cmt/PRE_BUILD
index 6202a0d..fd5f4a8 100755
--- a/audio-plugins/cmt/PRE_BUILD
+++ b/audio-plugins/cmt/PRE_BUILD
@@ -1,5 +1,5 @@
-default_pre_build &&
-cd $SOURCE_DIRECTORY/src &&
+default_pre_build &&
+cd "$SOURCE_DIRECTORY/src" &&

# Fix install & include dirs
sedit "s:/usr/local/lib:${INSTALL_ROOT}/usr/lib:" makefile &&
diff --git a/audio-plugins/njl-plugins/BUILD b/audio-plugins/njl-plugins/BUILD
new file mode 100755
index 0000000..8f58e6d
--- /dev/null
+++ b/audio-plugins/njl-plugins/BUILD
@@ -0,0 +1 @@
+make
diff --git a/audio-plugins/njl-plugins/DEPENDS
b/audio-plugins/njl-plugins/DEPENDS
new file mode 100755
index 0000000..d6c8a6d
--- /dev/null
+++ b/audio-plugins/njl-plugins/DEPENDS
@@ -0,0 +1 @@
+depends ladspa
diff --git a/audio-plugins/njl-plugins/DETAILS
b/audio-plugins/njl-plugins/DETAILS
new file mode 100755
index 0000000..894c5ce
--- /dev/null
+++ b/audio-plugins/njl-plugins/DETAILS
@@ -0,0 +1,29 @@
+ SPELL=njl-plugins
+ VERSION=0.2.1
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL"
+ SOURCE_URL[0]=http://devel.tlrmx.org/audio/source/$SOURCE
+ WEB_SITE=http://devel.tlrmx.org/audio/
+ ENTERED=20070216
+
SOURCE_HASH=sha512:d1a47030bbe09a50260d7135fffa3d37ae665abd7fabb2cafb42f046618643923b19e2ebfe6390b1e99b79013b27a24a30456b29dece8aaa4f2091796209353b
+ LICENSE[0]=GPL
+ KEYWORDS="plugins audio"
+ SHORT="A collection of LADSPA plugins."
+cat << EOF
+Yet another collection of LADSPA plugins named after the author's
+initials. It's traditional after all.
+
+- IEEE Single Precision Noise
+ Sign, Mantissa and Exponent are fed by a pseudo-random number generator
+ resulting in a sort of crackling white noise with 0dB peak amplitude.
+
+- Integer Noise
+ White noise with variable precision from a pseudo-random number generator.
+
+- Experiments in Representation
+ Simulate half-precision floating point and other representations.
+
+- Continuos Risset Scales
+ Popular aural illusion in which a sound appears to continuously increase
+ (or decrease) in pitch.
+EOF
diff --git a/audio-plugins/njl-plugins/HISTORY
b/audio-plugins/njl-plugins/HISTORY
new file mode 100644
index 0000000..de74165
--- /dev/null
+++ b/audio-plugins/njl-plugins/HISTORY
@@ -0,0 +1,2 @@
+2007-02-16 Juuso Alasuutari <iuso AT sourcemage.org>
+ * DETAILS, DEPENDS, BUILD, INSTALL: Created spell.
diff --git a/audio-plugins/njl-plugins/INSTALL
b/audio-plugins/njl-plugins/INSTALL
new file mode 100755
index 0000000..0fb8eef
--- /dev/null
+++ b/audio-plugins/njl-plugins/INSTALL
@@ -0,0 +1,2 @@
+mkdir -p "$INSTALL_ROOT/usr/lib/ladspa/" &&
+cp *.so "$INSTALL_ROOT/usr/lib/ladspa/"
diff --git a/audio-plugins/swh-plugins/DEPENDS
b/audio-plugins/swh-plugins/DEPENDS
index ab579d9..059bb4d 100755
--- a/audio-plugins/swh-plugins/DEPENDS
+++ b/audio-plugins/swh-plugins/DEPENDS
@@ -1,2 +1,2 @@
-depends fftw &&
-depends ladspa
+depends ladspa &&
+depends fftw
diff --git a/audio-plugins/swh-plugins/DETAILS
b/audio-plugins/swh-plugins/DETAILS
index 1ff4145..efe6387 100755
--- a/audio-plugins/swh-plugins/DETAILS
+++ b/audio-plugins/swh-plugins/DETAILS
@@ -1,7 +1,7 @@
SPELL=swh-plugins
VERSION=0.4.15
SOURCE=$SPELL-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=http://plugin.org.uk/releases/$VERSION/$SOURCE
WEB_SITE=http://plugin.org.uk
ENTERED=20031204
diff --git a/audio-plugins/tap-plugins/BUILD b/audio-plugins/tap-plugins/BUILD
new file mode 100755
index 0000000..8f58e6d
--- /dev/null
+++ b/audio-plugins/tap-plugins/BUILD
@@ -0,0 +1 @@
+make
diff --git a/audio-plugins/tap-plugins/CONFLICTS
b/audio-plugins/tap-plugins/CONFLICTS
new file mode 100755
index 0000000..2a11fb8
--- /dev/null
+++ b/audio-plugins/tap-plugins/CONFLICTS
@@ -0,0 +1 @@
+conflicts tap y
diff --git a/audio-plugins/tap-plugins/DEPENDS
b/audio-plugins/tap-plugins/DEPENDS
new file mode 100755
index 0000000..d6c8a6d
--- /dev/null
+++ b/audio-plugins/tap-plugins/DEPENDS
@@ -0,0 +1 @@
+depends ladspa
diff --git a/audio-plugins/tap-plugins/DETAILS
b/audio-plugins/tap-plugins/DETAILS
new file mode 100755
index 0000000..78e02fa
--- /dev/null
+++ b/audio-plugins/tap-plugins/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=tap-plugins
+ VERSION=0.7.0
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:2ea9d80e115d0ffca1e91ceb7ea872acf1207cc5b6f40d204752808f8e984c07ae493cb9432f2541003b34fd4354c2a65c8473abcd0113e1b540aa500ab28b11
+ WEB_SITE=http://tap-plugins.sf.net
+ ENTERED=20040126
+ LICENSE[0]=GPL
+ KEYWORDS="plugins audio"
+ SHORT="LADSPA plugins for audio processing."
+cat << EOF
+TAP-plugins is a bunch of LADSPA plugins for audio processing.
+EOF
diff --git a/audio-plugins/tap-plugins/HISTORY
b/audio-plugins/tap-plugins/HISTORY
new file mode 100644
index 0000000..6a00377
--- /dev/null
+++ b/audio-plugins/tap-plugins/HISTORY
@@ -0,0 +1,40 @@
+2007-02-16 Juuso Alasuutari <iuso AT sourcemage.org>
+ * all: Renamed to tap-plugins.
+ * CONFLICTS: Added, conflicts tap.
+ * DETAILS: Converted to build API 2, edited descriptions.
+ * PRE_BUILD: Added, sed -i install dirs.
+ * BUILD: Removed build API 1 stuff.
+
+2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
+ * DETAILS: [automated] Removed UPDATED.
+
+2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
+ * DETAILS: [automated] Removed MAINTAINER.
+
+2006-06-12 Arwed v. Merkatz <v.merkatz AT gmx.net>
+ * DETAILS: inserted BUILD_API=1 line
+
+2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
+ * DETAILS: (automated) Add KEYWORDS
+
+2005-11-29 Seth Woolley <seth AT tautology.org>
+ * DETAILS: MD5 -> SHA512
+
+2005-01-19 Unet <audio AT sourcemage.org>
+ * DETAILS: Updated to 0.7.0
+
+2004-07-06 Unet <audio AT sourcemage.org>
+ * DETAILS: Bump to 0.6.0
+
+2004-02-23 Unet <audio AT sourcemage.org>
+ * DETAILS: Updated to 0.4.0
+
+2004-02-04 Unet <audio AT sourcemage.org>
+ * DETAILS: Updated to 0.3.0 & new location (sourceforge)
+
+2004-01-28 Unet <audio AT sourcemage.org>
+ * DETAILS: Updated to 0.2.0
+
+2004-01-26 Unet <audio AT sourcemage.org>
+ * DEPENDS, DETAILS, HISTORY: Created
+
diff --git a/audio-plugins/tap-plugins/PRE_BUILD
b/audio-plugins/tap-plugins/PRE_BUILD
new file mode 100755
index 0000000..db21b0b
--- /dev/null
+++ b/audio-plugins/tap-plugins/PRE_BUILD
@@ -0,0 +1,8 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+
+sed -i "s:/usr/local/lib/ladspa/:\"$INSTALL_ROOT/usr/lib/ladspa/\":" \
+ Makefile &&
+
+sed -i
"s:/usr/local/share/ladspa/rdf/:\"$INSTALL_ROOT/usr/share/ladspa/rdf/\":" \
+ Makefile
diff --git a/audio-plugins/tap/BUILD b/audio-plugins/tap/BUILD
index b041f63..27ba77d 100755
--- a/audio-plugins/tap/BUILD
+++ b/audio-plugins/tap/BUILD
@@ -1,7 +1 @@
-(
-
-sed -i -e 's/\/usr\/local/\/usr/g' Makefile &&
-make &&
-make install
-
-) > $C_FIFO 2>&1
+true
diff --git a/audio-plugins/tap/DEPENDS b/audio-plugins/tap/DEPENDS
index 5d3a590..f5dc38a 100755
--- a/audio-plugins/tap/DEPENDS
+++ b/audio-plugins/tap/DEPENDS
@@ -1 +1 @@
-depends ladspa
+depends tap-plugins
diff --git a/audio-plugins/tap/DETAILS b/audio-plugins/tap/DETAILS
index 264fd28..d06bb95 100755
--- a/audio-plugins/tap/DETAILS
+++ b/audio-plugins/tap/DETAILS
@@ -1,14 +1,14 @@
SPELL=tap
VERSION=0.7.0
- SOURCE=$SPELL-plugins-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-plugins-$VERSION
-SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL-plugins/$SOURCE
-
SOURCE_HASH=sha512:2ea9d80e115d0ffca1e91ceb7ea872acf1207cc5b6f40d204752808f8e984c07ae493cb9432f2541003b34fd4354c2a65c8473abcd0113e1b540aa500ab28b11
+# SOURCE=$SPELL-plugins-$VERSION.tar.gz
+#SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-plugins-$VERSION
+# SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL-plugins/$SOURCE
+#
SOURCE_HASH=sha512:2ea9d80e115d0ffca1e91ceb7ea872acf1207cc5b6f40d204752808f8e984c07ae493cb9432f2541003b34fd4354c2a65c8473abcd0113e1b540aa500ab28b11
WEB_SITE=http://tap-plugins.sf.net
ENTERED=20040126
+ PATCHLEVEL=1
LICENSE[0]=GPL
KEYWORDS="plugins audio"
- BUILD_API=1
SHORT="TAP stands for Tom's Audio Plugins. It is a bunch of
LADSPA plugins for digital audio processing, intended for use in a
professional DAW environment such as Ardour."
diff --git a/audio-plugins/tap/HISTORY b/audio-plugins/tap/HISTORY
index dfcc504..24055f7 100644
--- a/audio-plugins/tap/HISTORY
+++ b/audio-plugins/tap/HISTORY
@@ -1,3 +1,6 @@
+2007-02-16 Juuso Alasuutari <iuso AT sourcemage.org>
+ * all: Deprecated, renamed to tap-plugins.
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.

diff --git a/audio-plugins/tap/INSTALL b/audio-plugins/tap/INSTALL
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/audio-plugins/tap/INSTALL
@@ -0,0 +1 @@
+true
diff --git a/audio-plugins/tap/PRE_BUILD b/audio-plugins/tap/PRE_BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/audio-plugins/tap/PRE_BUILD
@@ -0,0 +1 @@
+true
diff --git a/audio-plugins/tap/TRIGGERS b/audio-plugins/tap/TRIGGERS
new file mode 100755
index 0000000..d7601ef
--- /dev/null
+++ b/audio-plugins/tap/TRIGGERS
@@ -0,0 +1 @@
+on_cast tap dispel_self
diff --git a/audio-plugins/vcf/BUILD b/audio-plugins/vcf/BUILD
new file mode 100755
index 0000000..8f58e6d
--- /dev/null
+++ b/audio-plugins/vcf/BUILD
@@ -0,0 +1 @@
+make
diff --git a/audio-plugins/vcf/DEPENDS b/audio-plugins/vcf/DEPENDS
new file mode 100755
index 0000000..d6c8a6d
--- /dev/null
+++ b/audio-plugins/vcf/DEPENDS
@@ -0,0 +1 @@
+depends ladspa
diff --git a/audio-plugins/vcf/DETAILS b/audio-plugins/vcf/DETAILS
new file mode 100755
index 0000000..9b7ce68
--- /dev/null
+++ b/audio-plugins/vcf/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=vcf
+ VERSION=0.0.5
+ SOURCE=$SPELL-$VERSION.tar.bz2
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ SOURCE_URL[0]=http://www.suse.de/~mana/$SOURCE
+ WEB_SITE=http://www.suse.de/~mana/ladspa.html
+ ENTERED=20070216
+
SOURCE_HASH=sha512:48f794f95c4a786b9a0525cd37bbe8a92fb3ac09176c90eb6296dfa14a38c6722e37fe294473521aadcc7faff25723140b7370f4726efe0a0499575ba12ef45d
+ LICENSE[0]=LGPL
+ KEYWORDS="plugins audio"
+ SHORT="LADSPA plugins for audio EQ biquad filters."
+cat << EOF
+Matthias Nagorni's LADSPA plugins for audio EQ biquad filters based on the
+cookbook formulae by Robert Bristow-Johnson.
+EOF
diff --git a/audio-plugins/vcf/HISTORY b/audio-plugins/vcf/HISTORY
new file mode 100644
index 0000000..de74165
--- /dev/null
+++ b/audio-plugins/vcf/HISTORY
@@ -0,0 +1,2 @@
+2007-02-16 Juuso Alasuutari <iuso AT sourcemage.org>
+ * DETAILS, DEPENDS, BUILD, INSTALL: Created spell.
diff --git a/audio-plugins/vcf/INSTALL b/audio-plugins/vcf/INSTALL
new file mode 100755
index 0000000..0fb8eef
--- /dev/null
+++ b/audio-plugins/vcf/INSTALL
@@ -0,0 +1,2 @@
+mkdir -p "$INSTALL_ROOT/usr/lib/ladspa/" &&
+cp *.so "$INSTALL_ROOT/usr/lib/ladspa/"
diff --git a/audio-plugins/vocoder-ladspa/BUILD
b/audio-plugins/vocoder-ladspa/BUILD
new file mode 100755
index 0000000..8f58e6d
--- /dev/null
+++ b/audio-plugins/vocoder-ladspa/BUILD
@@ -0,0 +1 @@
+make
diff --git a/audio-plugins/vocoder-ladspa/DEPENDS
b/audio-plugins/vocoder-ladspa/DEPENDS
new file mode 100755
index 0000000..d6c8a6d
--- /dev/null
+++ b/audio-plugins/vocoder-ladspa/DEPENDS
@@ -0,0 +1 @@
+depends ladspa
diff --git a/audio-plugins/vocoder-ladspa/DETAILS
b/audio-plugins/vocoder-ladspa/DETAILS
new file mode 100755
index 0000000..9ac0614
--- /dev/null
+++ b/audio-plugins/vocoder-ladspa/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=vocoder-ladspa
+ VERSION=0.3
+ SOURCE=$SPELL-$VERSION.tgz
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/vocoder-$VERSION"
+ SOURCE_URL[0]=http://www.sirlab.de/linux/download/$SOURCE
+ WEB_SITE=http://www.sirlab.de/linux/descr_vocoder.html
+ ENTERED=20070216
+
SOURCE_HASH=sha512:ddf56b2b0df968ee10e3a095f0f19e02da8aa81009b56b7a8f6cefa2336249590d871cab9f0acb45458876e7173630324704d7c7b88d680a2a3c662a2a13ab9e
+ LICENSE[0]=GPL
+ KEYWORDS="plugins audio"
+ SHORT="A LADSPA vocoder plugin."
+cat << EOF
+This is basically an adaption of Achim Settelmeier's Vocoder program to
+LADSPA.
+EOF
diff --git a/audio-plugins/vocoder-ladspa/HISTORY
b/audio-plugins/vocoder-ladspa/HISTORY
new file mode 100644
index 0000000..efc10ad
--- /dev/null
+++ b/audio-plugins/vocoder-ladspa/HISTORY
@@ -0,0 +1,2 @@
+2007-02-16 Juuso Alasuutari <iuso AT sourcemage.org>
+ * DETAILS, DEPENDS, PRE_BUILD, BUILD: Created spell.
diff --git a/audio-plugins/vocoder-ladspa/PRE_BUILD
b/audio-plugins/vocoder-ladspa/PRE_BUILD
new file mode 100755
index 0000000..5c6e5b1
--- /dev/null
+++ b/audio-plugins/vocoder-ladspa/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+
+sed -i "s:/usr/local/lib/ladspa/:\"$INSTALL_ROOT/usr/lib/ladspa/\":"
Makefile



  • [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (01918a44489a04f93c352229f3a5944eb48f76cd), Juuso Alasuutari, 02/16/2007

Archive powered by MHonArc 2.6.24.

Top of Page