Re: digiKam 8.5.0 is released

Steven Robbins <[email protected]> Sun, 17 Nov 2024 13:56:41 -0600
Newsgroups gmane.comp.kde.digikam.devel
Message-ID <6102439.lOV4Wx5bFT@riemann>
--nextPart4966681.31r3eYUQgx
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"; protected-headers="v1"
From: Steven Robbins <[email protected]>
Subject: Re: digiKam 8.5.0 is released
Date: Sun, 17 Nov 2024 13:56:41 -0600
Message-ID: <6102439.lOV4Wx5bFT@riemann>
MIME-Version: 1.0

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

--nextPart4966681.31r3eYUQgx
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: This is a digitally signed message part.
Content-Transfer-Encoding: 7Bit

-----BEGIN PGP SIGNATURE-----

iQIzBAABCAAdFiEEy89k8fa3rclNjyokyeVeL63I9LkFAmc6SnkACgkQyeVeL63I
9Lko/g/9EOI8/VOX7U2mgj6cNf7lkQUWZwL2bRp5Wf520DcJyv7L2CexWQJSgEHE
PPWBXHGOBqUfvpzvc0fQvjNEVznS8MTp1pTwoJJFevxgFM55EBczBv8hTMOen1wa
yOqEPiEYp/DLy4OBGiFRaRj8FMdgIqCvk7PRVoYBLYjQSXy7d+mBTAxeB2anSOte
usdi6LCUyfcqW121T/atN41SLlWAl2Lmo84Hy+Sf1Uyl5Qn7vyqml1q0FJ3vvGF2
eGtSJmzOT9mcnBXJGmubzIprnopKVxzry6kkC5dbhf5GvYyqaXRhxyYpByYYZH2C
wlRq1m7VVz+IXQYTNxv5ywHiY7oX3ogoXmiMUHsojMKFoUplXRGhFvP169GGkcvW
L0SRQWmfnZSJiqx9epThrO5VMlIvllQp4JEd39kveNtJvFl9WRV9nkRYwNWlPf8d
QLcqpGEjMN9lBYQ3+TMdanbxlwOnh1jSXkK1kscdBciaIQVk8ZZdLJxI6rdU8FXT
a7IhTnRYKQe/fOD7D7rlc+e2wfaWAPbkla42ftmx2IjF5bzIp1b+nupg/FVZyBnz
HJgOCsm/ZeiSYFFXdbpoHA78BgQjvgSfYwvnVHR8QJLV9VbsqbTG6igBGUI/sEfM
Q9gqPlH+IKAecTXOGVNSNHzzwjz1PIKcgi4vpW2wkHfBUW/XLDI=
=lvk+
-----END PGP SIGNATURE-----

--nextPart4966681.31r3eYUQgx--