# No spell for MidiShare yet
#optional_depends midishare \
diff --git a/audio-creation/fluidsynth/DETAILS
b/audio-creation/fluidsynth/DETAILS
index 8c3b3ba..3da1e2c 100755
--- a/audio-creation/fluidsynth/DETAILS
+++ b/audio-creation/fluidsynth/DETAILS
@@ -1,20 +1,23 @@
SPELL=fluidsynth
- VERSION=1.0.7a
+ VERSION=1.0.8
SOURCE=$SPELL-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-${VERSION%a}
+ SOURCE2=$SOURCE.sig
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=http://download.savannah.gnu.org/releases/fluid/$SOURCE
-
SOURCE_HASH=sha512:cdb9ab875626b7dac5777f763db630d1dd3f169ea507db118e59f69b4fb8382613b68b4f8bb4e73d564636473ab402753de84f7c08c80c22dcd4dd4613e56a4e
- WEB_SITE=http://www.nongnu.org/fluid/
+ SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
+ SOURCE2_IGNORE=signature
+ SOURCE_GPG=josh_green.gpg:$SOURCE2:UPSTREAM_KEY
+ WEB_SITE=http://fluidsynth.resonance.org/
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.
+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
index 929a224..171f5b6 100644
--- a/audio-creation/fluidsynth/HISTORY
+++ b/audio-creation/fluidsynth/HISTORY
@@ -1,3 +1,8 @@
+2008-03-16 Juuso Alasuutari <iuso AT sourcemage.org>
+ * DETAILS: Updated to 1.0.8, corrected WEB_SITE.
+ * josh_green.gpg: Added upstream key.
+ * CONFIGURE, DEPENDS, BUILD: Minor formatting edits.
+
2006-10-06 Juuso Alasuutari <iuso AT sourcemage.org>
* DEPENDS: Changed jack to JACK-DRIVER.
diff --git a/audio-creation/fluidsynth/josh_green.gpg
b/audio-creation/fluidsynth/josh_green.gpg
new file mode 100644
index 0000000..c1b87fd
Binary files /dev/null and b/audio-creation/fluidsynth/josh_green.gpg differ
diff --git a/audio-creation/qsynth/BUILD b/audio-creation/qsynth/BUILD
index 3fd2dd5..9512479 100755
--- a/audio-creation/qsynth/BUILD
+++ b/audio-creation/qsynth/BUILD
@@ -1,3 +1,2 @@
-PATH="$INSTALL_ROOT/usr/bin/qt4:$PATH" \
OPTS="$QSYNTH_TRAY --with-fluidsynth=${INSTALL_ROOT}/usr $OPTS" \
default_build
diff --git a/audio-creation/qsynth/DETAILS b/audio-creation/qsynth/DETAILS
index 0b246e1..c0c5ce2 100755
--- a/audio-creation/qsynth/DETAILS
+++ b/audio-creation/qsynth/DETAILS
@@ -1,9 +1,9 @@
SPELL=qsynth
- VERSION=0.3.1
+ VERSION=0.3.2
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
-
SOURCE_HASH=sha512:cc6430acd7c6bbb666a7657c03dbf5dde7c4795a5839cb2fcf02f2946c78579cd1347b6690f0e9643b0bd5a4e90acefb0531039a69a334aab073d77fd7f7cc7b
+
SOURCE_HASH=sha512:35436cc03cff9c579ffea3d6f78f360cc81d6849cd3bff1db82743a21a9823b952f502fd64a3b62d0ea5b818841f3689ff22cc3546ebce87fa387cf02a4f0d2c
WEB_SITE=http://qsynth.sourceforge.net/
ENTERED=20031119
LICENSE[0]=GPL
diff --git a/audio-creation/qsynth/HISTORY b/audio-creation/qsynth/HISTORY
index e42e785..40b841c 100644
--- a/audio-creation/qsynth/HISTORY
+++ b/audio-creation/qsynth/HISTORY
@@ -1,3 +1,9 @@
+2008-03-17 Juuso Alasuutari <iuso AT sourcemage.org>
+ * DETAILS: Updated to 0.3.2.
+ * BUILD: Removed useless PATH hack. (As a side note: Contrary
+ to what I said in the 2007-09-15 entry, it was the Qt4 path
+ that was being added to PATH, not the fluidsynth path.)
+
2007-09-15 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: Updated to 0.3.1.
* CONFIGURE: Added, query about system tray option.
diff --git a/audio-soft/qjackctl/HISTORY b/audio-soft/qjackctl/HISTORY
index dc5d880..5c5d24e 100644
--- a/audio-soft/qjackctl/HISTORY
+++ b/audio-soft/qjackctl/HISTORY
@@ -1,5 +1,6 @@
2008-01-23 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: Updated to 0.3.2.
+ * qt4_bin_path_fix.diff: Deleted, problem fixed upstream.