Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (6b2b1a123e2d43f7ff3f7c84bf1012217c9b058b)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (6b2b1a123e2d43f7ff3f7c84bf1012217c9b058b)
  • Date: Tue, 25 Dec 2018 09:13:57 +0000

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

audio-creation/qsynth/BUILD | 2 -
audio-creation/qsynth/CONFIGURE | 4 --
audio-creation/qsynth/DEPENDS | 5 ---
audio-creation/qsynth/DETAILS | 19 -----------
audio-creation/qsynth/HISTORY | 59 ------------------------------------
audio-creation/qsynth/PRE_BUILD | 7 ----
audio-soft/qjackctl/BUILD | 2 -
audio-soft/qjackctl/DEPENDS | 10 +-----
audio-soft/qjackctl/DETAILS | 5 +--
audio-soft/qjackctl/HISTORY | 3 +
qt5-cmake/qsynth/BUILD | 2 +
qt5-cmake/qsynth/CONFIGURE | 1
qt5-cmake/qsynth/DEPENDS | 4 ++
qt5-cmake/qsynth/DETAILS | 19 +++++++++++
qt5-cmake/qsynth/HISTORY | 65
++++++++++++++++++++++++++++++++++++++++
qt5-cmake/qsynth/PRE_BUILD | 3 +
16 files changed, 102 insertions(+), 108 deletions(-)

New commits:
commit 6b2b1a123e2d43f7ff3f7c84bf1012217c9b058b
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

qjackctl: => 0.5.5

commit 27d0118cceb7497aa1709194086b112060140458
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

qsynth: => 0.5.4

diff --git a/audio-creation/qsynth/BUILD b/audio-creation/qsynth/BUILD
deleted file mode 100755
index 9512479..0000000
--- a/audio-creation/qsynth/BUILD
+++ /dev/null
@@ -1,2 +0,0 @@
-OPTS="$QSYNTH_TRAY --with-fluidsynth=${INSTALL_ROOT}/usr $OPTS" \
-default_build
diff --git a/audio-creation/qsynth/CONFIGURE b/audio-creation/qsynth/CONFIGURE
deleted file mode 100755
index c3fb020..0000000
--- a/audio-creation/qsynth/CONFIGURE
+++ /dev/null
@@ -1,4 +0,0 @@
-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
deleted file mode 100755
index 4670636..0000000
--- a/audio-creation/qsynth/DEPENDS
+++ /dev/null
@@ -1,5 +0,0 @@
-depends fluidsynth &&
-depends -sub CXX gcc &&
-depends libx11 &&
-depends libxext &&
-depends qt4
diff --git a/audio-creation/qsynth/DETAILS b/audio-creation/qsynth/DETAILS
deleted file mode 100755
index 4951ba6..0000000
--- a/audio-creation/qsynth/DETAILS
+++ /dev/null
@@ -1,19 +0,0 @@
- SPELL=qsynth
- VERSION=0.3.4
- SOURCE=$SPELL-$VERSION.tar.gz
-SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
- SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/$SPELL/$SOURCE
-
SOURCE_HASH=sha512:b1428282bfa9230a147aa16f88618c86ed0be72d097c9385fe80fa2439834f86049e1476f853955d500f43602cb86c3d309cef4863334e6a7e3cefe91182de28
- 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
-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
deleted file mode 100644
index aca4b80..0000000
--- a/audio-creation/qsynth/HISTORY
+++ /dev/null
@@ -1,59 +0,0 @@
-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/audio-creation/qsynth/PRE_BUILD b/audio-creation/qsynth/PRE_BUILD
deleted file mode 100755
index 8bc1b5c..0000000
--- a/audio-creation/qsynth/PRE_BUILD
+++ /dev/null
@@ -1,7 +0,0 @@
-default_pre_build &&
-cd "$SOURCE_DIRECTORY" &&
-
-local qt4_bin="$INSTALL_ROOT/usr/bin/qt4" &&
-
-sed -i "s|as_dir in \$ac_path|as_dir in \"$qt4_bin\" \$ac_path|" \
- configure
diff --git a/audio-soft/qjackctl/BUILD b/audio-soft/qjackctl/BUILD
index 378de04..d9e35a6 100755
--- a/audio-soft/qjackctl/BUILD
+++ b/audio-soft/qjackctl/BUILD
@@ -1,3 +1,3 @@
+PATH+=":$QTDIR/bin"
OPTS="$QJCTL_TRAY $QJCTL_JACK_MIDI $OPTS" &&
-OPTS="$OPTS --with-qt4=$QT4DIR" &&
default_build
diff --git a/audio-soft/qjackctl/DEPENDS b/audio-soft/qjackctl/DEPENDS
index d22b1bd..e39adc4 100755
--- a/audio-soft/qjackctl/DEPENDS
+++ b/audio-soft/qjackctl/DEPENDS
@@ -1,19 +1,13 @@
-depends autoconf &&
+. $GRIMOIRE/QT5_DEPENDS
depends libx11 &&
depends libxext &&
-depends -sub CXX gcc &&
-# Could use qt5, too. Work needed to test.
-# --with-qt4=$prefix
-# --with-qt5=$prefix
-depends qt4 &&

if [[ $QJACKCTL_BRANCH == scm ]]
then
- depends autoconf &&
depends CVS
fi &&

-depends JACK-DRIVER &&
+depends JACK-DRIVER

optional_depends alsa-lib \
"--enable-alsa-seq" \
diff --git a/audio-soft/qjackctl/DETAILS b/audio-soft/qjackctl/DETAILS
index 07c4396..663605f 100755
--- a/audio-soft/qjackctl/DETAILS
+++ b/audio-soft/qjackctl/DETAILS
@@ -9,12 +9,11 @@ SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-cvs"
SOURCE_IGNORE=volatile
FORCE_DOWNLOAD=on
else
- VERSION=0.4.2
+ VERSION=0.5.5
+
SOURCE_HASH=sha512:39799ab68ff459e38a7a6deea4ff9f5f59fdffa829f4d24975d11761305ede1de48bc3c3b75bc85d459b30072d9f3512728853968d2c0dedfafb3a9d7054b8ca
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"

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

Archive powered by MHonArc 2.6.24.

Top of Page