[SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (44edef1e8e8634f975e220c114597dd126971d01)

Juuso Alasuutari scm at sourcemage.org
Sat Sep 15 05:47:30 EDT 2007


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

 audio-creation/qsynth/BUILD     |    3 +++
 audio-creation/qsynth/CONFIGURE |    4 ++++
 audio-creation/qsynth/DEPENDS   |   12 ++++++++++--
 audio-creation/qsynth/DETAILS   |   14 +++++++-------
 audio-creation/qsynth/HISTORY   |    8 ++++++++
 5 files changed, 32 insertions(+), 9 deletions(-)

New commits:
commit 44edef1e8e8634f975e220c114597dd126971d01
Author: Juuso Alasuutari <iuso at sourcemage.org>
Commit: Juuso Alasuutari <iuso at sourcemage.org>

    qsynth 0.3.1

diff --git a/audio-creation/qsynth/BUILD b/audio-creation/qsynth/BUILD
new file mode 100755
index 0000000..3fd2dd5
--- /dev/null
+++ b/audio-creation/qsynth/BUILD
@@ -0,0 +1,3 @@
+PATH="$INSTALL_ROOT/usr/bin/qt4:$PATH"                           \
+OPTS="$QSYNTH_TRAY --with-fluidsynth=${INSTALL_ROOT}/usr $OPTS"  \
+default_build
diff --git a/audio-creation/qsynth/CONFIGURE b/audio-creation/qsynth/CONFIGURE
new file mode 100755
index 0000000..c3fb020
--- /dev/null
+++ b/audio-creation/qsynth/CONFIGURE
@@ -0,0 +1,4 @@
+config_query_option  QSYNTH_TRAY               \
+                     "Enable system tray?"  y  \
+                     "--enable-system-tray"    \
+                     "--disable-system-tray"
diff --git a/audio-creation/qsynth/DEPENDS b/audio-creation/qsynth/DEPENDS
index fb4a6bd..6d26219 100755
--- a/audio-creation/qsynth/DEPENDS
+++ b/audio-creation/qsynth/DEPENDS
@@ -1,3 +1,11 @@
 depends  fluidsynth  &&
-depends  qt-x11      &&
-depends  g++
+depends  g++         &&
+depends  qt4         &&
+
+.  "$GRIMOIRE/FUNCTIONS"  &&
+
+if check_if_xorg_modular_libs qt4
+then
+  depends  libx11   &&
+  depends  libxext
+fi
diff --git a/audio-creation/qsynth/DETAILS b/audio-creation/qsynth/DETAILS
index 1145327..0b246e1 100755
--- a/audio-creation/qsynth/DETAILS
+++ b/audio-creation/qsynth/DETAILS
@@ -1,19 +1,19 @@
            SPELL=qsynth
-         VERSION=0.2.5
+         VERSION=0.3.1
           SOURCE=$SPELL-$VERSION.tar.gz
 SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
    SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
-     SOURCE_HASH=sha512:9cf5fee19ab6d62714b839d25e1f881565bd684b3e33a8c1b93602b50bbd3b154bd1ddfab1451c8230cdb60975e82ea3ed5460adc2f1fc1287d1db5cc40bf36a
+     SOURCE_HASH=sha512:cc6430acd7c6bbb666a7657c03dbf5dde7c4795a5839cb2fcf02f2946c78579cd1347b6690f0e9643b0bd5a4e90acefb0531039a69a334aab073d77fd7f7cc7b
         WEB_SITE=http://qsynth.sourceforge.net/
          ENTERED=20031119
       LICENSE[0]=GPL
         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 
+Qsynth is a fluidsynth GUI front-end application written in C++ around the
+Qt4 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 4471bde..e11e7c4 100644
--- a/audio-creation/qsynth/HISTORY
+++ b/audio-creation/qsynth/HISTORY
@@ -1,3 +1,11 @@
+2007-09-15 Juuso Alasuutari <iuso at sourcemage.org>
+	* DETAILS: Updated to 0.3.1.
+	* CONFIGURE: Added, query about system tray option.
+	* DEPENDS: Changed depends qt-x11 to qt4, added depends libx11
+	  and libxext for xorg-modular.
+	* BUILD: Added, add system tray option to OPTS and fluidsynth
+	  path to PATH.
+
 2006-09-05 Juuso Alasuutari <iuso at sourcemage.org>
 	* DETAILS: Removed BUILD_API=2, UPDATED, and MAINTAINER. Edited 
 	  KEYWORDS and descriptions. Minor formatting fixes.



More information about the SM-Commit mailing list