Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Florian Franzmann (2bc977fffd707440a81667b651c0dbde575548ae)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Florian Franzmann <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (2bc977fffd707440a81667b651c0dbde575548ae)
  • Date: Wed, 1 Jun 2022 20:35:27 +0000

GIT changes to master grimoire by Florian Franzmann <bwlf AT bandrate.org>:

devel/cppcheck/DETAILS | 4 ++--
devel/cppcheck/HISTORY | 3 +++
http/lagrange/DEPENDS | 33 +++++++++++++++++++++++++++------
http/lagrange/DETAILS | 4 ++--
http/lagrange/HISTORY | 3 +++
libs/protobuf/DETAILS | 4 ++--
libs/protobuf/HISTORY | 3 +++
libs/re2/DETAILS | 4 ++--
libs/re2/HISTORY | 3 +++
shell-term-fm/tmux/DEPENDS | 7 ++++++-
shell-term-fm/tmux/DETAILS | 4 ++--
shell-term-fm/tmux/HISTORY | 3 +++
x11/xscreensaver/DEPENDS | 2 +-
x11/xscreensaver/DETAILS | 4 ++--
x11/xscreensaver/HISTORY | 4 ++++
15 files changed, 65 insertions(+), 20 deletions(-)

New commits:
commit 2bc977fffd707440a81667b651c0dbde575548ae
Author: Florian Franzmann <bwlf AT bandrate.org>
Commit: Florian Franzmann <bwlf AT bandrate.org>

libs/protobuf: version 3.21.1

commit c2e622355c23f0e54344845837253df9fd92922b
Author: Florian Franzmann <bwlf AT bandrate.org>
Commit: Florian Franzmann <bwlf AT bandrate.org>

devel/cppcheck: version 2.8

commit 411a951a04b8be9346cdb7df2002d117fc03581b
Author: Florian Franzmann <bwlf AT bandrate.org>
Commit: Florian Franzmann <bwlf AT bandrate.org>

http/lagrange: version 1.13.6

commit fa54735b1e3a5065f0f06e48f52bf3eab541e448
Author: Florian Franzmann <bwlf AT bandrate.org>
Commit: Florian Franzmann <bwlf AT bandrate.org>

x11/xscreensaver: version 6.04

commit ae4c9b2dd164892809a8a18988e5d21c0ba31094
Author: Florian Franzmann <bwlf AT bandrate.org>
Commit: Florian Franzmann <bwlf AT bandrate.org>

libs/re2: version 2022-06-01

commit c31003d2a07687f917b3c984150ef47893ec6acc
Author: Florian Franzmann <bwlf AT bandrate.org>
Commit: Florian Franzmann <bwlf AT bandrate.org>

shell-term-fm/tmux: version 3.3

diff --git a/devel/cppcheck/DETAILS b/devel/cppcheck/DETAILS
index 148c2e9..2ac08a5 100755
--- a/devel/cppcheck/DETAILS
+++ b/devel/cppcheck/DETAILS
@@ -1,9 +1,9 @@
source $GRIMOIRE/CMAKE_FUNCTIONS
SPELL=cppcheck
- VERSION=2.7.5
+ VERSION=2.8
SOURCE="${SPELL}-${VERSION}.tar.gz"

SOURCE_URL[0]=https://github.com/danmar/cppcheck/archive/refs/tags/${VERSION}.tar.gz
-
SOURCE_HASH=sha512:7e0b561c669ad23302e807e4b3b24c4a13f18f093ba68082439bb91a66e5b0f76e1bc6a6d6c81b4f6d1a80d52ce650bc1b7909c834f9e4fc99a95eaf69e1acb6
+
SOURCE_HASH=sha512:67a760c4205ca908b5992e05b5bdd5d67052ae12aff870ee94d445fba48d211bfdfffc9fce0fb65b9fd693e82930b6b93e32636d230a73b12e8df42c4f7d27a2
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"

WEB_SITE="http://sourceforge.net/apps/mediawiki/cppcheck/index.php?title=Main_Page";
LICENSE[0]=GPL
diff --git a/devel/cppcheck/HISTORY b/devel/cppcheck/HISTORY
index f4aa16a..43ef764 100644
--- a/devel/cppcheck/HISTORY
+++ b/devel/cppcheck/HISTORY
@@ -1,3 +1,6 @@
+2022-06-01 Florian Franzmann <bwlf AT bandrate.org>
+ * DETAILS: version 2.8
+
2022-04-18 Florian Franzmann <bwlf AT bandrate.org>
* DETAILS: version 2.7.5

diff --git a/http/lagrange/DEPENDS b/http/lagrange/DEPENDS
index a8a0e99..2a45897 100755
--- a/http/lagrange/DEPENDS
+++ b/http/lagrange/DEPENDS
@@ -1,10 +1,31 @@
. "$GRIMOIRE"/CMAKE_DEPENDS
-depends sdl2 &&
-depends cmake &&
-depends SSL &&
-depends zlib &&
-depends pcre &&
+depends sdl2 &&
+depends cmake &&
+depends SSL &&
+depends zlib &&
+depends zip &&
+depends pcre &&
depends libunistring &&
+
optional_depends mpg123 \
ENABLE_MPG123={ON,OFF} \
- "for MPEG audio support"
+ "for MPEG audio support" &&
+
+optional_depends fribidi \
+ "-DENABLE_FRIBIDI=on" \
+ "-DENABLE_FRIBIDI=off" \
+ "for rendering bidirectional text" &&
+
+optional_depends harfbuzz \
+ "-DENABLE_HARFBUZZ=on" \
+ "-DENABLE_HARFBUZZ=off" \
+ "for text shaping" &&
+
+optional_depends libwebp \
+ "-DENABLE_WEBP=on" \
+ "-DENABLE_WEBP=off" \
+ "for decoding webp images" &&
+if is_depends_enabled $SPELL libwebp; then
+ depends pkgconfig
+fi
+
diff --git a/http/lagrange/DETAILS b/http/lagrange/DETAILS
index cfe345a..f71af3f 100755
--- a/http/lagrange/DETAILS
+++ b/http/lagrange/DETAILS
@@ -1,9 +1,9 @@
. "$GRIMOIRE"/CMAKE_FUNCTIONS
SPELL=lagrange
- VERSION=1.13.3
+ VERSION=1.13.6
SOURCE="$SPELL-$VERSION.tar.gz"

SOURCE_URL[0]=https://git.skyjake.fi/gemini/$SPELL/releases/download/v$VERSION/$SOURCE
-
SOURCE_HASH=sha512:6614a3551b80a113e9e2844aadcb73f4390f7adfc07d17f2c7333758970ebf93a2327ecf6a08ff095d85c1e699bd4104c13ba5b514fc619293a1d657239eed6f
+
SOURCE_HASH=sha512:a7693d8bc63c14004def4ce7ae5e5ebcd15c8e91b993b1735dbbaef6fbebb3f732eced8223ae46c4fef951a23e2d8558cd07d3d163c9e3f1c120b7db477d11c1
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE="https://gmi.skyjake.fi/lagrange/";
LICENSE[0]="BSD-2-clause"
diff --git a/http/lagrange/HISTORY b/http/lagrange/HISTORY
index 80defef..9f2af5e 100644
--- a/http/lagrange/HISTORY
+++ b/http/lagrange/HISTORY
@@ -1,4 +1,7 @@
2022-05-06 Florian Franzmann <bwlf AT bandrate.org>
+ * DETAILS, DEPENDS: version 1.13.6
+
+2022-05-06 Florian Franzmann <bwlf AT bandrate.org>
* DETAILS: version 1.13.3

2022-02-13 Florian Franzmann <bwlf AT bandrate.org>
diff --git a/libs/protobuf/DETAILS b/libs/protobuf/DETAILS
index 0e862d6..248ea46 100755
--- a/libs/protobuf/DETAILS
+++ b/libs/protobuf/DETAILS
@@ -1,7 +1,7 @@
source $GRIMOIRE/CMAKE_FUNCTIONS
SPELL=protobuf
- VERSION=3.19.4
-
SOURCE_HASH=sha512:2653b9852e5ac69f1de9b6ac02887c366aa0a9efd2b29e53135f61a9a10f5a1b5853a8c4cbb3658f519dfdbde9f32c547c39751ab417f123162b08be9e76c9e1
+ VERSION=3.21.1
+
SOURCE_HASH=sha512:ea8496f56299659f9cdfaa80df97a2bfb8af1586f5bce00bd7e8445b152fd3c8386219fbb521e5337aa0470ccb4ca327ba1e19b5f4c6c8514ddfaa50e4308297
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=https://$SPELL.googlecode.com
diff --git a/libs/protobuf/HISTORY b/libs/protobuf/HISTORY
index f6cb617..58b224e 100644
--- a/libs/protobuf/HISTORY
+++ b/libs/protobuf/HISTORY
@@ -1,3 +1,6 @@
+2022-06-01 Florian Franzmann <bwlf AT bandrate.org>
+ * DETAILS: version 3.21.1
+
2022-01-28 Florian Franzmann <bwlf AT bandrate.org>
* DETAILS: version 3.19.4

diff --git a/libs/re2/DETAILS b/libs/re2/DETAILS
index 3caadd6..0ba4acf 100755
--- a/libs/re2/DETAILS
+++ b/libs/re2/DETAILS
@@ -1,7 +1,7 @@
source $GRIMOIRE/CMAKE_FUNCTIONS
SPELL=re2
- VERSION=2022-04-01
-
SOURCE_HASH=sha512:fc3d7cc1ee6bd771719845566d83ffc8c4e19d838748e842a1e19c7564473c9a0a061bebb3966ffa82de6515346f9bbddc2d94ceb3de89233f58826774bd7ce7
+ VERSION=2022-06-01
+
SOURCE_HASH=sha512:f3d5f2a3aa5eda74bc8f434d7b000eed8e107c894307a889466a4cb16a15b352a0332e10d80ed603c9e2e38bbcbdf11f15b6953cbdf461cc9fb0560e89a8ceb8
SOURCE=$SPELL-v$VERSION.tar.gz
SOURCE_URL=https://github.com/google/re2/archive/$VERSION.tar.gz
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
diff --git a/libs/re2/HISTORY b/libs/re2/HISTORY
index a46e7df..4582720 100644
--- a/libs/re2/HISTORY
+++ b/libs/re2/HISTORY
@@ -1,3 +1,6 @@
+2022-06-01 Florian Franzmann <bwlf AT bandrate.org>
+ * DETAILS: version 2022-06-01
+
2022-04-07 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 2022-04-01

diff --git a/shell-term-fm/tmux/DEPENDS b/shell-term-fm/tmux/DEPENDS
index d848e4b..41586ac 100755
--- a/shell-term-fm/tmux/DEPENDS
+++ b/shell-term-fm/tmux/DEPENDS
@@ -4,4 +4,9 @@ depends libevent &&
optional_depends libutempter \
"--enable-utempter" \
"--disable-utempter" \
- "for writing utmp entries"
+ "for writing utmp entries" &&
+
+optional_depends systemd \
+ "--enable-systemd" \
+ "--disable-systemd" \
+ "to get the socket via systemd"
diff --git a/shell-term-fm/tmux/DETAILS b/shell-term-fm/tmux/DETAILS
index a1c11fd..5fa5889 100755
--- a/shell-term-fm/tmux/DETAILS
+++ b/shell-term-fm/tmux/DETAILS
@@ -1,6 +1,6 @@
SPELL=tmux
- VERSION=3.2a
-
SOURCE_HASH=sha512:6e52c7f5d03b2c8b8c4c8caac092a166956ba97334b426f2823d74dc5849a1d31a80145924f641f69dd2c244809e9350d9bd7070897fa2e3e1f9f086f9b2f365
+ VERSION=3.3
+
SOURCE_HASH=sha512:2988ccef62337dee0a22579868608b611ce17e2160358a9ba4cc3a353fd1e6b1fea87584ceeed885f986b1786aac1b681c71bdf6a48ed4953809093280b38c09
SOURCE=$SPELL-$VERSION.tar.gz

SOURCE_URL[0]="https://github.com/$SPELL/$SPELL/releases/download/$VERSION/$SOURCE";
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
diff --git a/shell-term-fm/tmux/HISTORY b/shell-term-fm/tmux/HISTORY
index dd7722f..38f7a52 100644
--- a/shell-term-fm/tmux/HISTORY
+++ b/shell-term-fm/tmux/HISTORY
@@ -1,3 +1,6 @@
+2022-06-01 Florian Franzmann <bwlf AT bandrate.org>
+ * DEPENDS, DETAILS: version 3.3
+
2022-04-13 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: fixed license

diff --git a/x11/xscreensaver/DEPENDS b/x11/xscreensaver/DEPENDS
index bc118ae..2c1acce 100755
--- a/x11/xscreensaver/DEPENDS
+++ b/x11/xscreensaver/DEPENDS
@@ -115,7 +115,7 @@ suggest_depends electricsheep
\
"" \
"support for ElectricSheep screensaver" &&
optional_depends systemd \
- "----with-systemd" \
+ "--with-systemd" \
"--without-systemd" \
"build xscreensaver-systemd to lock on suspend"

diff --git a/x11/xscreensaver/DETAILS b/x11/xscreensaver/DETAILS
index d0ddc3c..ea70c06 100755
--- a/x11/xscreensaver/DETAILS
+++ b/x11/xscreensaver/DETAILS
@@ -1,12 +1,12 @@
SPELL=xscreensaver
- VERSION=6.03
+ VERSION=6.04
SECURITY_PATCH=1
SOURCE=$SPELL-$VERSION.tar.gz
# SOURCE_GPG="gurus.gpg:${SOURCE}.sig:WORKS_FOR_ME"
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://www.jwz.org/$SPELL/$SOURCE
WEB_SITE=http://www.jwz.org/xscreensaver/
-
SOURCE_HASH=sha512:4aa30824c972a73dc09aeba478cad074f273839a4c7641cddd292da38fc75db10a3f6243cbe8619c5e39cad54c27d33e1e271dfed167458faa7747fb0a090630
+
SOURCE_HASH=sha512:7e8f01853b3d9252ce0120894db7dd4fa3cd19114602a09aa770ec750e2f3742585ca4daf19b009e97386f8c0e3cc89330fe760148c6388f41de8cc1f48f8071
ENTERED=20010922
LICENSE[0]=BSD
KEYWORDS="x11"
diff --git a/x11/xscreensaver/HISTORY b/x11/xscreensaver/HISTORY
index 6a0a92c..505457c 100644
--- a/x11/xscreensaver/HISTORY
+++ b/x11/xscreensaver/HISTORY
@@ -1,3 +1,7 @@
+2022-05-01 Florian Franzmann <bwlf AT bandrate.org>
+ * DETAILS: version 6.04
+ * DEPENDS: systemd dependency
+
2022-03-06 Florian Franzmann <bwlf AT bandrate.org>
* DETAILS, CONFIGURE, DEPENDS: version 6.03




  • [SM-Commit] GIT changes to master grimoire by Florian Franzmann (2bc977fffd707440a81667b651c0dbde575548ae), Florian Franzmann, 06/01/2022

Archive powered by MHonArc 2.6.24.

Top of Page