SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/$SPELL/$SPELL/$VERSION/$SOURCE
-
SOURCE_HASH=sha512:743b8a02fb0b83a4516622aeec054d67f5cda6d8ffcc5727d3709695996c5e0054ba0af77919e43c0288fbb2259395c129d79f89b24bba6d4c0dd5cdbaa5712d
-
fi
WEB_SITE=http://qjackctl.sf.net
ENTERED=20031215
diff --git a/audio-soft/qjackctl/HISTORY b/audio-soft/qjackctl/HISTORY
index fb76128..8e8bdd3 100644
--- a/audio-soft/qjackctl/HISTORY
+++ b/audio-soft/qjackctl/HISTORY
@@ -1,3 +1,6 @@
+2018-12-24 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.5.5
+
2016-04-07 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 0.4.2
diff --git a/audio-soft/qjackctl/PRE_BUILD b/audio-soft/qjackctl/PRE_BUILD
old mode 100755
new mode 100644
diff --git a/qt5-cmake/qsynth/BUILD b/qt5-cmake/qsynth/BUILD
new file mode 100644
index 0000000..9512479
--- /dev/null
+++ b/qt5-cmake/qsynth/BUILD
@@ -0,0 +1,2 @@
+OPTS="$QSYNTH_TRAY --with-fluidsynth=${INSTALL_ROOT}/usr $OPTS" \
+default_build
diff --git a/qt5-cmake/qsynth/CONFIGURE b/qt5-cmake/qsynth/CONFIGURE
new file mode 100755
index 0000000..1e462ce
--- /dev/null
+++ b/qt5-cmake/qsynth/CONFIGURE
@@ -0,0 +1 @@
+. $GRIMOIRE/CMAKE_CONFIGURE
diff --git a/qt5-cmake/qsynth/DEPENDS b/qt5-cmake/qsynth/DEPENDS
new file mode 100755
index 0000000..4a3737c
--- /dev/null
+++ b/qt5-cmake/qsynth/DEPENDS
@@ -0,0 +1,4 @@
+. $GRIMOIRE/KDE5_DEPENDS &&
+depends fluidsynth &&
+depends libx11 &&
+depends libxext
diff --git a/qt5-cmake/qsynth/DETAILS b/qt5-cmake/qsynth/DETAILS
new file mode 100755
index 0000000..5529806
--- /dev/null
+++ b/qt5-cmake/qsynth/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=qsynth
+ VERSION=0.5.4
+
SOURCE_HASH=sha512:711b18efea3b4050c567f2c549ab4f44525f53de42c6cfea379260e62966215e6d59432bed946733c7e772d691edb739a882de753cf3f46b932833de7b120b7d
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ SOURCE_URL[0]=https://downloads.sourceforge.net/sourceforge/$SPELL/$SOURCE
+ WEB_SITE=https://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
+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/qt5-cmake/qsynth/HISTORY b/qt5-cmake/qsynth/HISTORY
new file mode 100644
index 0000000..8344c57b
--- /dev/null
+++ b/qt5-cmake/qsynth/HISTORY
@@ -0,0 +1,65 @@
+2018-12-24 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.5.4
+ * DEPENDS CONFIGURE: now using qt5 and cmake
+ * PRE_BUILD: fix
+ * BUILD: deleted
+
+2015-05-25 Thomas Orgis <sobukus AT sourcemage.org>
+ * DETAILS: remove SOURCEFORGE_URL usage (automated)
+
+2011-07-30 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DEPENDS: changed dependency on g++ to dependency on gcc with
+ sub-depends on CXX (scripted)
+
+2009-11-02 Bor Kraljič <pyrobor AT ver.si>
+ * DETAILS: updated spell to 0.3.4
+
+2008-03-18 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: We're all one big happy xorg-modular, no need to check
+ anymore
+
+2008-03-17 Juuso Alasuutari <iuso AT sourcemage.org>
+ * DETAILS: Updated to 0.3.2.
+ * BUILD: Removed useless PATH hack. (As a side note: Contrary
+ to what I said in the 2007-09-15 entry, it was the Qt4 path
+ that was being added to PATH, not the fluidsynth path.)
+
+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.
+ * PRE_BUILD: Added, need to sed configure script so that it
+ finds qt4's qmake/moc/uic executables instead of qt-x11's
+ equivalent ones if both libraries are installed.
+
+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
+
+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/qt5-cmake/qsynth/PRE_BUILD b/qt5-cmake/qsynth/PRE_BUILD
new file mode 100755
index 0000000..a74cc72
--- /dev/null
+++ b/qt5-cmake/qsynth/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+sed -i '/qsynth.desktop/s/BINARY/SOURCE/' src/CMakeLists.txt
[SM-Commit] GIT changes to master grimoire by Treeve Jelbert (6b2b1a123e2d43f7ff3f7c84bf1012217c9b058b),
Treeve Jelbert, 12/25/2018