Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 154840 - media-plugins/audacious-plugins depends on >=libsdl-1.2.5
Summary: media-plugins/audacious-plugins depends on >=libsdl-1.2.5
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Other
: High minor (vote)
Assignee: Tony Vroon (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-11 13:47 UTC by Sascha G.
Modified: 2007-01-05 02:25 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 Sascha G. 2006-11-11 13:47:41 UTC
In order to build the paranormal plugin, which is being done automatically, libsdl is needed; according to configure.ac, in version >= 1.2.5.

$ readelf -d /usr/lib/audacious/Visualization/libparanormal.so 

Dynamic section at offset 0x19b04 contains 27 entries:
  Tag        Type                         Name/Value
 0x00000001 (NEEDED)                     Shared library: [libgtk-x11-2.0.so.0]
 0x00000001 (NEEDED)                     Shared library: [libgobject-2.0.so.0]
 0x00000001 (NEEDED)                     Shared library: [libglib-2.0.so.0]
 0x00000001 (NEEDED)                     Shared library: [libSDL-1.2.so.0]
[...]

So this needs to be added to the ebuilds. Perhaps via USE flag?
Comment 1 Tony Vroon (RETIRED) gentoo-dev 2007-01-05 02:25:06 UTC
Dependency added to 1.3.0_alpha1, thank you for your bug report.