Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 434312 - games-engines/scummvm-1.5.0 has automagic dependency on media-libs/faad2
Summary: games-engines/scummvm-1.5.0 has automagic dependency on media-libs/faad2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-08 09:40 UTC by Hans
Modified: 2012-09-08 16:03 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
scummvm-1.5.0.ebuild.diff (scummvm-1.5.0.ebuild.diff,853 bytes, text/plain)
2012-09-08 09:40 UTC, Hans
Details
emerge --info (emerge.info,3.21 KB, text/plain)
2012-09-08 09:41 UTC, Hans
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Hans 2012-09-08 09:40:49 UTC
Created attachment 323196 [details]
scummvm-1.5.0.ebuild.diff

games-engines/scummvm-1.5.0 has an automagic dependency on media-libs/faad2:

 $ readelf -d /usr/games/bin/scummvm 

Dynamic section at offset 0x149d100 contains 34 entries:
  Tag        Type                         Name/Value
 0x0000000000000001 (NEEDED)             Shared library: [libSDL-1.2.so.0]
[...] 
 0x0000000000000001 (NEEDED)             Shared library: [libfaad.so.2]
[...]


The attached patch fixes this. I chose to use "aac" instead of "faad" as a USE flag as it seems to be more widely used, and it is mentioned in use.desc.
Comment 1 Hans 2012-09-08 09:41:10 UTC
Created attachment 323198 [details]
emerge --info
Comment 2 Mr. Bones. (RETIRED) gentoo-dev 2012-09-08 16:03:40 UTC
applied.