Skip to Content.
Sympa Menu

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

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 (2dcc5cc9102b577faa896bbe38eb503dcb12ae65)
  • Date: Sun, 3 Sep 2006 13:38:42 -0500

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

ChangeLog | 4 ++++
audio-creation/hexter/DEPENDS | 10 ++++++++++
audio-creation/hexter/DETAILS | 22 ++++++++++++++++++++++
audio-creation/hexter/HISTORY | 2 ++
4 files changed, 38 insertions(+)

New commits:
commit 7885c4a37f7889d09710b5d3b1b985ebf3462d7b
Author: Juuso Alasuutari <iuso AT sourcemage.org>
Commit: Juuso Alasuutari <iuso AT sourcemage.org>

hexter: New spell, Yamaha DX7 modeler DSSI soft synth.

diff --git a/ChangeLog b/ChangeLog
index b7a1558..ff30c4b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-09-03 Juuso Alasuutari <iuso AT sourcemage.org>
+ * audio-creation/hexter: New spell, Yamaha DX7 modeler DSSI soft
+ synth.
+
2006-09-03 Ladislav Hagara <hgr AT vabo.cz>
* gnome2-apps/gnome-gpg: new spell, a command-line wrapper around gpg

diff --git a/audio-creation/hexter/DEPENDS b/audio-creation/hexter/DEPENDS
new file mode 100755
index 0000000..53f8484
--- /dev/null
+++ b/audio-creation/hexter/DEPENDS
@@ -0,0 +1,10 @@
+depends pkgconfig &&
+depends alsa-lib &&
+depends ladspa &&
+depends liblo &&
+depends dssi &&
+
+optional_depends gtk+2 \
+ "--with-gtk2 --without-textui" \
+ "--without-gtk2 --with-textui" \
+ "to build graphical user interface"
diff --git a/audio-creation/hexter/DETAILS b/audio-creation/hexter/DETAILS
new file mode 100755
index 0000000..3b4aca8
--- /dev/null
+++ b/audio-creation/hexter/DETAILS
@@ -0,0 +1,22 @@
+ SPELL=hexter
+ VERSION=0.5.9
+ SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE_URL[0]=http://belnet.dl.sourceforge.net/sourceforge/dssi/$SOURCE
+
SOURCE_HASH=sha512:f12733f82bed77b8c2f82429a40e253b9504ca977cb4d562b1b2d550633913f3725d75b8b0ef4058701f11a1dc56c6eeb854ad08073ba2498ffd4599c9073de2
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/$SPELL-$VERSION"
+ WEB_SITE=http://dssi.sourceforge.net/hexter.html
+ LICENSE[0]=GPL
+ ENTERED=20060903
+ KEYWORDS="editors audio"
+ SHORT="A software synthesizer that models the Yamaha DX7."
+cat << EOF
+hexter is a software synthesizer that models the sound generation of a Yamaha
+DX7 synthesizer. It can easily load most DX7 patch bank files, accept patch
+editing commands via MIDI sys-ex messages (ALSA systems only), and recreate
+the sound of the DX7 with greater accuracy than any previous open-source
+emulation (that the author is aware of....)
+
+hexter operates as a plugin for the Disposable Soft Synth Interface (DSSI).
+DSSI is a plugin API for software instruments (soft synths) with user
+interfaces, permitting them to be hosted in-process by audio applications.
+EOF
diff --git a/audio-creation/hexter/HISTORY b/audio-creation/hexter/HISTORY
new file mode 100644
index 0000000..b9e10be
--- /dev/null
+++ b/audio-creation/hexter/HISTORY
@@ -0,0 +1,2 @@
+2006-09-03 Juuso Alasuutari <iuso AT sourcemage.org>
+ * DETAILS, DEPENDS, HISTORY: created spell



  • [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (2dcc5cc9102b577faa896bbe38eb503dcb12ae65), Juuso Alasuutari, 09/03/2006

Archive powered by MHonArc 2.6.24.

Top of Page