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

Bug 128944

Summary: media-libs/sdl: little fixes for ~x86-fbsd keywording
Product: Gentoo/Alt Reporter: Diego Elio Pettenò (RETIRED) <flameeyes>
Component: OtherAssignee: Gentoo Games <games>
Status: RESOLVED WORKSFORME    
Severity: normal CC: bsd+disabled
Priority: High    
Version: unspecified   
Hardware: All   
OS: FreeBSD   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Ebuild patch

Description Diego Elio Pettenò (RETIRED) gentoo-dev 2006-04-05 11:46:45 UTC
The attached patch is needed to keyword latest libsdl ~x86-fbsd.
The block on all the libusb versions on portage is needed because of bug #128937; to install libsdl on Gentoo/FreeBSD one has either to not have libusb at all or have the version coming from Gentoo/Alt overlay.

The elibtoolize is needed to have libraries named in a decent way (linux type) rather than the single-component soversion as FreeBSD uses usually (avoids breaking linking every micro bump).

Thanks,
Diego
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2006-04-05 11:47:04 UTC
Created attachment 84006 [details, diff]
Ebuild patch
Comment 2 SpanKY gentoo-dev 2006-04-06 06:00:33 UTC
the elibtoolize is fine but i dont see much value in the libusb block
Comment 3 Diego Elio Pettenò (RETIRED) gentoo-dev 2006-04-06 09:13:04 UTC
The libusb block is actually needed to have working sdl on G/FBSD.
With libusb 0.1.11 the ./configure fails to identify the joystick driver, don't compile any, and the library has undefined references.
Comment 4 SpanKY gentoo-dev 2006-04-07 08:21:49 UTC
i read the referenced bug

this isnt a bug in libsdl thus the depend wont be added
Comment 5 Diego Elio Pettenò (RETIRED) gentoo-dev 2006-04-07 17:29:15 UTC
Okay I'll simply tell people having problem to use the right -D when updating world :P