Skip to Content.
Sympa Menu

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

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 (563e14bb194be8586fbf795ed2eeaf3d91a5b2c7)
  • Date: Fri, 18 Aug 2006 09:32:16 -0500

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

ChangeLog | 8 ++++++++
audio-creation/ams/BUILD | 14 ++++++++++++++
audio-creation/ams/CONFIGURE | 1 +
audio-creation/ams/DEPENDS | 15 +++++++++++++++
audio-creation/ams/DETAILS | 21 +++++++++++++++++++++
audio-creation/ams/HISTORY | 3 +++
audio-creation/ams/INSTALL | 9 +++++++++
audio-creation/ams/PRE_BUILD | 9 +++++++++
audio-plugins/amb-plugins/BUILD | 1 +
audio-plugins/amb-plugins/DEPENDS | 2 ++
audio-plugins/amb-plugins/DETAILS | 15 +++++++++++++++
audio-plugins/amb-plugins/HISTORY | 2 ++
audio-plugins/amb-plugins/INSTALL | 2 ++
audio-plugins/fil-plugins/BUILD | 1 +
audio-plugins/fil-plugins/DEPENDS | 2 ++
audio-plugins/fil-plugins/DETAILS | 25 +++++++++++++++++++++++++
audio-plugins/fil-plugins/HISTORY | 2 ++
audio-plugins/fil-plugins/INSTALL | 2 ++
audio-plugins/mcp-plugins/BUILD | 1 +
audio-plugins/mcp-plugins/DEPENDS | 2 ++
audio-plugins/mcp-plugins/DETAILS | 28 ++++++++++++++++++++++++++++
audio-plugins/mcp-plugins/HISTORY | 2 ++
audio-plugins/mcp-plugins/INSTALL | 2 ++
audio-plugins/rev-plugins/BUILD | 1 +
audio-plugins/rev-plugins/DEPENDS | 2 ++
audio-plugins/rev-plugins/DETAILS | 14 ++++++++++++++
audio-plugins/rev-plugins/HISTORY | 2 ++
audio-plugins/rev-plugins/INSTALL | 2 ++
audio-plugins/vco-plugins/BUILD | 1 +
audio-plugins/vco-plugins/DEPENDS | 2 ++
audio-plugins/vco-plugins/DETAILS | 18 ++++++++++++++++++
audio-plugins/vco-plugins/HISTORY | 2 ++
audio-plugins/vco-plugins/INSTALL | 3 +++
33 files changed, 216 insertions(+)

New commits:
commit 563e14bb194be8586fbf795ed2eeaf3d91a5b2c7
Author: Juuso Alasuutari <iuso AT sourcemage.org>
Commit: Juuso Alasuutari <iuso AT sourcemage.org>

ams, amb-plugins, fil-plugins, mcp-plugins, rev-plugins, vco-plugins:
New spells, AlsaModularSynth + several LADSPA plugins.

diff --git a/ChangeLog b/ChangeLog
index 228aaea..7df6f03 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2006-08-18 Juuso Alasuutari <iuso AT sourcemage.org>
+ * audio-creation/ams: New spell, AlsaModularSynth.
+ * audio-plugins/amb-plugins: New spell, LADSPA plugins.
+ * audio-plugins/fil-plugins: New spell, LADSPA plugins.
+ * audio-plugins/mcp-plugins: New spell, LADSPA plugins.
+ * audio-plugins/rev-plugins: New spell, LADSPA plugins.
+ * audio-plugins/vco-plugins: New spell, LADSPA plugins.
+
2006-08-16: Robin Cook <rcook AT wyrms.net>
* gnome2-apps: glade3 added
* gnome2-apps: glade-3 deprecated as renamed to glade3
diff --git a/audio-creation/ams/BUILD b/audio-creation/ams/BUILD
new file mode 100755
index 0000000..a2ec944
--- /dev/null
+++ b/audio-creation/ams/BUILD
@@ -0,0 +1,14 @@
+local DIRS &&
+
+DIRS="QT_BASE_DIR=${TRACK_ROOT}/usr \
+QT_LIB_DIR=${TRACK_ROOT}/usr/lib/qt \
+QT_BIN_DIR=${TRACK_ROOT}/usr/bin \
+QT_INCLUDE_DIR=${TRACK_ROOT}/usr/include/qt" &&
+
+if check_if_xorg_modular_libs qt-x11; then
+ DIRS="X11_LIB_DIR=${TRACK_ROOT}/usr/lib $DIRS"
+else
+ DIRS="X11_LIB_DIR=${TRACK_ROOT}/usr/X11R6/lib $DIRS"
+fi &&
+
+make $DIRS
diff --git a/audio-creation/ams/CONFIGURE b/audio-creation/ams/CONFIGURE
new file mode 100755
index 0000000..c36dbb6
--- /dev/null
+++ b/audio-creation/ams/CONFIGURE
@@ -0,0 +1 @@
+config_query AMS_EXAMPLES "Install example sound patches?" y
diff --git a/audio-creation/ams/DEPENDS b/audio-creation/ams/DEPENDS
new file mode 100755
index 0000000..ee0e655
--- /dev/null
+++ b/audio-creation/ams/DEPENDS
@@ -0,0 +1,15 @@
+depends g++ &&
+depends fftw2 &&
+depends qt-x11 &&
+depends ladspa &&
+depends alsa-lib &&
+depends clalsadrv &&
+depends JACK-DRIVER &&
+
+if [[ "$AMS_EXAMPLES" == y ]]; then
+ depends mcp-plugins &&
+ depends vco-plugins &&
+ depends rev-plugins &&
+ depends swh-plugins &&
+ depends cmt
+fi
diff --git a/audio-creation/ams/DETAILS b/audio-creation/ams/DETAILS
new file mode 100755
index 0000000..3433d57
--- /dev/null
+++ b/audio-creation/ams/DETAILS
@@ -0,0 +1,21 @@
+ SPELL=ams
+ VERSION=1.8.7
+ SOURCE=$SPELL-$VERSION.tar.bz2
+ SOURCE_URL[0]=$SOURCEFORGE_URL/alsamodular/$SOURCE
+
SOURCE_HASH=sha512:477921de80e4a52c8eab8a6e2f95609ed6483efa0d06476b1edbed83cb13fe6cfdcc2b49c891ddc7568ed75a40950949d498326c92b0794705ce67ec8b7d0ad1
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=http://alsamodular.sourceforge.net/
+ LICENSE[0]=GPL
+ ENTERED=20060818
+ KEYWORDS="editors audio"
+ SHORT="A realtime modular synthesizer and effect processor."
+cat << EOF
+AlsaModularSynth is a realtime modular synthesizer and effect processor.
+It features:
+
+ * MIDI controlled modular software synthesis.
+ * Realtime effect processing with capture from e.g. "Line In" or "Mic In".
+ * Full control of all synthesis and effect parameters via MIDI.
+ * Integrated LADSPA Browser with search capability.
+ * JACK Support.
+EOF
diff --git a/audio-creation/ams/HISTORY b/audio-creation/ams/HISTORY
new file mode 100644
index 0000000..cac0f72
--- /dev/null
+++ b/audio-creation/ams/HISTORY
@@ -0,0 +1,3 @@
+2006-08-18 Juuso Alasuutari <iuso AT sourcemage.org>
+ * DETAILS, CONFIGURE, DEPENDS, PRE_BUILD, BUILD, INSTALL,
+ HISTORY: created spell
diff --git a/audio-creation/ams/INSTALL b/audio-creation/ams/INSTALL
new file mode 100755
index 0000000..3c091ac
--- /dev/null
+++ b/audio-creation/ams/INSTALL
@@ -0,0 +1,9 @@
+cp ams ${INSTALL_ROOT}/usr/bin/ &&
+
+mkdir -p ${INSTALL_ROOT}/usr/share/doc/$SPELL/ &&
+cp -r tutorial/ ${INSTALL_ROOT}/usr/share/doc/$SPELL/ &&
+
+if [[ "$AMS_EXAMPLES" == y ]]; then
+ cp -r instruments/ ${INSTALL_ROOT}/usr/share/doc/$SPELL/ &&
+ cp -r demos/ ${INSTALL_ROOT}/usr/share/doc/$SPELL/
+fi
diff --git a/audio-creation/ams/PRE_BUILD b/audio-creation/ams/PRE_BUILD
new file mode 100755
index 0000000..7056059
--- /dev/null
+++ b/audio-creation/ams/PRE_BUILD
@@ -0,0 +1,9 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+
+# Make dir variables changeable
+sedit "s/_DIR=/_DIR:=/" Makefile &&
+
+# Fix to include type-prefixed fftw header file
+sedit "s/rfftw\.h/srfftw.h/" spectrumscreen.cpp &&
+sedit "s/rfftw\.h/srfftw.h/" spectrumscreen.h
diff --git a/audio-plugins/amb-plugins/BUILD b/audio-plugins/amb-plugins/BUILD
new file mode 100755
index 0000000..8f58e6d
--- /dev/null
+++ b/audio-plugins/amb-plugins/BUILD
@@ -0,0 +1 @@
+make
diff --git a/audio-plugins/amb-plugins/DEPENDS
b/audio-plugins/amb-plugins/DEPENDS
new file mode 100755
index 0000000..79ed6c0
--- /dev/null
+++ b/audio-plugins/amb-plugins/DEPENDS
@@ -0,0 +1,2 @@
+depends g++ &&
+depends ladspa
diff --git a/audio-plugins/amb-plugins/DETAILS
b/audio-plugins/amb-plugins/DETAILS
new file mode 100755
index 0000000..cba1df2
--- /dev/null
+++ b/audio-plugins/amb-plugins/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=amb-plugins
+ VERSION=0.1.0
+ SOURCE=AMB-plugins-$VERSION.tar.bz2
+ SOURCE_URL[0]=http://users.skynet.be/solaris/linuxaudio/downloads/$SOURCE
+
SOURCE_HASH=sha512:23e4cca58ff6b3a548f1e97038040616d46c0136185bb54d7c4995033127e65109f714a8be38476c8c489e21906b32424b993f181d9c5a52297c780475793ab7
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/AMB-plugins-$VERSION
+ WEB_SITE=http://users.skynet.be/solaris/linuxaudio/
+ LICENSE[0]=GPL
+ ENTERED=20060818
+ KEYWORDS="plugins audio"
+ SHORT="A set of ambisonics LADSPA plugins."
+cat << EOF
+A set of ambisonics plugins, mainly to be used within Ardour. Mono and stereo
+to B-format panning, horizontal rotator, square, hexagon and cube decoders.
+EOF
diff --git a/audio-plugins/amb-plugins/HISTORY
b/audio-plugins/amb-plugins/HISTORY
new file mode 100644
index 0000000..6bb4c44
--- /dev/null
+++ b/audio-plugins/amb-plugins/HISTORY
@@ -0,0 +1,2 @@
+2006-08-18 Juuso Alasuutari <iuso AT sourcemage.org>
+ * DETAILS, DEPENDS, BUILD, INSTALL, HISTORY: created spell
diff --git a/audio-plugins/amb-plugins/INSTALL
b/audio-plugins/amb-plugins/INSTALL
new file mode 100755
index 0000000..3dbf9d8
--- /dev/null
+++ b/audio-plugins/amb-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/fil-plugins/BUILD b/audio-plugins/fil-plugins/BUILD
new file mode 100755
index 0000000..8f58e6d
--- /dev/null
+++ b/audio-plugins/fil-plugins/BUILD
@@ -0,0 +1 @@
+make
diff --git a/audio-plugins/fil-plugins/DEPENDS
b/audio-plugins/fil-plugins/DEPENDS
new file mode 100755
index 0000000..79ed6c0
--- /dev/null
+++ b/audio-plugins/fil-plugins/DEPENDS
@@ -0,0 +1,2 @@
+depends g++ &&
+depends ladspa
diff --git a/audio-plugins/fil-plugins/DETAILS
b/audio-plugins/fil-plugins/DETAILS
new file mode 100755
index 0000000..63959c2
--- /dev/null
+++ b/audio-plugins/fil-plugins/DETAILS
@@ -0,0 +1,25 @@
+ SPELL=fil-plugins
+ VERSION=0.1.0
+ SOURCE=FIL-plugins-$VERSION.tar.bz2
+ SOURCE_URL[0]=http://users.skynet.be/solaris/linuxaudio/downloads/$SOURCE
+
SOURCE_HASH=sha512:269abfa69fd01786b246eb4c9fec27fca9f24e3ab003bdca71a798bf52f672a5605684e207937d5c213af549df757bd2410b9da32f9a0903d82e231a7b7923e2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/FIL-plugins-$VERSION
+ WEB_SITE=http://users.skynet.be/solaris/linuxaudio/
+ LICENSE[0]=GPL
+ ENTERED=20060818
+ KEYWORDS="plugins audio"
+ SHORT="A four-band parametric equaliser LADSPA plugin."
+cat << EOF
+There's one plugin in this first release, a four-band parametric equaliser.
+Each section has an active/bypass switch, frequency, bandwidth and gain
+controls. There is also a global bypass switch and gain control.
+
+The 2nd order resonant filters are implemented using a Mitra-Regalia style
+lattice filter, which has the nice property of being stable even while
+parameters are being changed.
+
+All switches and controls are internally smoothed, so they can be used
'live'
+whithout any clicks or zipper noises. This should make this plugin a good
+candidate for use in systems that allow automation of plugin control ports,
+such as Ardour, or for stage use.
+EOF
diff --git a/audio-plugins/fil-plugins/HISTORY
b/audio-plugins/fil-plugins/HISTORY
new file mode 100644
index 0000000..6bb4c44
--- /dev/null
+++ b/audio-plugins/fil-plugins/HISTORY
@@ -0,0 +1,2 @@
+2006-08-18 Juuso Alasuutari <iuso AT sourcemage.org>
+ * DETAILS, DEPENDS, BUILD, INSTALL, HISTORY: created spell
diff --git a/audio-plugins/fil-plugins/INSTALL
b/audio-plugins/fil-plugins/INSTALL
new file mode 100755
index 0000000..3dbf9d8
--- /dev/null
+++ b/audio-plugins/fil-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/mcp-plugins/BUILD b/audio-plugins/mcp-plugins/BUILD
new file mode 100755
index 0000000..8f58e6d
--- /dev/null
+++ b/audio-plugins/mcp-plugins/BUILD
@@ -0,0 +1 @@
+make
diff --git a/audio-plugins/mcp-plugins/DEPENDS
b/audio-plugins/mcp-plugins/DEPENDS
new file mode 100755
index 0000000..79ed6c0
--- /dev/null
+++ b/audio-plugins/mcp-plugins/DEPENDS
@@ -0,0 +1,2 @@
+depends g++ &&
+depends ladspa
diff --git a/audio-plugins/mcp-plugins/DETAILS
b/audio-plugins/mcp-plugins/DETAILS
new file mode 100755
index 0000000..c715318
--- /dev/null
+++ b/audio-plugins/mcp-plugins/DETAILS
@@ -0,0 +1,28 @@
+ SPELL=mcp-plugins
+ VERSION=0.3.0
+ SOURCE=MCP-plugins-$VERSION.tar.bz2
+ SOURCE_URL[0]=http://users.skynet.be/solaris/linuxaudio/downloads/$SOURCE
+
SOURCE_HASH=sha512:ee08781b7d261fc330289e6e3580614859d693811289d127d730ffee8f2991b13b8455e8db7b54220b82a0d465582b4b81ca9c1002683e4b5c25e4aa69d57b3d
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/MCP-plugins-$VERSION
+ WEB_SITE=http://users.skynet.be/solaris/linuxaudio/
+ LICENSE[0]=GPL
+ ENTERED=20060818
+ KEYWORDS="plugins audio"
+ SHORT="LADSPA plugins containing filters, phasers, and
oscillators."
+cat << EOF
+mvclpf24.so
+ * This plugin contains four versions of a digital implementation of the
+ voltage controlled lowpass filter designed by Robert A. Moog.
+
+mvchpf24.so
+ * This is a highpass filter, again based on a classic design by Robert Moog.
+
+cs_phaser.so
+ * phaser1 is similar to the CSound module 'phaser1'. Phaser1+LFO is the
same
+ thing, but the external modulation has been replaced by a built-in LFO.
+
+cs_chorus.so
+ * These two plugins are based on a CSound orchestra file by Sean Costello.
+ There are two low frequency oscillators, each having three outputs that
are
+ 120 degrees apart in phase.
+EOF
diff --git a/audio-plugins/mcp-plugins/HISTORY
b/audio-plugins/mcp-plugins/HISTORY
new file mode 100644
index 0000000..6bb4c44
--- /dev/null
+++ b/audio-plugins/mcp-plugins/HISTORY
@@ -0,0 +1,2 @@
+2006-08-18 Juuso Alasuutari <iuso AT sourcemage.org>
+ * DETAILS, DEPENDS, BUILD, INSTALL, HISTORY: created spell
diff --git a/audio-plugins/mcp-plugins/INSTALL
b/audio-plugins/mcp-plugins/INSTALL
new file mode 100755
index 0000000..3dbf9d8
--- /dev/null
+++ b/audio-plugins/mcp-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/rev-plugins/BUILD b/audio-plugins/rev-plugins/BUILD
new file mode 100755
index 0000000..8f58e6d
--- /dev/null
+++ b/audio-plugins/rev-plugins/BUILD
@@ -0,0 +1 @@
+make
diff --git a/audio-plugins/rev-plugins/DEPENDS
b/audio-plugins/rev-plugins/DEPENDS
new file mode 100755
index 0000000..79ed6c0
--- /dev/null
+++ b/audio-plugins/rev-plugins/DEPENDS
@@ -0,0 +1,2 @@
+depends g++ &&
+depends ladspa
diff --git a/audio-plugins/rev-plugins/DETAILS
b/audio-plugins/rev-plugins/DETAILS
new file mode 100755
index 0000000..6a752aa
--- /dev/null
+++ b/audio-plugins/rev-plugins/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=rev-plugins
+ VERSION=0.3.1
+ SOURCE=REV-plugins-$VERSION.tar.bz2
+ SOURCE_URL[0]=http://users.skynet.be/solaris/linuxaudio/downloads/$SOURCE
+
SOURCE_HASH=sha512:ff8a32733fe4c0ba9f5261543bad4d39772638d6d7d9210051b7a4f79cd0bb377d0bb97920e8120d5196acbbbdbbaf8f08ef2c2723f8cafd7e384944b0b4964e
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/REV-plugins-$VERSION
+ WEB_SITE=http://users.skynet.be/solaris/linuxaudio/
+ LICENSE[0]=GPL
+ ENTERED=20060818
+ KEYWORDS="plugins audio"
+ SHORT="A stereo reverb LADSPA plugin."
+cat << EOF
+This is a stereo reverb plugin based on the well-known greverb.
+EOF
diff --git a/audio-plugins/rev-plugins/HISTORY
b/audio-plugins/rev-plugins/HISTORY
new file mode 100644
index 0000000..6bb4c44
--- /dev/null
+++ b/audio-plugins/rev-plugins/HISTORY
@@ -0,0 +1,2 @@
+2006-08-18 Juuso Alasuutari <iuso AT sourcemage.org>
+ * DETAILS, DEPENDS, BUILD, INSTALL, HISTORY: created spell
diff --git a/audio-plugins/rev-plugins/INSTALL
b/audio-plugins/rev-plugins/INSTALL
new file mode 100755
index 0000000..3dbf9d8
--- /dev/null
+++ b/audio-plugins/rev-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/vco-plugins/BUILD b/audio-plugins/vco-plugins/BUILD
new file mode 100755
index 0000000..8f58e6d
--- /dev/null
+++ b/audio-plugins/vco-plugins/BUILD
@@ -0,0 +1 @@
+make
diff --git a/audio-plugins/vco-plugins/DEPENDS
b/audio-plugins/vco-plugins/DEPENDS
new file mode 100755
index 0000000..79ed6c0
--- /dev/null
+++ b/audio-plugins/vco-plugins/DEPENDS
@@ -0,0 +1,2 @@
+depends g++ &&
+depends ladspa
diff --git a/audio-plugins/vco-plugins/DETAILS
b/audio-plugins/vco-plugins/DETAILS
new file mode 100755
index 0000000..c86fdf2
--- /dev/null
+++ b/audio-plugins/vco-plugins/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=vco-plugins
+ VERSION=0.3.0
+ SOURCE=VCO-plugins-$VERSION.tar.bz2
+ SOURCE_URL[0]=http://users.skynet.be/solaris/linuxaudio/downloads/$SOURCE
+
SOURCE_HASH=sha512:44e066acdda38137dcc6a6b504a8453f8d0d25c90ba091e71a48554b47e60365a1e6b0bad694ec7340d399951b8b0592507be153370d1b4924d399310cf106c5
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/VCO-plugins-$VERSION
+ WEB_SITE=http://users.skynet.be/solaris/linuxaudio/
+ LICENSE[0]=GPL
+ ENTERED=20060818
+ KEYWORDS="plugins audio"
+ SHORT="LADSPA plugin containing three anti-aliased oscillators."
+cat << EOF
+This plugin contains three anti-aliased oscillators, all based on the
concept
+of using precomputed bandlimited Dirac pulses to construct the classical
+waveforms. They are both memory and CPU efficient. The first one produces a
+flat spectrum (impulses) and the second generates a sawtooth waveform. The
+third one (new in 0.3.0), provides a variable width rectangular waveform.
+EOF
diff --git a/audio-plugins/vco-plugins/HISTORY
b/audio-plugins/vco-plugins/HISTORY
new file mode 100644
index 0000000..6bb4c44
--- /dev/null
+++ b/audio-plugins/vco-plugins/HISTORY
@@ -0,0 +1,2 @@
+2006-08-18 Juuso Alasuutari <iuso AT sourcemage.org>
+ * DETAILS, DEPENDS, BUILD, INSTALL, HISTORY: created spell
diff --git a/audio-plugins/vco-plugins/INSTALL
b/audio-plugins/vco-plugins/INSTALL
new file mode 100755
index 0000000..9cfa194
--- /dev/null
+++ b/audio-plugins/vco-plugins/INSTALL
@@ -0,0 +1,3 @@
+mkdir -p ${INSTALL_ROOT}/usr/lib/ladspa/ &&
+cp blvco.so ${INSTALL_ROOT}/usr/lib/ladspa/ &&
+cp blvco.so ${INSTALL_ROOT}/usr/lib/ladspa/vco_sawpulse.so



  • [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (563e14bb194be8586fbf795ed2eeaf3d91a5b2c7), Juuso Alasuutari, 08/18/2006

Archive powered by MHonArc 2.6.24.

Top of Page