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
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
This is the dependency : MACRO_OPTIONAL_FIND_PACKAGE(ImageMagick COMPONENTS MagickCore display) # For VideoSlideshow. Gilles Caulier
The FindImageMagick.cmake script is published through CMake component, not KDELibs. Gilles Caulier
Please report this problem to CMake project... Gilles Caulier
fyi, issue tracked @ cmake upstream here: http://public.kitware.com/Bug/view.php?id=14012
This file is not valid since 6.0.0, as video slideshow do not use IM anymore... Gilles Caulier