Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Robin Cook (bdad303bdfeedaeaf25d8427a5888ecac98e7ddc)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Robin Cook <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Robin Cook (bdad303bdfeedaeaf25d8427a5888ecac98e7ddc)
  • Date: Sun, 3 Nov 2013 13:10:54 -0600

GIT changes to master grimoire by Robin Cook <rcook AT wyrms.net>:

audio-creation/fluidsynth/DEPENDS | 17 +++++++++++++++++
audio-creation/fluidsynth/DETAILS | 13 +++++--------
audio-creation/fluidsynth/HISTORY | 8 ++++++++
3 files changed, 30 insertions(+), 8 deletions(-)

New commits:
commit bdad303bdfeedaeaf25d8427a5888ecac98e7ddc
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>

fluidsynth: updated to 1.1.6

diff --git a/audio-creation/fluidsynth/DEPENDS
b/audio-creation/fluidsynth/DEPENDS
index 3799be7..6c3606d 100755
--- a/audio-creation/fluidsynth/DEPENDS
+++ b/audio-creation/fluidsynth/DEPENDS
@@ -1,3 +1,18 @@
+optional_depends dbus \
+ "--enable-dbus-support" \
+ "--disable-dbus-support" \
+ "Enable support for D-Bus?" &&
+
+optional_depends libsndfile \
+ "--enable-libsndfile-support" \
+ "--disable-libsndfile-support" \
+ "Enable libsndfile support?" &&
+
+optional_depends pulseaudio \
+ "--enable-pulse-support" \
+ "--disable-pulse-support" \
+ "Enable PulseAudio support?" &&
+
optional_depends alsa-lib \
"--enable-alsa-support" \
"--disable-alsa-support" \
@@ -23,3 +38,5 @@ optional_depends ladspa \
# "--enable-midishare" \
# "--disable-midishare" \
# "for MidiShare support"
+
+
diff --git a/audio-creation/fluidsynth/DETAILS
b/audio-creation/fluidsynth/DETAILS
index 3da1e2c..ddfa5ac 100755
--- a/audio-creation/fluidsynth/DETAILS
+++ b/audio-creation/fluidsynth/DETAILS
@@ -1,13 +1,10 @@
SPELL=fluidsynth
- VERSION=1.0.8
- SOURCE=$SPELL-$VERSION.tar.gz
- SOURCE2=$SOURCE.sig
+ VERSION=1.1.6
+ SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
- SOURCE_URL[0]=http://download.savannah.gnu.org/releases/fluid/$SOURCE
- SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
- SOURCE2_IGNORE=signature
- SOURCE_GPG=josh_green.gpg:$SOURCE2:UPSTREAM_KEY
- WEB_SITE=http://fluidsynth.resonance.org/
+
SOURCE_URL[0]=http://downloads.sourceforge.net/project/fluidsynth/$SPELL-$VERSION/$SOURCE
+
SOURCE_HASH=sha512:0ead8bf86c0edf6d98044eb16b52b85fac8bc3bdeb9c1478d0bceb4f5b38ca28218fcf2cd18cdd5608190dc70b7c39bde681765d01787bc84bc97c6ab3bbf946

+ WEB_SITE=http://sourceforge.net/apps/trac/fluidsynth/
ENTERED=20031119
LICENSE[0]=GPL
KEYWORDS="editors audio"
diff --git a/audio-creation/fluidsynth/HISTORY
b/audio-creation/fluidsynth/HISTORY
index 171f5b6..5e0a70b 100644
--- a/audio-creation/fluidsynth/HISTORY
+++ b/audio-creation/fluidsynth/HISTORY
@@ -1,3 +1,11 @@
+2013-11-03 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 1.1.6
+ updated SOURCE, SOURCE_URL, and Website
+ * DEPENDS: added new optional dependencies
+
+2013-11-03 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 1.1.6
+
2008-03-16 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: Updated to 1.0.8, corrected WEB_SITE.
* josh_green.gpg: Added upstream key.



  • [SM-Commit] GIT changes to master grimoire by Robin Cook (bdad303bdfeedaeaf25d8427a5888ecac98e7ddc), Robin Cook, 11/03/2013

Archive powered by MHonArc 2.6.24.

Top of Page