Skip to Content.
Sympa Menu

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

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 (e263f4ccdc528a1b0a586fc519997f4fbf02aaf0)
  • Date: Tue, 30 May 2023 11:06:19 +0000

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

crypto/mosh/HISTORY | 3 +++
crypto/mosh/PRE_BUILD | 3 ++-
libs/abseil-cpp/DETAILS | 4 ++--
libs/abseil-cpp/HISTORY | 3 +++
libs/protobuf/DETAILS | 4 ++--
libs/protobuf/HISTORY | 3 +++
video/vlc/DEPENDS | 5 +----
video/vlc/HISTORY | 3 +++
8 files changed, 19 insertions(+), 9 deletions(-)

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

vlc - tweak depends

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

mosh - fix build

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

abseil-cpp: => 20230125.3

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

protobuf: => 23.2

diff --git a/crypto/mosh/HISTORY b/crypto/mosh/HISTORY
index 4749763..6af3d24 100644
--- a/crypto/mosh/HISTORY
+++ b/crypto/mosh/HISTORY
@@ -1,3 +1,6 @@
+2023-05-30 Treeve Jelbert <treeve AT sourcemage.org>
+ * PRE_BUILD; bump c++ version,; fixes build for latest protobuf
+
2022-10-31 Florian Franzmann <bwlf AT bandrate.org>
* DETAILS: version 1.4.0

diff --git a/crypto/mosh/PRE_BUILD b/crypto/mosh/PRE_BUILD
index becc4ea..82975b1 100755
--- a/crypto/mosh/PRE_BUILD
+++ b/crypto/mosh/PRE_BUILD
@@ -1,4 +1,5 @@
default_pre_build &&
cd "${SOURCE_DIRECTORY}" &&
-
+# protobuf needs at least c++17
+sed -i '/STDCXX/s/11/17/' configure.ac &&
./autogen.sh
diff --git a/libs/abseil-cpp/DETAILS b/libs/abseil-cpp/DETAILS
index 2bf7003..acfc29b 100755
--- a/libs/abseil-cpp/DETAILS
+++ b/libs/abseil-cpp/DETAILS
@@ -1,9 +1,9 @@
. "$GRIMOIRE"/CMAKE_FUNCTIONS
SPELL=abseil-cpp
- VERSION=20230125.2
+ VERSION=20230125.3
+
SOURCE_HASH=sha512:50509acfc4128fd31435631f71ac8cd0350acd9e290f78502723149016e7f07c9d84182ba99e0938b1873fecda09393d3fd7af8dabfb0d89cdcdd8a69a917e70
SOURCE="$SPELL-$VERSION.tar.gz"

SOURCE_URL[0]=https://github.com/abseil/$SPELL/archive/refs/tags/$VERSION.tar.gz
-
SOURCE_HASH=sha512:b2ba5023610aacb680b22bef894372810e6e7df76e630e56ac2f4b9498f70a872171f4562f6560ab78e837437b7bcfd3c47bfc2a5bb7fb20f28ec490dc8ed61f
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE="https://github.com/abseil/abseil-cpp";
LICENSE[0]="Apache-2.0"
diff --git a/libs/abseil-cpp/HISTORY b/libs/abseil-cpp/HISTORY
index d106ce1..1468979 100644
--- a/libs/abseil-cpp/HISTORY
+++ b/libs/abseil-cpp/HISTORY
@@ -1,3 +1,6 @@
+2023-05-30 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 20230125.3
+
2023-04-05 David C. Haley <khoralin AT gmail.com>
* DETAILS: version bump -> 20230125.2

diff --git a/libs/protobuf/DETAILS b/libs/protobuf/DETAILS
index 7893fa4..3b7ae55 100755
--- a/libs/protobuf/DETAILS
+++ b/libs/protobuf/DETAILS
@@ -1,7 +1,7 @@
source $GRIMOIRE/CMAKE_FUNCTIONS
SPELL=protobuf
- VERSION=22.2
-
SOURCE_HASH=sha512:0e1f295dac79198cc53f86d71558eb7eb7733adaed4956af029cb0c74dda8bfbdf5578cfbf1a35fc13b4e9ef6511d33a24232ed192d4c393d7f8578b1552fceb
+ VERSION=23.2
+
SOURCE_HASH=sha512:2bff54f80bcf5eac015d6eca5a57a96ced4dbc3f5c05ab1095b95c73fb44b06f98f74f1b235ecea5ed7ee45a8702fff9771c83d6e8a2bdfe012a84f0a93d2b26
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 73b88ed..c72e9bf 100644
--- a/libs/protobuf/HISTORY
+++ b/libs/protobuf/HISTORY
@@ -1,3 +1,6 @@
+2023-05-30 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 23.2
+
2023-04-05 David C. Haley <khoralin AT gmail.com>
* DETAILS: version 22.2
* DEPENDS: Python not listed in build requirements;
diff --git a/video/vlc/DEPENDS b/video/vlc/DEPENDS
index a87f7a6..2e3d785 100755
--- a/video/vlc/DEPENDS
+++ b/video/vlc/DEPENDS
@@ -1,17 +1,14 @@
depends zlib
optional_depends GETTEXT '' '--disable-nls' 'Natural Language support' &&
# interface options
-optional_depends libxpm '--enable-skins2' '--disable-skins2' 'build Skins'
&&
-if is_depends_enabled $SPELL libxpm;then
optional_depends qtbase \
"--enable-qt" \
- "--disable-qt" \
+ "--disable-qt --disable-skins2" \
"for Qt interface" &&

if is_depends_enabled $SPELL qtbase; then
depends qtx11extras &&
depends -sub CXX gcc
-fi
fi &&

optional_depends "fluidsynth" \
diff --git a/video/vlc/HISTORY b/video/vlc/HISTORY
index a869a7f..371c630 100644
--- a/video/vlc/HISTORY
+++ b/video/vlc/HISTORY
@@ -1,3 +1,6 @@
+2023-05-30 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: tweak qt flags
+
2022-11-30 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 3.0.18




  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (e263f4ccdc528a1b0a586fc519997f4fbf02aaf0), Treeve Jelbert, 05/30/2023

Archive powered by MHonArc 2.6.24.

Top of Page