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

Bug 834690

Summary: media-gfx/digikam-7.5.0 builds with media-gfx/graphicsmagick-1.3.37
Product: Gentoo Linux Reporter: Dennis Schridde <dschridde+gentoobugs>
Component: Current packagesAssignee: Andreas K. Hüttel <dilfridge>
Status: UNCONFIRMED ---    
Severity: normal CC: jstein, kde, sam
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 314431    

Description Dennis Schridde 2022-03-06 19:22:04 UTC
media-gfx/digikam-7.5.0 builds fine with media-gfx/graphicsmagick-1.3.37 instead of media-gfx/imagemagick.

In /etc/portage/profile/package.provided I have media-gfx/imagemagick-7.  I have media-gfx/graphicsmagick-1.3.37 installed with USE=imagemagick.  media-gfx/digikam-7.5.0 builds and runs without any apparent issues.

I suggest to change the dependencies of media-gfx/digikam from media-gfx/imagemagick:= to:
    || (
        media-gfx/imagemagick:=
        media-gfx/graphicsmagick:=[imagemagick]
    )
Comment 1 Andreas Sturmlechner gentoo-dev 2022-05-18 14:05:49 UTC
*** Bug 842480 has been marked as a duplicate of this bug. ***
Comment 2 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-07-31 11:56:46 UTC
I don't think it's that simple. I think it uses 'convert' and can indeed work with GM or IM for that, but it optionally can use IM libraries too. I don't think it can use GM's.
Comment 3 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-07-31 11:58:43 UTC
A lame fix here might be to just always RDEPEND on virtual/imagemagick-tools but make USE=imagemagick for using the libraries.