Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 699888

Summary: media-gfx/inkscape-0.92.4 (and -1.0_beta) depend on <ImageMagick-7.0.0
Product: Gentoo Linux Reporter: Jonas Stein <jstein>
Component: Current packagesAssignee: Gentoo Graphics Project <graphics+disabled>
Status: RESOLVED DUPLICATE    
Severity: normal CC: jstein
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://bugs.gentoo.org/show_bug.cgi?id=677058
Whiteboard:
Package list:
Runtime testing required: ---

Description Jonas Stein gentoo-dev 2019-11-11 20:59:44 UTC
Inkscape can not use >=ImageMagick-7.0.0

https://gitlab.com/inkscape/inkscape/blob/master/CMakeScripts/DefineDependsandFlags.cmake

--------------8<--------------
if(WITH_IMAGE_MAGICK)
    # we want "<" but pkg_check_modules only offers "<=" for some reason; let's hope nobody actually has 7.0.0
    pkg_check_modules(MAGICK ImageMagick++<=7)
    if(MAGICK_FOUND)
        set(WITH_GRAPHICS_MAGICK OFF)  # prefer ImageMagick for now and disable GraphicsMagick if found
    else()
        set(WITH_IMAGE_MAGICK OFF)
    endif()


Reproducible: Always
Comment 1 Andreas Sturmlechner gentoo-dev 2019-11-11 22:48:28 UTC

*** This bug has been marked as a duplicate of bug 699586 ***