Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 35961 - GXMame 0.34 released
Summary: GXMame 0.34 released
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Games
URL: http://gxmame.sourceforge.net
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-16 11:34 UTC by Jason Oliveira
Modified: 2004-01-03 13:37 UTC (History)
3 users (show)

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


Attachments
ebuild for GXMame 0.34 (gxmame-0.34.ebuild,830 bytes, application/octet-stream)
2003-12-16 11:41 UTC, Jason Oliveira
Details
Proper (working) ebuild for GXMame 0.34 (gxmame-0.34.ebuild,789 bytes, application/octet-stream)
2003-12-16 11:44 UTC, Jason Oliveira
Details
really real proper (working) ebuild (gxmame-0.34.ebuild,789 bytes, text/plain)
2003-12-16 15:15 UTC, Jason Oliveira
Details
Another gxmame 0.34 ebuild - Please see if I've made things worse :) (gxmame-0.34.ebuild,1.41 KB, text/plain)
2003-12-16 19:54 UTC, handsomepete
Details
patch to fix indiv. game options for gxmame (game_opts.patch,514 bytes, patch)
2003-12-16 19:55 UTC, handsomepete
Details | Diff
Yet Another gxmame 0.34 ebuild (gxmame-0.34.ebuild,1.43 KB, text/plain)
2003-12-16 20:11 UTC, handsomepete
Details
GXMame 0.34b ebuild (gxmame-0.34b.ebuild,982 bytes, text/plain)
2003-12-19 05:17 UTC, handsomepete
Details
gxmame 0.34b ebuild w/ fixed dependencies (gxmame-0.34b.ebuild,937 bytes, text/plain)
2003-12-20 09:05 UTC, handsomepete
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jason Oliveira 2003-12-16 11:34:11 UTC
Shadow Walker just released GXMame 0.34. fully converted to GTK2. 

Reproducible: Always
Steps to Reproduce:
Comment 1 Jason Oliveira 2003-12-16 11:41:17 UTC
Created attachment 22315 [details]
ebuild for GXMame 0.34

working ebuild.
Comment 2 Jason Oliveira 2003-12-16 11:44:28 UTC
Created attachment 22316 [details]
Proper (working) ebuild for GXMame 0.34

forgot that this version didn't require the patches needed for gxmame-0.33-r1
Comment 3 Mr. Bones. (RETIRED) gentoo-dev 2003-12-16 14:34:43 UTC
Please attach ebuilds as text/plain.
Comment 4 Jason Oliveira 2003-12-16 15:14:39 UTC
Comment on attachment 22316 [details]
Proper (working) ebuild for GXMame 0.34

sorry about the text/plain thing.
Comment 5 Jason Oliveira 2003-12-16 15:15:46 UTC
Created attachment 22324 [details]
really real proper (working) ebuild

ugh. sorry about that.
Comment 6 Mr. Bones. (RETIRED) gentoo-dev 2003-12-16 15:41:56 UTC
Great, thanks.  Some items:

Looks like src_unpack can be removed completely.
I'd like to see error messages for the die on emake and make install.

Didn't xmame change command-line options recently?  Does gxmame work with
new and old versions or just with the newer ones?

comment 1 mentions that gxmame has been converted to gtk2, but the ebuild
still depends on =x11-libs/gtk+-1.2* so which is it? ;-)
Comment 7 handsomepete 2003-12-16 19:52:30 UTC
The command line options have all been fixed in gxmame 0.34 (don't know about backwards compat.), but a bug did slip through on release that makes the program ignore individual game settings.  I've included the patch that they've added to cvs here, dunno if they're going to update the package with it.  I'm including an ebuild too (not to step on anyone's toes :) ) with some of the things you brought up (and some gross if then use flag checks - it was accepting a use flag of nls but not respecting it if it was disabled.  And there's a ./configure joystick flag).  I also attempted to get it to install in /usr/games/bin, but I'm too lame to get it to work so it still ends up in /usr/bin.  If someone has the time and desire to fix it, please do.
Comment 8 handsomepete 2003-12-16 19:54:30 UTC
Created attachment 22326 [details]
Another gxmame 0.34 ebuild - Please see if I've made things worse :)
Comment 9 handsomepete 2003-12-16 19:55:11 UTC
Created attachment 22327 [details, diff]
patch to fix indiv. game options for gxmame
Comment 10 handsomepete 2003-12-16 20:00:16 UTC
Comment on attachment 22326 [details]
Another gxmame 0.34 ebuild - Please see if I've made things worse :)

*sigh* - attached wrong one.
Comment 11 handsomepete 2003-12-16 20:11:08 UTC
Created attachment 22329 [details]
Yet Another gxmame 0.34 ebuild
Comment 12 Priit Laes (IRC: plaes) 2003-12-19 01:50:09 UTC
Gxmame 0.34b is out fixing two annoying bugs:
  individual game settings bug
  hotrod(se) settings with older xmame versions.
Comment 13 handsomepete 2003-12-19 05:17:39 UTC
Created attachment 22432 [details]
GXMame 0.34b ebuild

Cleaned up use flag / econf stuff, removed patch, updated to 0.34b
Comment 14 jim_jim33 2003-12-19 10:42:30 UTC
Is media-libs/gdk-pixbuf definitely still needed by this ebuild?  My understanding was that the gdk-pixbuf package was basically for GTK 1.x use, and that GTK 2.x had that functionally included by default.  Please correct me if I'm wrong..
Comment 15 Jason Oliveira 2003-12-19 11:02:51 UTC
no. it doesn't depend on gdkpixbuf anymore. it is now fully a GTK2 application.
Comment 16 Priit Laes (IRC: plaes) 2003-12-20 04:05:41 UTC
The dev-libs/glib-1.2* should also be removed (gtk+-2.2 itself depends on it) or changed to dev-libs/glib-2.2*
And of course, get rid of gdkpixbuf.

Now it should be perfect :D
Comment 17 handsomepete 2003-12-20 09:05:11 UTC
Created attachment 22483 [details]
gxmame 0.34b ebuild w/ fixed dependencies
Comment 18 SpanKY gentoo-dev 2004-01-03 13:37:07 UTC
glib stays in the DEPEND because gxmame itself uses it

now in cvs, thanks guys