Skip to Content.
Sympa Menu

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

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 (44edef1e8e8634f975e220c114597dd126971d01)
  • Date: Sat, 15 Sep 2007 04:47:30 -0500

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.



  • [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (44edef1e8e8634f975e220c114597dd126971d01), Juuso Alasuutari, 09/15/2007

Archive powered by MHonArc 2.6.24.

Top of Page