[SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (012eab1b6823294bcf8ad7971480507cc82301e1)

Juuso Alasuutari scm at mail.sourcemage.org
Tue Sep 5 05:47:15 EDT 2006


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

 audio-creation/qsynth/BUILD   |   10 ----------
 audio-creation/qsynth/DEPENDS |    5 +++--
 audio-creation/qsynth/DETAILS |   25 ++++++++++---------------
 audio-creation/qsynth/HISTORY |    6 ++++++
 4 files changed, 19 insertions(+), 27 deletions(-)

New commits:
commit 012eab1b6823294bcf8ad7971480507cc82301e1
Author: Juuso Alasuutari <iuso at sourcemage.org>
Commit: Juuso Alasuutari <iuso at sourcemage.org>

    qsynth: Switched to build API 2, added missing depends, minor fixes.

diff --git a/audio-creation/qsynth/BUILD b/audio-creation/qsynth/BUILD
deleted file mode 100755
index ca1d125..0000000
--- a/audio-creation/qsynth/BUILD
+++ /dev/null
@@ -1,10 +0,0 @@
-(
-
-export QTDIR=/usr  &&
-sed -e 's/QTDIR\/include/QTDIR\/include\/qt/g' -i configure &&
-./configure --prefix=/usr \
-	    $OPTS       &&
-make &&
-make install
-
-) > $C_FIFO 2>&1
diff --git a/audio-creation/qsynth/DEPENDS b/audio-creation/qsynth/DEPENDS
index 4be2b0d..fb4a6bd 100755
--- a/audio-creation/qsynth/DEPENDS
+++ b/audio-creation/qsynth/DEPENDS
@@ -1,2 +1,3 @@
-depends fluidsynth
-depends qt-x11
+depends  fluidsynth  &&
+depends  qt-x11      &&
+depends  g++
diff --git a/audio-creation/qsynth/DETAILS b/audio-creation/qsynth/DETAILS
index 4d03f56..1145327 100755
--- a/audio-creation/qsynth/DETAILS
+++ b/audio-creation/qsynth/DETAILS
@@ -1,24 +1,19 @@
            SPELL=qsynth
          VERSION=0.2.5
           SOURCE=$SPELL-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
-SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+   SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
      SOURCE_HASH=sha512:9cf5fee19ab6d62714b839d25e1f881565bd684b3e33a8c1b93602b50bbd3b154bd1ddfab1451c8230cdb60975e82ea3ed5460adc2f1fc1287d1db5cc40bf36a
         WEB_SITE=http://qsynth.sourceforge.net/
          ENTERED=20031119
-         UPDATED=20031119  
       LICENSE[0]=GPL
-      MAINTAINER=audio at sourcemage.org
-        KEYWORDS="players audio"
-       BUILD_API=1
-	SHORT="QSynth is a fluidsynth GUI front-end application"
+        KEYWORDS="editors audio"
+           SHORT="A fluidsynth GUI front-end application."
 cat << EOF
-QSynth is a fluidsynth GUI front-end application written in C++ 
-around the Qt3 toolkit using Qt Designer. Eventually it may evolve 
-into a softsynth management application allowing the user to control 
-and manage a variety of command line softsynth but for the moment it 
-wraps the excellent Fluidsynth. Fluidsynth is a command line software 
-synthesiser based on the Soundfont specification.
+QSynth is a fluidsynth GUI front-end application written in C++ around the 
+Qt3 toolkit using Qt Designer. Eventually it may evolve into a softsynth 
+management application allowing the user to control and manage a variety of 
+command line softsynth but for the moment it wraps the excellent Fluidsynth. 
+Fluidsynth is a command line software synthesiser based on the Soundfont 
+specification.
 EOF
-
-
diff --git a/audio-creation/qsynth/HISTORY b/audio-creation/qsynth/HISTORY
index c8abb9b..4471bde 100644
--- a/audio-creation/qsynth/HISTORY
+++ b/audio-creation/qsynth/HISTORY
@@ -1,3 +1,9 @@
+2006-09-05 Juuso Alasuutari <iuso at sourcemage.org>
+	* DETAILS: Removed BUILD_API=2, UPDATED, and MAINTAINER. Edited 
+	  KEYWORDS and descriptions. Minor formatting fixes.
+	* DEPENDS: Added depends g++, missing &&'s.
+	* BUILD: Removed, handled by build API 2.
+
 2006-08-09 Juuso Alasuutari <iuso at sourcemage.org>
 	* moved spell to audio-creation section
 



More information about the SM-Commit mailing list