Re: digiKam 8.5.0 is released

Gilles Caulier <[email protected]> Mon, 18 Nov 2024 02:56:23 +0100
Newsgroups gmane.comp.kde.digikam.devel
Message-ID <CAHFG6sFgDbgJGehmq2EvA4eXYFcMU1OPyMt_vuTUjq0qf98H1A@mail.gmail.com>
--000000000000d8fe850627263acd
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

Hi,

Thanks for the patch. Applied:


https://invent.kde.org/graphics/digikam/-/commit/f64bbdfa6ee18b0ab3b0a546f3=
5174c5a4baece2

Best

Gilles Caulier

Le dim. 17 nov. 2024 =C3=A0 20:56, Steven Robbins <[email protected]> a =C3=
=A9crit :

> 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/001=
752.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
>

--000000000000d8fe850627263acd
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr"><div>Hi,</div><div><br></div><div>Thanks for the patch. Ap=
plied:</div><div><br></div><div>=C2=A0<a href=3D"https://invent.kde.org/gra=
phics/digikam/-/commit/f64bbdfa6ee18b0ab3b0a546f35174c5a4baece2">https://in=
vent.kde.org/graphics/digikam/-/commit/f64bbdfa6ee18b0ab3b0a546f35174c5a4ba=
ece2</a></div><div><br></div><div>Best</div><div><br></div><div>Gilles Caul=
ier<br></div></div><br><div class=3D"gmail_quote"><div dir=3D"ltr" class=3D=
"gmail_attr">Le=C2=A0dim. 17 nov. 2024 =C3=A0=C2=A020:56, Steven Robbins &l=
t;<a href=3D"mailto:[email protected]">[email protected]</a>&gt; a =C3=A9crit=
=C2=A0:<br></div><blockquote class=3D"gmail_quote" style=3D"margin:0px 0px =
0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Satur=
day, November 16, 2024 1:33:12 A.M. CST Gilles Caulier wrote:<br>
&gt; Dear digiKam fans and users,<br>
&gt; <br>
&gt; The digiKam development team is proud to release digiKam<br>
&gt; 8.5.0. For more details, see announcement on <a href=3D"http://digikam=
.org" rel=3D"noreferrer" target=3D"_blank">digikam.org</a>:<br>
<br>
Awesome news, thanks so much everyone for the superb software.<br>
<br>
I&#39;ve built and uploaded the Debian packages.=C2=A0 I had to make one tw=
eak, below, <br>
in order to build agains ImageMagick 7.=C2=A0 With this patch, the configur=
ation <br>
provides two include dirs (as it did for IM 6)<br>
<br>
-- ImageMagick_INCLUDE_DIRS:=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 /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 buil=
d <br>
fails.=C2=A0 More discussion here:=C2=A0 <a href=3D"https://alioth-lists.de=
bian.net/pipermail/pkg-cmake-team/2024-October/001752.html" rel=3D"noreferr=
er" target=3D"_blank">https://alioth-lists.debian.net/pipermail/pkg-cmake-t=
eam/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>
=C2=A0 =C2=A0 =C2=A0)<br>
<br>
=C2=A0 =C2=A0 =C2=A0find_path(ImageMagick_${component}_ARCH_INCLUDE_DIR<br>
-=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 NAMES magick/magick-basec=
onfig.h<br>
+=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 NAMES magick/magick-basec=
onfig.h MagickCore/magick-baseconfig.h<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0HINTS<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0${PC_$=
{component}_INCLUDEDIR}<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0${PC_$=
{component}_INCLUDE_DIRS}<br>
<br>
-Steve<br>
</blockquote></div>

--000000000000d8fe850627263acd--