Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 154840

Summary: media-plugins/audacious-plugins depends on >=libsdl-1.2.5
Product: Gentoo Linux Reporter: Sascha G. <s.geschwandtner>
Component: Current packagesAssignee: Tony Vroon (RETIRED) <chainsaw>
Status: RESOLVED FIXED    
Severity: minor    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Other   
Whiteboard:
Package list:
Runtime testing required: ---

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.