Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 530204 - media-gfx/imagemagick-6.8.9.9 has runtime dependency on gnome-base/librsvg
Summary: media-gfx/imagemagick-6.8.9.9 has runtime dependency on gnome-base/librsvg
Status: RESOLVED WORKSFORME
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: 2014-11-23 17:04 UTC by Gino McCarty
Modified: 2014-11-24 12:11 UTC (History)
0 users

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 Gino McCarty 2014-11-23 17:04:36 UTC
If you want to convert svg's with imagemagick it needs librsvg installed to render this properly

this is only a runtime dependency..

```
 ~ # convert -list delegate|grep -i svg
        cdr =>          "uniconvertor" "%i" "%o.svg"; mv "%o.svg" "%o"
        cgm =>          "uniconvertor" "%i" "%o.svg"; mv "%o.svg" "%o"
        dot =>          "dot" -Tsvg "%i" -o "%o"
        dxf =>          "uniconvertor" "%i" "%o.svg"; mv "%o.svg" "%o"
        fig =>          "uniconvertor" "%i" "%o.svg"; mv "%o.svg" "%o"
        svg =>          "rsvg-convert" -o "%o" "%i"
 ~ # equery b /usr/bin/rsvg-convert
 * Searching for /usr/bin/rsvg-convert ... 
gnome-base/librsvg-2.40.2-r1 (/usr/bin/rsvg-convert)
'''
```

Reproducible: Always
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2014-11-23 21:26:01 UTC
USE=svg apparently pulls in gnome-base/librsvg both at build time and at run time.

Some information seems to be missing here.

Please post your `emerge --info media-gfx/imagemagick' output in a comment.
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2014-11-24 12:11:46 UTC
As it stands, the bug Summary describes the status quo. imagemagick does indeed depend on librsvg.