New commits:
commit b729a550d330f683e09568552c85a78239d0ec09
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>
giflib5: fix dependency typo
commit fbee9b67273d932a2308ef28b6244bcd020c1339
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>
imagemagick: Re-enable functionality by re-enabling .la files
ImageMagick needs .la files on its coder modules to work. When we drop
them all, nothing works. The spell is pointless. Next attempt may drop
the main library .la, but not all, please.
commit 800b33bc24e04a620417df9e6a2e20bd212aa33e
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>
openmpi: use external hwloc, fix configure switch for fortran
diff --git a/graphics-libs/giflib5/DEPENDS b/graphics-libs/giflib5/DEPENDS
index 3a84944..483b639 100755
--- a/graphics-libs/giflib5/DEPENDS
+++ b/graphics-libs/giflib5/DEPENDS
@@ -1,4 +1,4 @@
optional_depends xmlto "" "" "for html documentation" &&
if is_depends_enabled "${SPELL}" "xmlto"; then
- depends immagemagick
+ depends imagemagick
fi
diff --git a/graphics-libs/giflib5/HISTORY b/graphics-libs/giflib5/HISTORY
index aaec3de..a6b727b 100644
--- a/graphics-libs/giflib5/HISTORY
+++ b/graphics-libs/giflib5/HISTORY
@@ -1,3 +1,6 @@
+2025-04-05 Thomas Orgis <sobukus AT sourcemage.org>
+ * DEPENDS: fix imagemagick typo
+
2024-02-20 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 5.2.2, added Watch line, quoting++
* DEPENDS: needs imagemagick to generate documentation
diff --git a/graphics/imagemagick/DETAILS b/graphics/imagemagick/DETAILS
index 13aa4d0..86d6df0 100755
--- a/graphics/imagemagick/DETAILS
+++ b/graphics/imagemagick/DETAILS
@@ -1,7 +1,7 @@
SPELL=imagemagick
SPELLX=ImageMagick
VERSION=7.1.1-45
- PATCHLEVEL=1
+ PATCHLEVEL=2
SOURCE_HASH=sha512:beb6b3f206ae07cc7538462c857d9a5a2aa8c27eb13e1ae771c3a384247036fc64f47f0b6f08326b19f25005bef8afc47d90fd42c36dea07215f093dca9a424d
SECURITY_PATCH=6
SOURCE=$SPELLX-$VERSION.tar.gz
diff --git a/graphics/imagemagick/HISTORY b/graphics/imagemagick/HISTORY
index bc7af7b..f7d2605 100644
--- a/graphics/imagemagick/HISTORY
+++ b/graphics/imagemagick/HISTORY
@@ -1,3 +1,8 @@
+2025-04-07 Thomas Orgis <sobukus AT sourcemage.org>
+ * PRE_BUILD: revert .la removal, as IM does rely
+ on them to read/write any file format
+ * DETAILS: ++PATCHLEVEL
+
2025-03-15 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 7.1.1-45