Bug 316687 - ImageMagick-6.8.3.9 could not be found
Summary: ImageMagick-6.8.3.9 could not be found
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Plugin-Generic-VideoSlideshow (show other bugs)
Version: 5.5.0
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL: http://public.kitware.com/Bug/view.ph...
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-13 21:21 UTC by nucleo
Modified: 2019-02-24 11:04 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In: 6.1.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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