Skip to Content.
Sympa Menu

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

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 (9fec10b47a075d552bb53ae3134721ac3cc5e81a)
  • Date: Mon, 13 Feb 2023 19:09:51 +0000

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

audio-creation/fluidsynth/DETAILS | 4 ++--
audio-creation/fluidsynth/HISTORY | 3 +++
qt5-cmake/dmidiplayer/DETAILS | 4 ++--
qt5-cmake/dmidiplayer/HISTORY | 3 +++
qt5-cmake/drumstick/DEPENDS | 9 ++++++---
qt5-cmake/drumstick/DETAILS | 4 ++--
qt5-cmake/drumstick/HISTORY | 4 ++++
7 files changed, 22 insertions(+), 9 deletions(-)

New commits:
commit 9fec10b47a075d552bb53ae3134721ac3cc5e81a
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

fluidsynth: => 2.3.1

commit 7c0d36983997f83394de0666df0b8f6355f23fe9
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

drumstick: => 2.7.2

commit 7a332afec496d7dca504231f587db376312224cb
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

dmidiplayer: => 1.7.1

diff --git a/audio-creation/fluidsynth/DETAILS
b/audio-creation/fluidsynth/DETAILS
index 714a51e..610b951 100755
--- a/audio-creation/fluidsynth/DETAILS
+++ b/audio-creation/fluidsynth/DETAILS
@@ -1,7 +1,7 @@
source $GRIMOIRE/CMAKE_FUNCTIONS
SPELL=fluidsynth
- VERSION=2.3.0
-
SOURCE_HASH=sha512:621a54f7d9845a9350381e9aa99f342b28050e1dd80983e69828acc685ace39ee5376f8e40d7a93ddb247718e4bcfb3f196cbd4027343251f8c0fbe3c0d219ed
+ VERSION=2.3.1
+
SOURCE_HASH=sha512:1633294bf6c714361c381151b62d9dd2c8f388490153e7964bfa14fd647a681db9ebfe1de0a06279972d6c5b30377f67361feb4db186b1faa235600f0ae02b22
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"

SOURCE_URL[0]=https://github.com/FluidSynth/fluidsynth/archive/v$VERSION.tar.gz
diff --git a/audio-creation/fluidsynth/HISTORY
b/audio-creation/fluidsynth/HISTORY
index 169a582..04380c1 100644
--- a/audio-creation/fluidsynth/HISTORY
+++ b/audio-creation/fluidsynth/HISTORY
@@ -1,3 +1,6 @@
+2023-02-13 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 2.3.1
+
2022-11-26 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 2.3.0
* DEPENDS: add pipwire
diff --git a/qt5-cmake/dmidiplayer/DETAILS b/qt5-cmake/dmidiplayer/DETAILS
index 2db8d96..3d04204 100755
--- a/qt5-cmake/dmidiplayer/DETAILS
+++ b/qt5-cmake/dmidiplayer/DETAILS
@@ -1,6 +1,6 @@
SPELL=dmidiplayer
- VERSION=1.7.0
-
SOURCE_HASH=sha512:85158d2a7a743d3c7d57d392051604ab07e93c301edcc5f471a73104e069734ae3d7356a61850cded261ee9c8ee866695402963613cd7eea9bb23f4e63070c8e
+ VERSION=1.7.1
+
SOURCE_HASH=sha512:040b06516f42a66fde968d8b808bd31d2c66536fd91f8044f75bb8c42ded1a4c0cb451deb1cccd8da3d8df0b764e9aab199b1c70506b3948d5651ddf065f750b
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_URL[0]=https://sourceforge.net/projects/$SPELL/files/$SOURCE
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/qt5-cmake/dmidiplayer/HISTORY b/qt5-cmake/dmidiplayer/HISTORY
index 4b295d0..a9666c3 100644
--- a/qt5-cmake/dmidiplayer/HISTORY
+++ b/qt5-cmake/dmidiplayer/HISTORY
@@ -1,3 +1,6 @@
+2023-02-13 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.7.1
+
2022-08-12 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.7.0

diff --git a/qt5-cmake/drumstick/DEPENDS b/qt5-cmake/drumstick/DEPENDS
index c44f784..f845fc5 100755
--- a/qt5-cmake/drumstick/DEPENDS
+++ b/qt5-cmake/drumstick/DEPENDS
@@ -4,6 +4,9 @@ if is_depends_enabled $SPELL qt6base;then
fi &&
depends alsa-lib &&
depends shared-mime-info &&
-optional_depends fluidsynth '' '' 'real-time software synthesizer' &&
-optional_depends pulseaudio '' '' 'Pulse Auiod support' &&
-optional_depends doxygen -DBUILD_DOCS={ON,OFF} 'build documentation'
+optional_depends dbus -DUSE_DBUS={ON,OFF} 'DBus support for
RealtimeKit' &&
+optional_depends sonivox -DUSE_SONIVOX={ON,OFF} 'Sonivox support' &&
+
+optional_depends fluidsynth -DUSE_FLUIDSYNTH={ON,OFF} 'real-time software
synthesizer' &&
+optional_depends pulseaudio -DUSE_PULSEAUDIO={ON,OFF} 'Pulse Auiod support'
&&
+optional_depends doxygen -DBUILD_DOCS={ON,OFF} 'build documentation'
diff --git a/qt5-cmake/drumstick/DETAILS b/qt5-cmake/drumstick/DETAILS
index b1c4bbf..2fd3245 100755
--- a/qt5-cmake/drumstick/DETAILS
+++ b/qt5-cmake/drumstick/DETAILS
@@ -1,6 +1,6 @@
SPELL=drumstick
- VERSION=2.7.0
-
SOURCE_HASH=sha512:3199a0a70afa3a9eca0aaf5acdd2dc53d4d7fc0aee69736102b9d8f20a9e586120188515ef2da112e187532c6d0cbcb68f5ae6c44f4308bb24b03abdce89f30a
+ VERSION=2.7.2
+
SOURCE_HASH=sha512:714a68fc61aa49d4e5b5e4edac4798ab7d8e9b6552c3a7ac5e30fe3cf8206ba8e63628c6dff59d25a15a2afee783b3b621c8069e01296d5cc67e8aec9ed9b68d
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_URL[0]=https://sourceforge.net/projects/drumstick/files/$SOURCE
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/qt5-cmake/drumstick/HISTORY b/qt5-cmake/drumstick/HISTORY
index 21faf3f..bbc4535 100644
--- a/qt5-cmake/drumstick/HISTORY
+++ b/qt5-cmake/drumstick/HISTORY
@@ -1,3 +1,7 @@
+2023-02-13 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 2.7.2
+ * DEPENDS: improve
+
2022-08-12 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 2.7.0




  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (9fec10b47a075d552bb53ae3134721ac3cc5e81a), Treeve Jelbert, 02/13/2023

Archive powered by MHonArc 2.6.24.

Top of Page