Bug 35961 - GXMame 0.34 released
Bug#: 35961 Product:  Gentoo Linux Version: unspecified Platform: x86
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: games@gentoo.org Reported By: mushroomblue@elazulspad.net
Component: Games
URL:  http://gxmame.sourceforge.net
Summary: GXMame 0.34 released
Keywords:  
Status Whiteboard: 
Opened: 2003-12-16 11:34 0000
Description:   Opened: 2003-12-16 11:34 0000
Shadow Walker just released GXMame 0.34. fully converted to GTK2. 

Reproducible: Always
Steps to Reproduce:

------- Comment #1 From Jason Oliveira 2003-12-16 11:41:17 0000 -------
Created an attachment (id=22315) [details]
ebuild for GXMame 0.34

working ebuild. 

------- Comment #2 From Jason Oliveira 2003-12-16 11:44:28 0000 -------
Created an attachment (id=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 From Mr. Bones. 2003-12-16 14:34:43 0000 -------
Please attach ebuilds as text/plain.

------- Comment #4 From Jason Oliveira 2003-12-16 15:14:39 0000 -------
(From update of attachment 22316 [details])
sorry about the text/plain thing.

------- Comment #5 From Jason Oliveira 2003-12-16 15:15:46 0000 -------
Created an attachment (id=22324) [details]
really real proper (working) ebuild

ugh. sorry about that.

------- Comment #6 From Mr. Bones. 2003-12-16 15:41:56 0000 -------
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 From handsomepete 2003-12-16 19:52:30 0000 -------
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 From handsomepete 2003-12-16 19:54:30 0000 -------
Created an attachment (id=22326) [details]
Another gxmame 0.34 ebuild - Please see if this is an improvement or if I've
made things worse :)

------- Comment #9 From handsomepete 2003-12-16 19:55:11 0000 -------
Created an attachment (id=22327) [details]
patch to fix indiv. game options for gxmame

------- Comment #10 From handsomepete 2003-12-16 20:00:16 0000 -------
(From update of attachment 22326 [details])
*sigh* - attached wrong one.  

------- Comment #11 From handsomepete 2003-12-16 20:11:08 0000 -------
Created an attachment (id=22329) [details]
Yet Another gxmame 0.34 ebuild

------- Comment #12 From Priit Laes (IRC: plaes) 2003-12-19 01:50:09 0000 -------
Gxmame 0.34b is out fixing two annoying bugs:
  individual game settings bug
  hotrod(se) settings with older xmame versions.

------- Comment #13 From handsomepete 2003-12-19 05:17:39 0000 -------
Created an attachment (id=22432) [details]
GXMame 0.34b ebuild

Cleaned up use flag / econf stuff, removed patch, updated to 0.34b

------- Comment #14 From jim_jim33@hotmail.com 2003-12-19 10:42:30 0000 -------
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 From Jason Oliveira 2003-12-19 11:02:51 0000 -------
no. it doesn't depend on gdkpixbuf anymore. it is now fully a GTK2 application.

------- Comment #16 From Priit Laes (IRC: plaes) 2003-12-20 04:05:41 0000 -------
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 From handsomepete 2003-12-20 09:05:11 0000 -------
Created an attachment (id=22483) [details]
gxmame 0.34b ebuild w/ fixed dependencies

------- Comment #18 From SpanKY 2004-01-03 13:37:07 0000 -------
glib stays in the DEPEND because gxmame itself uses it

now in cvs, thanks guys