Bug 316687

Summary: ImageMagick-6.8.3.9 could not be found
Product: [Applications] digikam Reporter: nucleo <nucleo>
Component: Plugin-Generic-VideoSlideshowAssignee: Digikam Developers <digikam-bugs-null>
Status: RESOLVED FIXED    
Severity: normal CC: caulier.gilles, rdieter
Priority: NOR    
Version: 5.5.0   
Target Milestone: ---   
Platform: Other   
OS: Linux   
URL: http://public.kitware.com/Bug/view.php?id=14012
Latest Commit: Version Fixed In: 6.1.0

Description nucleo 2013-03-13 21:21:06 UTC
Digikam fails to find new ImageMagick-6.8.3.9 with error
-- Could NOT find ImageMagick (missing:  ImageMagick_MagickCore_LIBRARY) (found version "6.8.3-9")

See more info about  changes in ImageMagick-6.8.3.9
http://lists.fedoraproject.org/pipermail/devel/2013-March/180084.html

Reproducible: Always
Comment 1 caulier.gilles 2013-03-13 21:47:54 UTC
ImageMagick c++ library are only used with VideoSlideshow tool.

In kipi-plugins, we use already existing cmake script to find lib.

I'm not sure who host this script : cmake or kdelibs.

In all case, we (digiKam team) cannot change something about this script. This report must be moved at the right place.

Gilles Caulier
Comment 2 caulier.gilles 2013-03-13 21:49:32 UTC
This is the dependency :

MACRO_OPTIONAL_FIND_PACKAGE(ImageMagick COMPONENTS MagickCore display)   # For VideoSlideshow.

Gilles Caulier
Comment 3 caulier.gilles 2013-03-13 21:50:55 UTC
The FindImageMagick.cmake script is published through CMake component, not KDELibs.

Gilles Caulier
Comment 4 caulier.gilles 2013-03-13 21:53:10 UTC
Please report this problem to CMake project...

Gilles Caulier
Comment 5 Rex Dieter 2013-03-18 19:19:06 UTC
fyi, issue tracked @ cmake upstream here:
http://public.kitware.com/Bug/view.php?id=14012
Comment 6 caulier.gilles 2019-02-24 11:04:15 UTC
This file is not valid since 6.0.0, as video slideshow do not use IM anymore...

Gilles Caulier