summaryrefslogtreecommitdiffstats
path: root/qt5-cmake
diff options
context:
space:
mode:
authorTreeve Jelbert2018-12-24 14:17:47 +0100
committerTreeve Jelbert2018-12-25 09:21:48 +0100
commit27d0118cceb7497aa1709194086b112060140458 (patch)
treecb81ffff33b54d117c6157dae39bbf1df1c7d4bf /qt5-cmake
parent543e1abc949505828a3f5a194d48c9b2d982268d (diff)
qsynth: => 0.5.4
Diffstat (limited to 'qt5-cmake')
-rw-r--r--qt5-cmake/qsynth/BUILD2
-rwxr-xr-xqt5-cmake/qsynth/CONFIGURE1
-rwxr-xr-xqt5-cmake/qsynth/DEPENDS4
-rwxr-xr-xqt5-cmake/qsynth/DETAILS19
-rw-r--r--qt5-cmake/qsynth/HISTORY65
-rwxr-xr-xqt5-cmake/qsynth/PRE_BUILD3
6 files changed, 94 insertions, 0 deletions
diff --git a/qt5-cmake/qsynth/BUILD b/qt5-cmake/qsynth/BUILD
new file mode 100644
index 0000000000..9512479434
--- /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 0000000000..1e462cee88
--- /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 0000000000..4a3737cbf0
--- /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 0000000000..5529806e61
--- /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 0000000000..8344c57b2c
--- /dev/null
+++ b/qt5-cmake/qsynth/HISTORY
@@ -0,0 +1,65 @@
+2018-12-24 Treeve Jelbert <treeve@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@sourcemage.org>
+ * DETAILS: remove SOURCEFORGE_URL usage (automated)
+
+2011-07-30 Florian Franzmann <siflfran@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@ver.si>
+ * DETAILS: updated spell to 0.3.4
+
+2008-03-18 Eric Sandall <sandalle@sourcemage.org>
+ * DEPENDS: We're all one big happy xorg-modular, no need to check
+ anymore
+
+2008-03-17 Juuso Alasuutari <iuso@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@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@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@sourcemage.org>
+ * moved spell to audio-creation section
+
+2006-06-24 Bearcat M. Sandor <sourcemage@feline-soul.com>
+ * DETAILS: Updated to 0.2.5
+
+2006-06-12 Arwed v. Merkatz <v.merkatz@gmx.net>
+ * DETAILS: inserted BUILD_API=1 line
+
+2006-03-12 Karsten Behrmann <BearPerson@sourcemage.org>
+ * DETAILS: (automated) Add KEYWORDS
+
+2005-11-29 Seth Woolley <seth@tautology.org>
+ * DETAILS: MD5 -> SHA512
+
+2004-04-15 Unet <audio@sourcemage.org>
+ * DETAILS: Updated
+ * BUILD: Fixing bug #6430, leading to a qt problem...
+
+2003-11-19 Unet <audio@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 0000000000..a74cc720bd
--- /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