Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 834690 - media-gfx/digikam-7.5.0 builds with media-gfx/graphicsmagick-1.3.37
Summary: media-gfx/digikam-7.5.0 builds with media-gfx/graphicsmagick-1.3.37
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Andreas K. Hüttel
URL:
Whiteboard:
Keywords:
: 842480 (view as bug list)
Depends on:
Blocks: 314431
  Show dependency tree
 
Reported: 2022-03-06 19:22 UTC by Dennis Schridde
Modified: 2022-07-31 11:59 UTC (History)
3 users (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 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.