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)
Created attachment 14099 [details] emilia-pinball-0.3.0.ebuild fails to compile ... posting if someone wants to take a hack at it
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.
yep, all the changes you made ill include ... ill probably just add the ebuild as you finished it ;) thanks
added to cvs0r, thanks again