Bug 28461 - gxmame 0.33 needs a patch to work with xmame 0.72.1
Bug#: 28461 Product:  Gentoo Linux Version: 1.4 Platform: x86
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: games@gentoo.org Reported By: leroutier@gmail.com
Component: Games
URL: 
Summary: gxmame 0.33 needs a patch to work with xmame 0.72.1
Keywords:  
Status Whiteboard: 
Opened: 2003-09-11 10:21 0000
Description:   Opened: 2003-09-11 10:21 0000
xmame changed its 'xv' command line option.
as gxmame is a front-end to xmame, it needs this patch :

http://sourceforge.net/tracker/index.php?func=detail&aid=793974&group_id=50621&atid=460393

------- Comment #1 From Stephane Loeuillet 2003-09-11 10:23:01 0000 -------
Created an attachment (id=17513) [details]
The patch for gxmame 0.33

patch from cowbutt@sf.net

------- Comment #2 From SpanKY 2003-09-15 08:31:23 0000 -------
heres what i get from trying to use the patch:
patching file src/gxmame.h
Hunk #1 succeeded at 645 (offset -11 lines).
patching file src/mameio.c
patching file src/options.c
Hunk #2 FAILED at 7253.
Hunk #3 succeeded at 6278 (offset -985 lines).
Hunk #4 FAILED at 6301.
Hunk #5 succeeded at 6321 (offset -985 lines).
Hunk #6 succeeded at 6383 (offset -985 lines).
2 out of 6 hunks FAILED -- saving rejects to file src/options.c.rej

------- Comment #3 From Stephane Loeuillet 2003-09-15 10:29:30 0000 -------
seems this patch was :
  - for CVS, not 0.33 release
  - fucked up because i edited it in my favorite editor, with line-wrap ON ;)

i'll try to correct this and post it here just after.

so, let this bug on-hold, i'll try to be not too long

------- Comment #4 From SpanKY 2003-09-19 03:01:15 0000 -------
make sure it works with xmame-0.74.1 which i'm adding to cvs soon ;)

------- Comment #5 From handsomepete 2003-09-20 07:52:27 0000 -------
See http://bugs.gentoo.org/show_bug.cgi?id=29179 - someone submitted a patch
for the joystick breakage f/ xmame 0.74

------- Comment #6 From SpanKY 2003-09-20 20:31:09 0000 -------
*** Bug 29179 has been marked as a duplicate of this bug. ***

------- Comment #7 From handsomepete 2003-09-21 12:09:33 0000 -------
Ok, I've got a reworked video mode patch against 0.33-r1.  Has to patch after
the joystick patch.  Tested X11 fullscreen mode with and without YUV and YV12
(which doesn't work quite right anyways).  Works.

------- Comment #8 From handsomepete 2003-09-21 12:10:47 0000 -------
Created an attachment (id=18090) [details]
gxmame fix for new x11 fullscreen > xmame v0.72

------- Comment #9 From SpanKY 2003-09-26 11:30:34 0000 -------
combined your patch with existing patch and it seems to be fine

thanks :)