Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Juuso Alasuutari <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (28fa075e812370c3255f0046cb2712ec2bf48c67)
  • Date: Wed, 9 Aug 2006 08:24:39 -0500

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

ChangeLog | 4 ++++
audio-creation/qsynth/BUILD | 10 ++++++++++
audio-creation/qsynth/DEPENDS | 2 ++
audio-creation/qsynth/DETAILS | 24 ++++++++++++++++++++++++
audio-creation/qsynth/HISTORY | 22 ++++++++++++++++++++++
audio-players/qsynth/BUILD | 10 ----------
audio-players/qsynth/DEPENDS | 2 --
audio-players/qsynth/DETAILS | 24 ------------------------
audio-players/qsynth/HISTORY | 19 -------------------
9 files changed, 62 insertions(+), 55 deletions(-)

New commits:
commit 28fa075e812370c3255f0046cb2712ec2bf48c67
Author: Juuso Alasuutari <iuso AT sourcemage.org>
Commit: Juuso Alasuutari <iuso AT sourcemage.org>

qsynth: moved to audio-creation section

diff --git a/ChangeLog b/ChangeLog
index 441e332..492b79a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-08-09 Juuso Alasuutari <iuso AT sourcemage.org>
+ * audio-players/qsynth: Removed spell from section.
+ * audio-creation/qsynth: Moved spell to section.
+
2006-08-09 Flavien Bridault <vlaaad AT sourcemage.org>
* graphics/povray,megapov: moved to z-rejected/z-graphics,
have licensing issues (bug #12963)
diff --git a/audio-creation/qsynth/BUILD b/audio-creation/qsynth/BUILD
new file mode 100755
index 0000000..ca1d125
--- /dev/null
+++ b/audio-creation/qsynth/BUILD
@@ -0,0 +1,10 @@
+(
+
+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
new file mode 100755
index 0000000..4be2b0d
--- /dev/null
+++ b/audio-creation/qsynth/DEPENDS
@@ -0,0 +1,2 @@
+depends fluidsynth
+depends qt-x11
diff --git a/audio-creation/qsynth/DETAILS b/audio-creation/qsynth/DETAILS
new file mode 100755
index 0000000..4d03f56
--- /dev/null
+++ b/audio-creation/qsynth/DETAILS
@@ -0,0 +1,24 @@
+ 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_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"
+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.
+EOF
+
+
diff --git a/audio-creation/qsynth/HISTORY b/audio-creation/qsynth/HISTORY
new file mode 100644
index 0000000..c8abb9b
--- /dev/null
+++ b/audio-creation/qsynth/HISTORY
@@ -0,0 +1,22 @@
+2006-08-09 Juuso Alasuutari <iuso AT sourcemage.org>
+ * moved spell to audio-creation section
+
+2006-06-24 Bearcat M. Sandor <sourcemage AT feline-soul.com>
+ * DETAILS: Updated to 0.2.5
+
+2006-06-12 Arwed v. Merkatz <v.merkatz AT gmx.net>
+ * DETAILS: inserted BUILD_API=1 line
+
+2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
+ * DETAILS: (automated) Add KEYWORDS
+
+2005-11-29 Seth Woolley <seth AT tautology.org>
+ * DETAILS: MD5 -> SHA512
+
+2004-04-15 Unet <audio AT sourcemage.org>
+ * DETAILS: Updated
+ * BUILD: Fixing bug #6430, leading to a qt problem...
+
+2003-11-19 Unet <audio AT sourcemage.org>
+ * DETAILS, HISTORY, DEPENDS, BUILD: Created
+
diff --git a/audio-players/qsynth/BUILD b/audio-players/qsynth/BUILD
deleted file mode 100755
index ca1d125..0000000
--- a/audio-players/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-players/qsynth/DEPENDS b/audio-players/qsynth/DEPENDS
deleted file mode 100755
index 4be2b0d..0000000
--- a/audio-players/qsynth/DEPENDS
+++ /dev/null
@@ -1,2 +0,0 @@
-depends fluidsynth
-depends qt-x11
diff --git a/audio-players/qsynth/DETAILS b/audio-players/qsynth/DETAILS
deleted file mode 100755
index 4d03f56..0000000
--- a/audio-players/qsynth/DETAILS
+++ /dev/null
@@ -1,24 +0,0 @@
- 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_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"
-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.
-EOF
-
-
diff --git a/audio-players/qsynth/HISTORY b/audio-players/qsynth/HISTORY
deleted file mode 100644
index b0a52d2..0000000
--- a/audio-players/qsynth/HISTORY
+++ /dev/null
@@ -1,19 +0,0 @@
-2006-06-24 Bearcat M. Sandor <sourcemage AT feline-soul.com>
- * DETAILS: Updated to 0.2.5
-
-2006-06-12 Arwed v. Merkatz <v.merkatz AT gmx.net>
- * DETAILS: inserted BUILD_API=1 line
-
-2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
- * DETAILS: (automated) Add KEYWORDS
-
-2005-11-29 Seth Woolley <seth AT tautology.org>
- * DETAILS: MD5 -> SHA512
-
-2004-04-15 Unet <audio AT sourcemage.org>
- * DETAILS: Updated
- * BUILD: Fixing bug #6430, leading to a qt problem...
-
-2003-11-19 Unet <audio AT sourcemage.org>
- * DETAILS, HISTORY, DEPENDS, BUILD: Created
-



  • [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (28fa075e812370c3255f0046cb2712ec2bf48c67), Juuso Alasuutari, 08/09/2006

Archive powered by MHonArc 2.6.24.

Top of Page