Skip to Content.
Sympa Menu

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

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 (f99afdc969645c56e3c0cc8aae13ddf6fb441e4a)
  • Date: Mon, 18 Sep 2006 07:39:26 -0500

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

audio-creation/fluidsynth-dssi/BUILD | 2 ++
audio-creation/fluidsynth-dssi/CONFIGURE | 2 ++
audio-creation/fluidsynth-dssi/DEPENDS | 10 ++++++++++
audio-creation/fluidsynth-dssi/DETAILS | 16 ++++++++++++++++
audio-creation/fluidsynth-dssi/HISTORY | 2 ++
5 files changed, 32 insertions(+)

New commits:
commit 52ad9df37c735a7f236db2778a691a8630687195
Author: Juuso Alasuutari <iuso AT sourcemage.org>
Commit: Juuso Alasuutari <iuso AT sourcemage.org>

fluidsynth-dssi: New spell, DSSI wrapper for FluidSynth.

diff --git a/audio-creation/fluidsynth-dssi/BUILD
b/audio-creation/fluidsynth-dssi/BUILD
new file mode 100755
index 0000000..9b072b4
--- /dev/null
+++ b/audio-creation/fluidsynth-dssi/BUILD
@@ -0,0 +1,2 @@
+OPTS="$GTK_GUI $OPTS" &&
+default_build
diff --git a/audio-creation/fluidsynth-dssi/CONFIGURE
b/audio-creation/fluidsynth-dssi/CONFIGURE
new file mode 100755
index 0000000..265052d
--- /dev/null
+++ b/audio-creation/fluidsynth-dssi/CONFIGURE
@@ -0,0 +1,2 @@
+config_query_option GTK_GUI "Build GTK 1.x GUI instead of 2.x?" n \
+ "--without-gtk2" "--with-gtk2"
diff --git a/audio-creation/fluidsynth-dssi/DEPENDS
b/audio-creation/fluidsynth-dssi/DEPENDS
new file mode 100755
index 0000000..55a7b36
--- /dev/null
+++ b/audio-creation/fluidsynth-dssi/DEPENDS
@@ -0,0 +1,10 @@
+depends fluidsynth &&
+depends alsa-lib &&
+depends liblo &&
+depends dssi &&
+
+if [[ "$GTK_GUI" == "--without-gtk2" ]]; then
+ depends gtk+
+else
+ depends gtk+2
+fi
diff --git a/audio-creation/fluidsynth-dssi/DETAILS
b/audio-creation/fluidsynth-dssi/DETAILS
new file mode 100755
index 0000000..ade27b0
--- /dev/null
+++ b/audio-creation/fluidsynth-dssi/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=fluidsynth-dssi
+ VERSION=0.9.1
+ SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE_URL[0]=$SOURCEFORGE_URL/dssi/$SOURCE
+
SOURCE_HASH=sha512:bc23d5aa29cd6ba4b07c5c15bf91fe8d39586d715befcdbd7893d92534dedeb9e9033d25c94c45c30fb811f45a0f6c182973516e13c7261d20e0b8ac10c0b3da
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE=http://dssi.sourceforge.net/
+ LICENSE[0]=GPL
+ ENTERED=20060918
+ KEYWORDS="editors audio"
+ SHORT="A DSSI wrapper for FluidSynth."
+cat << EOF
+The FluidSynth-DSSI package contains FluidSynth-DSSI, a wrapper for the
+FluidSynth SoundFont-playing software synthesizer, allowing it to function
+as a DSSI plugin. (This was formerly part of the main DSSI package.)
+EOF
diff --git a/audio-creation/fluidsynth-dssi/HISTORY
b/audio-creation/fluidsynth-dssi/HISTORY
new file mode 100644
index 0000000..7f94ea8
--- /dev/null
+++ b/audio-creation/fluidsynth-dssi/HISTORY
@@ -0,0 +1,2 @@
+2006-09-18 Juuso Alasuutari <iuso AT sourcemage.org>
+ * DETAILS, CONFIGURE, DEPENDS, BUILD, HISTORY: created spell




Archive powered by MHonArc 2.6.24.

Top of Page