<div dir="ltr"><div>Hi,</div><div><br></div><div>Thanks for the patch. Applied:</div><div><br></div><div> <a href="https://invent.kde.org/graphics/digikam/-/commit/f64bbdfa6ee18b0ab3b0a546f35174c5a4baece2">https://invent.kde.org/graphics/digikam/-/commit/f64bbdfa6ee18b0ab3b0a546f35174c5a4baece2</a></div><div><br></div><div>Best</div><div><br></div><div>Gilles Caulier<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Le dim. 17 nov. 2024 à 20:56, Steven Robbins <<a href="mailto:steve@sumost.ca">steve@sumost.ca</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Saturday, November 16, 2024 1:33:12 A.M. CST Gilles Caulier wrote:<br>
> Dear digiKam fans and users,<br>
> <br>
> The digiKam development team is proud to release digiKam<br>
> 8.5.0. For more details, see announcement on <a href="http://digikam.org" rel="noreferrer" target="_blank">digikam.org</a>:<br>
<br>
Awesome news, thanks so much everyone for the superb software.<br>
<br>
I've built and uploaded the Debian packages. I had to make one tweak, below, <br>
in order to build agains ImageMagick 7. With this patch, the configuration <br>
provides two include dirs (as it did for IM 6)<br>
<br>
-- ImageMagick_INCLUDE_DIRS: /usr/include/ImageMagick-6;/usr/<br>
include/x86_64-linux-gnu/ImageMagick-6<br>
<br>
Without this patch, the configuration lacks the second include and the build <br>
fails. More discussion here: <a href="https://alioth-lists.debian.net/pipermail/pkg-cmake-team/2024-October/001752.html" rel="noreferrer" target="_blank">https://alioth-lists.debian.net/pipermail/pkg-cmake-team/2024-October/001752.html</a><br>
<br>
<br>
--- a/core/cmake/modules/FindImageMagick.cmake<br>
+++ b/core/cmake/modules/FindImageMagick.cmake<br>
@@ -95,7 +95,7 @@ function(FIND_IMAGEMAGICK_API component header)<br>
)<br>
<br>
find_path(ImageMagick_${component}_ARCH_INCLUDE_DIR<br>
- NAMES magick/magick-baseconfig.h<br>
+ NAMES magick/magick-baseconfig.h MagickCore/magick-baseconfig.h<br>
HINTS<br>
${PC_${component}_INCLUDEDIR}<br>
${PC_${component}_INCLUDE_DIRS}<br>
<br>
-Steve<br>
</blockquote></div>