Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Juuso Alasuutari <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (9365221c95a45c12ed86ff3679b8ada41ed55eb9)
  • Date: Sun, 16 Mar 2008 17:09:48 -0500

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

audio-creation/fluidsynth/BUILD | 3 +--
audio-creation/fluidsynth/CONFIGURE | 6 ++++--
audio-creation/fluidsynth/DEPENDS | 13 ++++++++-----
audio-creation/fluidsynth/DETAILS | 23 +++++++++++++----------
audio-creation/fluidsynth/HISTORY | 5 +++++
audio-creation/fluidsynth/josh_green.gpg |binary
audio-creation/qsynth/BUILD | 1 -
audio-creation/qsynth/DETAILS | 4 ++--
audio-creation/qsynth/HISTORY | 6 ++++++
audio-soft/qjackctl/HISTORY | 1 +
10 files changed, 40 insertions(+), 22 deletions(-)

New commits:
commit 9365221c95a45c12ed86ff3679b8ada41ed55eb9
Author: Juuso Alasuutari <iuso AT sourcemage.org>
Commit: Juuso Alasuutari <iuso AT sourcemage.org>

qsynth 0.3.2

commit 09b025b11396d1a4e2e46b3c9fbc7645e7324f73
Author: Juuso Alasuutari <iuso AT sourcemage.org>
Commit: Juuso Alasuutari <iuso AT sourcemage.org>

fluidsynth 1.0.8

commit c5ba9d1f3d982396797dbde486f13932471aa4ac
Author: Juuso Alasuutari <iuso AT sourcemage.org>
Commit: Juuso Alasuutari <iuso AT sourcemage.org>

qjackctl: Added forgotten HISTORY entry about file deletion.

diff --git a/audio-creation/fluidsynth/BUILD b/audio-creation/fluidsynth/BUILD
index 5a880ff..c10deca 100755
--- a/audio-creation/fluidsynth/BUILD
+++ b/audio-creation/fluidsynth/BUILD
@@ -1,2 +1 @@
-OPTS="$FLUIDSYNTH_OSS $OPTS" &&
-default_build
+OPTS="$FLUIDSYNTH_OSS $OPTS" default_build
diff --git a/audio-creation/fluidsynth/CONFIGURE
b/audio-creation/fluidsynth/CONFIGURE
index c7ab1eb..40ad744 100755
--- a/audio-creation/fluidsynth/CONFIGURE
+++ b/audio-creation/fluidsynth/CONFIGURE
@@ -1,2 +1,4 @@
-config_query_option FLUIDSYNTH_OSS "Compile OSS support?" n \
- "--enable-oss-support" "--disable-oss-support"
+config_query_option FLUIDSYNTH_OSS \
+ "Build with OSS support?" n \
+ "--enable-oss-support" \
+ "--disable-oss-support"
diff --git a/audio-creation/fluidsynth/DEPENDS
b/audio-creation/fluidsynth/DEPENDS
index 61fa32d..3799be7 100755
--- a/audio-creation/fluidsynth/DEPENDS
+++ b/audio-creation/fluidsynth/DEPENDS
@@ -2,18 +2,21 @@ optional_depends alsa-lib \
"--enable-alsa-support" \
"--disable-alsa-support" \
"for ALSA support" &&
+
optional_depends JACK-DRIVER \
"--enable-jack-support" \
"--disable-jack-support" \
"for JACK support" &&
-optional_depends lash \
- "--enable-lash" \
- "--disable-lash" \
- "for LASH support" &&
+
+optional_depends lash \
+ "--enable-lash" \
+ "--disable-lash" \
+ "for session handling support" &&
+
optional_depends ladspa \
"--enable-ladspa" \
"--disable-ladspa" \
- "for LADSPA effect unit"
+ "for LADSPA plugin support"

# 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.

2007-10-20 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS, DEPENDS, PRE_BUILD: Added cvs version.



  • [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (9365221c95a45c12ed86ff3679b8ada41ed55eb9), Juuso Alasuutari, 03/16/2008

Archive powered by MHonArc 2.6.24.

Top of Page