Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 35961
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Games <games@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Jason Oliveira <mushroomblue@elazulspad.net>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
gxmame-0.34.ebuild ebuild for GXMame 0.34 application/octet-stream Jason Oliveira 2003-12-16 11:41 0000 830 bytes Details
gxmame-0.34.ebuild Proper (working) ebuild for GXMame 0.34 application/octet-stream Jason Oliveira 2003-12-16 11:44 0000 789 bytes Details
gxmame-0.34.ebuild really real proper (working) ebuild text/plain Jason Oliveira 2003-12-16 15:15 0000 789 bytes Details
gxmame-0.34.ebuild Another gxmame 0.34 ebuild - Please see if I've made things worse :) text/plain handsomepete 2003-12-16 19:54 0000 1.41 KB Details
game_opts.patch patch to fix indiv. game options for gxmame patch handsomepete 2003-12-16 19:55 0000 514 bytes Details | Diff
gxmame-0.34.ebuild Yet Another gxmame 0.34 ebuild text/plain handsomepete 2003-12-16 20:11 0000 1.43 KB Details
gxmame-0.34b.ebuild GXMame 0.34b ebuild text/plain handsomepete 2003-12-19 05:17 0000 982 bytes Details
gxmame-0.34b.ebuild gxmame 0.34b ebuild w/ fixed dependencies text/plain handsomepete 2003-12-20 09:05 0000 937 bytes Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 35961 depends on: Show dependency tree
Bug 35961 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


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

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug