FS#36450 - [cmake] Add fix for imagemagick in staging repo

Attached to Project: Arch Linux
Opened by Eric Belanger (Snowman) - Thursday, 08 August 2013, 03:12 GMT
Last edited by Eric Belanger (Snowman) - Friday, 09 August 2013, 19:51 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Andrea Scarpino (BaSh)
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

The imagemgick in [staging] repo has new library names (I added hdri support):

libMagick++-6.Q16.so.1 => libMagick++-6.Q16HDRI.so.2
libMagickCore-6.Q16.so.1 => libMagickCore-6.Q16HDRI.so.1
libMagickWand-6.Q16.so.1 => libMagickWand-6.Q16HDRI.so.1

so /usr/share/cmake-2.8/Modules/FindImageMagick.cmake has to be patched to also look for these library names. This blocks the kipi-plugins rebuild in the TODO list as it can't find the imagemagick libraries. If you want, I can do these changes.
This task depends upon

Closed by  Eric Belanger (Snowman)
Friday, 09 August 2013, 19:51 GMT
Reason for closing:  Fixed
Comment by Eric Belanger (Snowman) - Friday, 09 August 2013, 19:51 GMT
I went ahead and fixed it: cmake-2.8.11.2-2 in [extra]
I've also opened a bug report upstream [1] with a proper patch (all combination of library names). The PKGBUILD use a quick hack.
[1] http://public.kitware.com/Bug/view.php?id=14348

Loading...