Bug 20166 - new version of emilia-pinball is out (0.2.0)
Bug#: 20166 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: All Status: RESOLVED Severity: enhancement Priority: P2
Resolution: FIXED Assigned To: games@gentoo.org Reported By: vapier@gentoo.org
Component: Games
URL: 
Summary: new version of emilia-pinball is out (0.2.0)
Keywords:  
Status Whiteboard: 
Opened: 2003-04-29 08:14 0000
Description:   Opened: 2003-04-29 08:14 0000
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 From SpanKY 2003-07-02 00:05:41 0000 -------
Created an attachment (id=14099) [details]
emilia-pinball-0.3.0.ebuild

fails to compile ... posting if someone wants to take a hack at it

------- Comment #2 From TGL 2003-07-16 09:44:00 0000 -------
Created an attachment (id=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 From SpanKY 2003-07-16 12:27:16 0000 -------
yep, all the changes you made ill include ... ill probably just add the ebuild
as you finished it ;)

thanks

------- Comment #4 From SpanKY 2003-07-16 17:03:42 0000 -------
added to cvs0r, thanks again