Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 193351 - media-sound/gpodder-0.9.5 missing lots of DEPENDs
Summary: media-sound/gpodder-0.9.5 missing lots of DEPENDs
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Hanno Böck
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-21 17:30 UTC by Peter Schmidt
Modified: 2007-09-21 18:41 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 Peter Schmidt 2007-09-21 17:30:58 UTC
gpodder-0.9.5 build fails: 

convert -bordercolor Transparent -border 1x1 data/icons/22/gpodder.png data/icons/24/gpodder.png
make: convert: Kommando nicht gefunden
make: *** [gen_graphics] Fehler 127


Reproducible: Always

Steps to Reproduce:
1. emerge gpodder without imagemagick installed

Actual Results:  
gpodder-0.9.5 build fails: 

convert -bordercolor Transparent -border 1x1 data/icons/22/gpodder.png data/icons/24/gpodder.png
make: convert: Kommando nicht gefunden
make: *** [gen_graphics] Fehler 127
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-09-21 17:42:41 UTC
Not only imagemagick; gettext is missing, help2man is missing and intltool is missing as well. :/

As for imagemagick, I'd really love to see upstream provide a *sane* solution instead of this stupid dependency.
Comment 2 Hanno Böck gentoo-dev 2007-09-21 18:41:57 UTC
All added, except help2man, I couldn't find it in the log so I assume it's not used.