Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 70936 - xmame 0.88 released
Summary: xmame 0.88 released
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Games
URL: http://x.mame.net
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-12 01:58 UTC by andrew boie
Modified: 2004-12-06 14:28 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description andrew boie 2004-11-12 01:58:10 UTC
xmame is now at version 0.88. current version in portage is 0.86. the 0.86 version has a nasty bug in the OpenGL driver which causes some games to have a nonzero horizontal origin. this was fixed in 0.87.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Jason Oliveira 2004-11-12 15:34:40 UTC
this release is going to need a fairly drastically-changed ebuild, as all the rendering targets have been merged into x11. SDL, OpenGL, Glide, DGA, XV, et all, are now one driver. unfortunately, this not only changes the makefile, but also causes problems with frontends.
Comment 2 Ian Weber 2004-11-16 21:40:47 UTC
Not that it matters right now as gxmame (even the CVS snapshot from the bugzilla) is still broken but there's a problem in the 0.88 ebuild in Portage. It's set up to put xml2info and chdman in /usr/games/lib/xmame which isn't in the PATH so gxmame can't find it. The solution is to modify line 175 of the ebuild so instead of reading:

        exeinto "${GAMES_LIBDIR}/${PN}"

it becomes:

        exeinto "${GAMES_BINDIR}"

That way it gets put into /usr/games/bin which is in the PATH (provided you're in the games group) and thus gxmame can find it. As I mentioned earlier though gxmame is still broken so this only gets you as far as being able to rebuild the game list but it's a start. Hopefully a patch will appear for gxmame soon.
Comment 3 Mr. Bones. (RETIRED) gentoo-dev 2004-11-16 22:01:21 UTC
yeah, I already know.  Unless I see a good reason to put chman and xmlinfo in GAMES_BINDIR they're staying in GAMES_LIBDIR
Comment 4 Mr. Bones. (RETIRED) gentoo-dev 2004-12-06 14:28:17 UTC
yeah.