Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 699888 - media-gfx/inkscape-0.92.4 (and -1.0_beta) depend on <ImageMagick-7.0.0
Summary: media-gfx/inkscape-0.92.4 (and -1.0_beta) depend on <ImageMagick-7.0.0
Status: RESOLVED DUPLICATE of bug 699586
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Graphics Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-11-11 20:59 UTC by Jonas Stein
Modified: 2019-11-11 22:48 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

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