Skip to Content.
Sympa Menu

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

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 (ad527a0bd6e3da8391c39354a5f369be41f881e3)
  • Date: Sat, 18 Jun 2022 10:56:07 +0000

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

audio-creation/fluidsynth/CONFIGURE | 1 +
audio-creation/fluidsynth/DEPENDS | 2 +-
audio-creation/fluidsynth/DETAILS | 5 +++--
audio-creation/fluidsynth/HISTORY | 5 +++++
vulkan/glslang/DETAILS | 4 ++--
vulkan/glslang/HISTORY | 3 +++
xorg-proto/xcb-proto/DETAILS | 2 +-
xorg-proto/xcb-proto/HISTORY | 3 +++
8 files changed, 19 insertions(+), 6 deletions(-)

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

fluidsynth => 2.2.7

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

xcb-proto: => 1.15.2

commit 0d62abcfc1a620ea5f40272231e335a6de7c00c8
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

glslang: => 11.10.0

diff --git a/audio-creation/fluidsynth/CONFIGURE
b/audio-creation/fluidsynth/CONFIGURE
new file mode 100755
index 0000000..b2f02c3
--- /dev/null
+++ b/audio-creation/fluidsynth/CONFIGURE
@@ -0,0 +1 @@
+source $GRIMOIRE/CMAKE_CONFIGURE
diff --git a/audio-creation/fluidsynth/DEPENDS
b/audio-creation/fluidsynth/DEPENDS
index 1fbfa81..8cc18c5 100755
--- a/audio-creation/fluidsynth/DEPENDS
+++ b/audio-creation/fluidsynth/DEPENDS
@@ -1,4 +1,4 @@
-depends cmake &&
+source $GRIMOIRE/CMAKE_DEPENDS &&

optional_depends dbus \
"-Denable-dbus=ON" \
diff --git a/audio-creation/fluidsynth/DETAILS
b/audio-creation/fluidsynth/DETAILS
index fee0885..1343de6 100755
--- a/audio-creation/fluidsynth/DETAILS
+++ b/audio-creation/fluidsynth/DETAILS
@@ -1,6 +1,7 @@
+source $GRIMOIRE/CMAKE_FUNCTIONS
SPELL=fluidsynth
- VERSION=2.2.0
-
SOURCE_HASH=sha512:fa08c6d6914accbb5a99bb912066d97ded26ab3c706e663e76a4f1b024f610f676d2e1f7c30872d00e0fe86b5c494dcea581ecd0770977d235962a845c074bd6
+ VERSION=2.2.7
+
SOURCE_HASH=sha512:62709f96fa07bbafb9b907438da7376abdf1a4e679cd2b105c5bca257f1ff62c18bd4c646ef2ccba64ca5273604da996fb2caaf61eeee44686bf45fef1ed83a7
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 3343929..c5f7cc8 100644
--- a/audio-creation/fluidsynth/HISTORY
+++ b/audio-creation/fluidsynth/HISTORY
@@ -1,3 +1,8 @@
+2022-06-18 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 2.2.7
+ * CONFIGURE: added
+ * DEPENDS: use CMAKE_DEPENDS
+
2021-04-15 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 2.2.0

diff --git a/vulkan/glslang/DETAILS b/vulkan/glslang/DETAILS
index 70a4648..6650513 100755
--- a/vulkan/glslang/DETAILS
+++ b/vulkan/glslang/DETAILS
@@ -1,6 +1,6 @@
SPELL=glslang
- VERSION=11.9.0
-
SOURCE_HASH=sha512:62dc5ada79e3f6206a6d2c87664ddab4181ba9e3618733d2bd513b5af82ef914f0bb8aa60001004c2a1cb6d5349faee37521a291ec9a6ea2399aea7b6fe07d44
+ VERSION=11.10.0
+
SOURCE_HASH=sha512:5cd0b9410403bfb75b8031760110cd89eb8029ec8015ccc13802f1697ad30e685ce9e8fd307d197e66da28dcdf3f66b9851bc9e5f6d4daa3113bbf09af9f1e5e
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=https://github.com/KhronosGroup/$SPELL
diff --git a/vulkan/glslang/HISTORY b/vulkan/glslang/HISTORY
index 9b10590..42024e1 100644
--- a/vulkan/glslang/HISTORY
+++ b/vulkan/glslang/HISTORY
@@ -1,3 +1,6 @@
+2022-06-17 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 11.10.0
+
2022-05-23 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 11.9.0

diff --git a/xorg-proto/xcb-proto/DETAILS b/xorg-proto/xcb-proto/DETAILS
index f1f3527..2d90f88 100755
--- a/xorg-proto/xcb-proto/DETAILS
+++ b/xorg-proto/xcb-proto/DETAILS
@@ -1,5 +1,5 @@
SPELL=xcb-proto
- VERSION=1.15.1
+ VERSION=1.15.2
SOURCE="$SPELL-$VERSION.tar.xz"

SOURCE_URL[0]=https://xorg.freedesktop.org/archive/individual/proto/$SOURCE
SOURCE2=$SOURCE.sig
diff --git a/xorg-proto/xcb-proto/HISTORY b/xorg-proto/xcb-proto/HISTORY
index 8d46e01..aadbf45 100644
--- a/xorg-proto/xcb-proto/HISTORY
+++ b/xorg-proto/xcb-proto/HISTORY
@@ -1,3 +1,6 @@
+2022-06-18 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.15.2
+
2022-06-17 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.15.1




  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (ad527a0bd6e3da8391c39354a5f369be41f881e3), Treeve Jelbert, 06/18/2022

Archive powered by MHonArc 2.6.24.

Top of Page