Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 338618 - games-roguelike/scourge-0.21.1: missing media-libs/sdl-image dependency
Summary: games-roguelike/scourge-0.21.1: missing media-libs/sdl-image dependency
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-24 23:01 UTC by Walter
Modified: 2010-09-24 23:13 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 Walter 2010-09-24 23:01:39 UTC
Compilation may fail for scourge as it is missing the sdl-image dependency.

Reproducible: Always

Steps to Reproduce:
emerge scourge
Actual Results:  
(emerge fails with 'can't find SDL image library' error)

Expected Results:  
(emerge succeeds)

sdl-image has multiple graphic library USE flags (gif, jpeg, png, tiff).  It would be best to figure out which of these are actually required by scourge and add them to the dependency explicitly.

I have analysed the scourge data tarball, and of the above formats it seems to only include png.

Therefore a safe bet would be to add 'png' as a required USE flag for the media-libs/sdl-image package in the scourge ebuild.
Comment 1 Mr. Bones. (RETIRED) gentoo-dev 2010-09-24 23:13:32 UTC
fixed.  thanks for the bug report.