Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (553db907a0ac9a4a801aca49640897e032383a06)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <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 Pavel Vinogradov (553db907a0ac9a4a801aca49640897e032383a06)
  • Date: Mon, 15 Sep 2025 18:01:24 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

libs/libxml2/DEPENDS | 11 ++++++++++-
libs/libxml2/DETAILS | 4 ++--
libs/libxml2/HISTORY | 4 ++++
3 files changed, 16 insertions(+), 3 deletions(-)

New commits:
commit 553db907a0ac9a4a801aca49640897e032383a06
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

libs/libxml2: version 2.15.0

diff --git a/libs/libxml2/DEPENDS b/libs/libxml2/DEPENDS
index ecf9fef..cf25bf7 100755
--- a/libs/libxml2/DEPENDS
+++ b/libs/libxml2/DEPENDS
@@ -16,4 +16,13 @@ optional_depends xz-utils \
optional_depends python3 \
"--with-python=${INSTALL_ROOT}/usr/bin/python3" \
"--without-python" \
- "to build python bindings"
+ "to build python bindings" &&
+
+optional_depends doxygen \
+ "--with-docs" \
+ "--without-docs" \
+ "for documentation" &&
+if is_depends_enabled "${SPELL}" "doxygen"; then
+ depends libxslt &&
+ depends docbook-xsl
+fi
diff --git a/libs/libxml2/DETAILS b/libs/libxml2/DETAILS
index d1ce285..10b228c 100755
--- a/libs/libxml2/DETAILS
+++ b/libs/libxml2/DETAILS
@@ -1,7 +1,7 @@
# Watch: https://gitlab.gnome.org/GNOME/libxml2/-/tags
SPELL=libxml2
- VERSION=2.14.6
-
SOURCE_HASH="sha256:7ce458a0affeb83f0b55f1f4f9e0e55735dbfc1a9de124ee86fb4a66b597203a:UPSTREAM_HASH"
+ VERSION=2.15.0
+
SOURCE_HASH="sha256:5abc766497c5b1d6d99231f662e30c99402a90d03b06c67b62d6c1179dedd561:UPSTREAM_HASH"
SECURITY_PATCH=22
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
diff --git a/libs/libxml2/HISTORY b/libs/libxml2/HISTORY
index 630781b..4f68bef 100644
--- a/libs/libxml2/HISTORY
+++ b/libs/libxml2/HISTORY
@@ -1,3 +1,7 @@
+2025-09-15 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 2.15.0
+ * DEPENDS: added optional doxygen with libxslt and docbook-xsl
+
2025-09-08 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 2.14.6



  • [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (553db907a0ac9a4a801aca49640897e032383a06), Pavel Vinogradov, 09/17/2025

Archive powered by MHonArc 2.6.24.

Top of Page