sm-commit AT lists.ibiblio.org
Subject: Source Mage code commit list
List archive
[[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (121fcb54a0713c38d1d91399c2912764ebe776a9)
- From: Treeve Jelbert <scm AT sourcemage.org>
- To: sm-commit AT lists.ibiblio.org, sm-commit AT lists.sourcemage.org
- Subject: [[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (121fcb54a0713c38d1d91399c2912764ebe776a9)
- Date: Tue, 16 Sep 2025 10:49:53 +0000
GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:
kde-extra/komodo/CONFIGURE | 1 +
kde-extra/komodo/DEPENDS | 15 +++++++++++++++
kde-extra/komodo/HISTORY | 3 +++
libs/libetonyek/DEPENDS | 3 +++
libs/libetonyek/HISTORY | 3 +++
libs/libodfgen/HISTORY | 3 +++
libs/libodfgen/PRE_BUILD | 3 +++
libs/libodfgen/patches/includes.patch | 10 ++++++++++
python-pypi/lxml/BUILD | 3 +++
python-pypi/lxml/DETAILS | 4 ++--
python-pypi/lxml/HISTORY | 4 ++++
video/ffmpeg8/DEPENDS | 2 +-
video/ffmpeg8/HISTORY | 3 +++
13 files changed, 54 insertions(+), 3 deletions(-)
New commits:
commit 121fcb54a0713c38d1d91399c2912764ebe776a9
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
ffmpeg8 - actually disable opencv
commit 3c15c308233396f0d0b51131be19c3566c369b40
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
lxml - fix build
commit df78e21189c282812c49030d7369e0758488f67a
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
lxml: => 6.0.1
commit e7de565ba360f36eb082daccb31406a70ac8e644
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
libetonyek - fix finding mdds
commit 883e41f9a1d85eda5971d781c36f1129c6ef1904
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
libodfgen - fix build
commit c10bd74020721b40185d84c7e0f6b4aa30bd70f7
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
komodo - add missing files
diff --git a/kde-extra/komodo/CONFIGURE b/kde-extra/komodo/CONFIGURE
new file mode 100755
index 0000000..b2f02c3
--- /dev/null
+++ b/kde-extra/komodo/CONFIGURE
@@ -0,0 +1 @@
+source $GRIMOIRE/CMAKE_CONFIGURE
diff --git a/kde-extra/komodo/DEPENDS b/kde-extra/komodo/DEPENDS
new file mode 100755
index 0000000..2ea1d89
--- /dev/null
+++ b/kde-extra/komodo/DEPENDS
@@ -0,0 +1,15 @@
+source $GRIMOIRE/KDE_DEPENDS &&
+vdepends <<!
+ qt6declarative
+ kcolorscheme
+ kconfig
+ kcoreaddons
+ kdbusaddons
+ kguiaddons
+ ki18n
+ kiconthemes
+ kitemmodels
+ kirigami
+ kirigami-addons
+ qqc2-desktop-style
+!
diff --git a/kde-extra/komodo/HISTORY b/kde-extra/komodo/HISTORY
index 554294e..04d3a9a 100644
--- a/kde-extra/komodo/HISTORY
+++ b/kde-extra/komodo/HISTORY
@@ -1,3 +1,6 @@
+2025-09-15 Treeve Jelbert <treeve AT sourcemage.org>
+ * CONFIGURE DEPENDS: add missing files
+
2025-09-13 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.5.0
diff --git a/libs/libetonyek/DEPENDS b/libs/libetonyek/DEPENDS
index 97075e2..04c0b49 100755
--- a/libs/libetonyek/DEPENDS
+++ b/libs/libetonyek/DEPENDS
@@ -5,6 +5,9 @@ depends liblangtag &&
depends librevenge &&
depends libxml2 &&
VV=`installed_version mdds` &&
+if [[ $VV == '3.1.0' ]];then
+ VV='3.0.0'
+fi &&
depends mdds --with-mdds=${VV%.?} &&
optional_depends doxygen \
--{with,without}-docs \
diff --git a/libs/libetonyek/HISTORY b/libs/libetonyek/HISTORY
index 3ae96fa..445f758 100644
--- a/libs/libetonyek/HISTORY
+++ b/libs/libetonyek/HISTORY
@@ -1,3 +1,6 @@
+2025-09-16 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: fix detection of mdds-3.1
+
2025-05-09 Treeve Jelbert <treeve AT sourcemage.org>
* PRE_BUILD: added, fix for mdds-3
diff --git a/libs/libodfgen/HISTORY b/libs/libodfgen/HISTORY
index 03c1f83..b3c506e 100644
--- a/libs/libodfgen/HISTORY
+++ b/libs/libodfgen/HISTORY
@@ -1,3 +1,6 @@
+2025-09-16 Treeve Jelbert <treeve AT sourcemage.org>
+ * PRE_BUILD includes.patch: added, fix for gcc-15
+
2024-05-08 Treeve Jelbert <treeve AT sourcemage.org>
* DEPENDS: add libxml2
diff --git a/libs/libodfgen/PRE_BUILD b/libs/libodfgen/PRE_BUILD
new file mode 100755
index 0000000..4604ffc
--- /dev/null
+++ b/libs/libodfgen/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+apply_patch_dir patches
diff --git a/libs/libodfgen/patches/includes.patch
b/libs/libodfgen/patches/includes.patch
new file mode 100644
index 0000000..b135d83
--- /dev/null
+++ b/libs/libodfgen/patches/includes.patch
@@ -0,0 +1,10 @@
+--- libodfgen-0.1.8/src/OdfGenerator.cxx~ 2021-01-06 04:16:44.000000000
-0600
++++ libodfgen-0.1.8/src/OdfGenerator.cxx 2025-02-25 13:44:24.275284629
-0600
+@@ -31,6 +31,7 @@
+ #include "OdfGenerator.hxx"
+
+ #include <math.h>
++#include <cstdint>
+
+ #include <cctype>
+ #include <limits>
diff --git a/python-pypi/lxml/BUILD b/python-pypi/lxml/BUILD
new file mode 100755
index 0000000..cd1f701
--- /dev/null
+++ b/python-pypi/lxml/BUILD
@@ -0,0 +1,3 @@
+CFLAGS+=' -Wno-incompatible-pointer-types' &&
+default_build
+
diff --git a/python-pypi/lxml/DETAILS b/python-pypi/lxml/DETAILS
index 5379312..ba1ba9c 100755
--- a/python-pypi/lxml/DETAILS
+++ b/python-pypi/lxml/DETAILS
@@ -1,7 +1,7 @@
# Watch: https://github.com/lxml/lxml/tags lxml-([0-9.]+)\.tar
SPELL=lxml
- VERSION=6.0.0
-
SOURCE_HASH=sha512:05519e03067de5d85be76994070c0a25f35eb52c2df5fc540aa6d2661af09636021c9b6b60d102c687cd9b8f800ecffdb9f2407d7d0f5bbbc43c4c0b38a3b18e
+ VERSION=6.0.1
+
SOURCE_HASH=sha512:7a41325af7b2b802ed368274444fbe4f272141c93f798ea60305c67a11484c73c5686dc24a37a784be1e574ad22bb4ff06111e868ef0567156e6a143f7742554
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_URL[0]=https://github.com/lxml/lxml/archive/$SOURCE
SECURITY_PATCH=2
diff --git a/python-pypi/lxml/HISTORY b/python-pypi/lxml/HISTORY
index 42fe545..f855f0d 100644
--- a/python-pypi/lxml/HISTORY
+++ b/python-pypi/lxml/HISTORY
@@ -1,3 +1,7 @@
+2025-09-16 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 6.0.1
+ * BUILD: fix for -Wincompatible-pointer-types
+
2025-09-09 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 6.0.0
diff --git a/video/ffmpeg8/DEPENDS b/video/ffmpeg8/DEPENDS
index 0112e78..9e3be55 100755
--- a/video/ffmpeg8/DEPENDS
+++ b/video/ffmpeg8/DEPENDS
@@ -158,7 +158,7 @@ optional_depends libvdpau \
optional_depends OPENCV \
"--enable-libopencv" \
- "" \
+ "--disable-libopencv" \
"to video filtering via libopencv" &&
optional_depends libva '--enable-vaapi' '--disable-vaapi' 'Video
Acceleration API' &&
diff --git a/video/ffmpeg8/HISTORY b/video/ffmpeg8/HISTORY
index fdecf27..1d8fe22 100644
--- a/video/ffmpeg8/HISTORY
+++ b/video/ffmpeg8/HISTORY
@@ -1,3 +1,6 @@
+2025-09-31 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: actually disable opencv
+
2025-08-31 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 8.0
spell created, based on ffmpeg7
- [[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (121fcb54a0713c38d1d91399c2912764ebe776a9), Treeve Jelbert, 09/18/2025
Archive powered by MHonArc 2.6.24.