Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 20166 - new version of emilia-pinball is out (0.2.0)
Summary: new version of emilia-pinball is out (0.2.0)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All All
: High enhancement
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-29 08:14 UTC by SpanKY
Modified: 2003-07-16 17:03 UTC (History)
0 users

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


Attachments
emilia-pinball-0.3.0.ebuild (emilia-pinball-0.3.0.ebuild,1.46 KB, text/plain)
2003-07-02 00:05 UTC, SpanKY
Details
emilia-pinball-0.3.0.ebuild (emilia-pinball-0.3.0.ebuild,976 bytes, text/plain)
2003-07-16 09:44 UTC, TGL
Details

Note You need to log in before you can comment on or make changes to this bug.
Description SpanKY gentoo-dev 2003-04-29 08:14:10 UTC
the new ebuild may have to be reworked since the author changed the way it 
installs the game ... it should be FHS compliant now :) (no more hacking on our 
side to make it work)
Comment 1 SpanKY gentoo-dev 2003-07-02 00:05:41 UTC
Created attachment 14099 [details]
emilia-pinball-0.3.0.ebuild

fails to compile ... posting if someone wants to take a hack at it
Comment 2 TGL 2003-07-16 09:44:00 UTC
Created attachment 14549 [details]
emilia-pinball-0.3.0.ebuild

This version does compile and run fine here (x86, default-1.0 profile,
gcc-2.95.3, glibc-2.2.5-r8, libsdl-1.2.5-r2, sdl-image-1.2.2,
sdl-mixer-1.2.5-r1, nvidia drivers 4363).

The compilation error was in fact due to the "--with-allegro=no" option which
does not disable allegro but enable it (the "=no" was not interpreted).

Changes:
 - removed --with-allegro=no
 - added --with-buildroot-prefix=${D} to prefix the highscores files paths
 - removed the obsolete FHS code (libs go to "/usr/games/lib/pinball/", I think
it's okay, right?)
 - added a symlink to "pinball" called "emilia-pinball" (I hate when I can't
guess in less than two seconds the name of a program) 
 - rm the pinball-config script (to be coherent with the rm of includes files).
In case somebody is interrested in writing an ebuild for the table editor
(pinedit), then this files should be added back.

Hope this helps,
TGL.
Comment 3 SpanKY gentoo-dev 2003-07-16 12:27:16 UTC
yep, all the changes you made ill include ... ill probably just add the ebuild
as you finished it ;)

thanks
Comment 4 SpanKY gentoo-dev 2003-07-16 17:03:42 UTC
added to cvs0r, thanks again