[cmake-developers] [CMake 0014012]: FindImageMagick.cmake needs update for ImageMagick >= 6.8.0-8, perhaps use pkgconfig
Mantis Bug Tracker
mantis at public.kitware.com
Thu Mar 14 12:01:43 EDT 2013
The following issue has been SUBMITTED.
======================================================================
http://public.kitware.com/Bug/view.php?id=14012
======================================================================
Reported By: Orion Poplawski
Assigned To:
======================================================================
Project: CMake
Issue ID: 14012
Category: Modules
Reproducibility: always
Severity: major
Priority: normal
Status: new
======================================================================
Date Submitted: 2013-03-14 12:01 EDT
Last Modified: 2013-03-14 12:01 EDT
======================================================================
Summary: FindImageMagick.cmake needs update for ImageMagick
>= 6.8.0-8, perhaps use pkgconfig
Description:
From ImageMagick's 6.8.0-8 changelog:
ABI is incompatible if quantum depth change. Add abi indication to library
name, thanks to Bastien Roucaries (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=22352 [^]).
The library names now include a new suffix, either -6.Q8 or -6.Q16 (maybe others
too?), depending on the quantum depth ImageMagick was compiled with.
For example on Fedora Linux we have the following library name changes:
/usr/lib/libMagick++.so.5 => /usr/lib/libMagick++-6.Q16.so.1
/usr/lib/libMagickCore.so.5 => /usr/lib/libMagickCore-6.Q16.so.1
/usr/lib/libMagickWand.so.5 => /usr/lib/libMagickWand-6.Q16.so.1
I think FindImageMagick really should be using pkgconfig instead of hacks to
search for possible names.
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2013-03-14 12:01 Orion PoplawskiNew Issue
======================================================================
More information about the cmake-developers
mailing list