Skip to Content.
Sympa Menu

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

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 (0dadcc7a9412a9e501d98a0ebeb07b9080edc4f5)
  • Date: Fri, 4 Aug 2006 18:34:28 -0500

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

ChangeLog | 4 ++++
audio-creation/fluidsynth/BUILD | 2 ++
audio-creation/fluidsynth/CONFIGURE | 2 ++
audio-creation/fluidsynth/DEPENDS | 22 ++++++++++++++++++++++
audio-creation/fluidsynth/DETAILS | 20 ++++++++++++++++++++
audio-creation/fluidsynth/HISTORY | 24 ++++++++++++++++++++++++
audio-players/fluidsynth/DETAILS | 20 --------------------
audio-players/fluidsynth/HISTORY | 15 ---------------
8 files changed, 74 insertions(+), 35 deletions(-)

New commits:
commit 0dadcc7a9412a9e501d98a0ebeb07b9080edc4f5
Author: Juuso Alasuutari <iuso AT sourcemage.org>
Commit: Juuso Alasuutari <iuso AT sourcemage.org>

fluidsynth: updated to 1.0.7a, fixed the spell quite a lot, moved from
audio-players to audio-creation.

diff --git a/ChangeLog b/ChangeLog
index 6befe89..5717e13 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-08-05 Juuso Alasuutari <iuso AT sourcemage.org>
+ * audio-players/fluidsynth: Deleted, moved to audio-creation.
+ * audio-creation/fluidsynth: Added.
+
2006-08-03 Ladislav Hagara <hgr AT vabo.cz>
* x11/istanbul: new spell, a desktop session recorder

diff --git a/audio-creation/fluidsynth/BUILD b/audio-creation/fluidsynth/BUILD
new file mode 100755
index 0000000..5a880ff
--- /dev/null
+++ b/audio-creation/fluidsynth/BUILD
@@ -0,0 +1,2 @@
+OPTS="$FLUIDSYNTH_OSS $OPTS" &&
+default_build
diff --git a/audio-creation/fluidsynth/CONFIGURE
b/audio-creation/fluidsynth/CONFIGURE
new file mode 100755
index 0000000..c7ab1eb
--- /dev/null
+++ b/audio-creation/fluidsynth/CONFIGURE
@@ -0,0 +1,2 @@
+config_query_option FLUIDSYNTH_OSS "Compile OSS support?" n \
+ "--enable-oss-support" "--disable-oss-support"
diff --git a/audio-creation/fluidsynth/DEPENDS
b/audio-creation/fluidsynth/DEPENDS
new file mode 100755
index 0000000..0d264cd
--- /dev/null
+++ b/audio-creation/fluidsynth/DEPENDS
@@ -0,0 +1,22 @@
+optional_depends alsa-lib \
+ "--enable-alsa-support" \
+ "--disable-alsa-support" \
+ "for ALSA support" &&
+optional_depends jack \
+ "--enable-jack-support" \
+ "--disable-jack-support" \
+ "for JACK support" &&
+optional_depends lash \
+ "--enable-lash" \
+ "--disable-lash" \
+ "for LASH support" &&
+optional_depends ladspa \
+ "--enable-ladspa" \
+ "--disable-ladspa" \
+ "for LADSPA effect unit"
+
+# No spell for MidiShare yet
+#optional_depends midishare \
+# "--enable-midishare" \
+# "--disable-midishare" \
+# "for MidiShare support"
diff --git a/audio-creation/fluidsynth/DETAILS
b/audio-creation/fluidsynth/DETAILS
new file mode 100755
index 0000000..8c3b3ba
--- /dev/null
+++ b/audio-creation/fluidsynth/DETAILS
@@ -0,0 +1,20 @@
+ SPELL=fluidsynth
+ VERSION=1.0.7a
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-${VERSION%a}
+ SOURCE_URL[0]=http://download.savannah.gnu.org/releases/fluid/$SOURCE
+
SOURCE_HASH=sha512:cdb9ab875626b7dac5777f763db630d1dd3f169ea507db118e59f69b4fb8382613b68b4f8bb4e73d564636473ab402753de84f7c08c80c22dcd4dd4613e56a4e
+ WEB_SITE=http://www.nongnu.org/fluid/
+ ENTERED=20031119
+ LICENSE[0]=GPL
+ KEYWORDS="editors audio"
+ SHORT="Real-time, SoundFont 2-based software synthesizer."
+cat << EOF
+FluidSynth is a real-time software synthesizer based on the SoundFont 2
+specifications. FluidSynth can read MIDI events from a MIDI input device and
+render them to an audio device using SoundFont instruments. SoundFont files
+are composed of digital audio "samples" and additional instrument
parameters.
+These files can be created or downloaded off the Internet. FluidSynth also
has
+support for controlling effects in real time and can play MIDI files.
+Note: FluidSynth was previously called IIWU Synth.
+EOF
diff --git a/audio-creation/fluidsynth/HISTORY
b/audio-creation/fluidsynth/HISTORY
new file mode 100644
index 0000000..a50d6f6
--- /dev/null
+++ b/audio-creation/fluidsynth/HISTORY
@@ -0,0 +1,24 @@
+2006-08-05 Juuso Alasuutari <iuso AT sourcemage.org>
+ * DETAILS: Version 1.0.7a, updated URLs, removed UPDATED,
+ changed keywords to better fit audio-creation section, updated
+ descriptions.
+ * CONFIGURE: Added, prompt for OSS support.
+ * DEPENDS: Added, optional_depends alsa-lib, jack, lash, and
+ ladspa.
+ * BUILD: Added, include OSS option in OPTS.
+
+2006-07-23 Unet <unet AT sourcemage.org>
+ * DETAILS: Updated to 1.0.7
+
+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
+
+2004-02-24 Unet <audio AT sourcemage.org>
+ * DETAILS: Added a new SOURCE_URL while savannah is down
+
+2003-11-19 Unet <audio AT sourcemage.org>
+ * DETAILS, HISTORY: Created
+
diff --git a/audio-players/fluidsynth/DETAILS
b/audio-players/fluidsynth/DETAILS
deleted file mode 100755
index 93f52cc..0000000
--- a/audio-players/fluidsynth/DETAILS
+++ /dev/null
@@ -1,20 +0,0 @@
- SPELL=fluidsynth
- VERSION=1.0.7
- SOURCE=$SPELL-${VERSION}a.tar.gz
- SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=http://savannah.nongnu.org/download/fluid/$SOURCE
-
SOURCE_HASH=sha512:cdb9ab875626b7dac5777f763db630d1dd3f169ea507db118e59f69b4fb8382613b68b4f8bb4e73d564636473ab402753de84f7c08c80c22dcd4dd4613e56a4e
- WEB_SITE=http://www.fluidsynth.org
- ENTERED=20031119
- UPDATED=20031119
- LICENSE[0]=GPL
- KEYWORDS="players player audio"
- SHORT="fluidsynth is a sf2 player"
-cat << EOF
-FluidSynth is a real-time software synthesizer based on the SoundFont
-2 specifications. It is a "software synthesizer". FluidSynth can read
-MIDI events from the MIDI input device and render them to the audio
-device. It can also play MIDI files.
-EOF
-
-
diff --git a/audio-players/fluidsynth/HISTORY
b/audio-players/fluidsynth/HISTORY
deleted file mode 100644
index b039381..0000000
--- a/audio-players/fluidsynth/HISTORY
+++ /dev/null
@@ -1,15 +0,0 @@
-2006-07-23 Unet <unet AT sourcemage.org>
- * DETAILS: Updated to 1.0.7
-
-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
-
-2004-02-24 Unet <audio AT sourcemage.org>
- * DETAILS: Added a new SOURCE_URL while savannah is down
-
-2003-11-19 Unet <audio AT sourcemage.org>
- * DETAILS, HISTORY: Created
-



  • [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (0dadcc7a9412a9e501d98a0ebeb07b9080edc4f5), Juuso Alasuutari, 08/04/2006

Archive powered by MHonArc 2.6.24.

Top of Page