Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 40838 - Legends 0.4.0 released
Summary: Legends 0.4.0 released
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: x86 All
: High enhancement (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-08 07:00 UTC by Kristiaan Lenaerts
Modified: 2004-02-10 02:38 UTC (History)
2 users (show)

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


Attachments
new ebuild (legends-0.4.0.ebuild,1.57 KB, text/plain)
2004-02-08 07:11 UTC, Kristiaan Lenaerts
Details
startup script for legends (legends,73 bytes, text/plain)
2004-02-08 07:11 UTC, Kristiaan Lenaerts
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kristiaan Lenaerts 2004-02-08 07:00:41 UTC
 
Comment 1 Kristiaan Lenaerts 2004-02-08 07:10:17 UTC
Legends 0.4.0 is released, I modified the 0.3.6 ebuild to work with it, but there are some other things that had to be changed too to make it work properly. It now uses libSDL-1.3.so.O, and I can't find it elsewhere, so the original from the package is used. It would be possible to place libSDL-1.3.so.0 in /lib but I chanded the startup script so it includes "export LD_LIBRARY_PATH=./". I'm not sure wich way is best.

Here is the ebuild, the modified peices are commented.
Comment 2 Kristiaan Lenaerts 2004-02-08 07:11:06 UTC
Created attachment 25189 [details]
new ebuild
Comment 3 Kristiaan Lenaerts 2004-02-08 07:11:56 UTC
Created attachment 25190 [details]
startup script for legends
Comment 4 SpanKY gentoo-dev 2004-02-08 11:04:42 UTC
*** Bug 40862 has been marked as a duplicate of this bug. ***
Comment 5 Donnie Berkholz (RETIRED) gentoo-dev 2004-02-08 11:22:03 UTC
Heh, there wasn't one when I searched yesterday. =P
Comment 6 Donnie Berkholz (RETIRED) gentoo-dev 2004-02-08 11:24:59 UTC
My version is better because it uses LD_PRELOAD of the specific library instead of LD_LIBRARY_PATH, which gives all the libraries in /opt/legends precedence.
Comment 7 Kristiaan Lenaerts 2004-02-08 14:16:42 UTC
The way Donnie Berkholz handles the problem with libSDL-1.3.so.0 looks better, and solves both problems I had with my proposed solutions. (all libs local <-> just drop libSDL-1.3.so.0 in /usr/lib)

I would just add the info about the config-files problem in the ebuild, it could help a lot of people, it comes from the legends forums.
Comment 8 Mr. Bones. (RETIRED) gentoo-dev 2004-02-10 02:38:56 UTC
Version bumped in CVS.  Thanks for the patches and the bug report.