digiKam 8.5.0 is released

Steven Robbins steve at sumost.ca
Sun Nov 17 19:56:41 GMT 2024


On Saturday, November 16, 2024 1:33:12 A.M. CST Gilles Caulier wrote:
> Dear digiKam fans and users,
> 
> The digiKam development team is proud to release digiKam
> 8.5.0. For more details, see announcement on digikam.org:

Awesome news, thanks so much everyone for the superb software.

I've built and uploaded the Debian packages.  I had to make one tweak, below, 
in order to build agains ImageMagick 7.  With this patch, the configuration 
provides two include dirs (as it did for IM 6)

-- ImageMagick_INCLUDE_DIRS:           	/usr/include/ImageMagick-6;/usr/
include/x86_64-linux-gnu/ImageMagick-6

Without this patch, the configuration lacks the second include and the build 
fails.  More discussion here:  https://alioth-lists.debian.net/pipermail/pkg-cmake-team/2024-October/001752.html


--- a/core/cmake/modules/FindImageMagick.cmake
+++ b/core/cmake/modules/FindImageMagick.cmake
@@ -95,7 +95,7 @@ function(FIND_IMAGEMAGICK_API component header)
     )
 
     find_path(ImageMagick_${component}_ARCH_INCLUDE_DIR
-              NAMES magick/magick-baseconfig.h
+              NAMES magick/magick-baseconfig.h MagickCore/magick-baseconfig.h
               HINTS
                   ${PC_${component}_INCLUDEDIR}
                   ${PC_${component}_INCLUDE_DIRS}

-Steve
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: This is a digitally signed message part.
URL: <http://mail.kde.org/pipermail/digikam-devel/attachments/20241117/a56e1a2c/attachment.sig>


More information about the Digikam-devel mailing list