Results 1 to 3 of 3

Thread: Xmame in hoary is OLD...

  1. #1
    Join Date
    Dec 2004
    Beans
    743
    Distro
    Edgy Eft Testing

    Xmame in hoary is OLD...

    The Hoary version of xmame/xmess is now at 0.86, the newest version is 0.95, and even the Debian Sid version is at 0.94. Any ideas when this will be updated? For a while there, I was just using the Sid packages, but it'd be a lot easier if I could just update them through Synaptic.

    Leech
    Wah! Wah! Life was more entertaining when I had 64KB of RAM in my computer.
    Neverwinter Nights Platinum HowTo

  2. #2
    Join Date
    Apr 2005
    Location
    Straight outta Croydon, UK
    Beans
    119

    Re: Xmame in hoary is OLD...

    Yup - I agree. I also can't seem to find the gxmame frontend in any of the regular repositories

    PJS

  3. #3
    Join Date
    Dec 2004
    Beans
    743
    Distro
    Edgy Eft Testing

    Re: Xmame in hoary is OLD...

    Well, that's the other thing, gxmame currently has issues. You can add 'deb http://anarxia.dyndns.org/debian/ ./' to your sources, but it will always crap out if you try to use your joystick/gamepad. Because the xmame-sdl itself only supports joytypes 1 and 5, but the UI, when selecting SDL joystick, thinks it's only 4. I had gotten around this by changing the config file, but that trick doesn't seem to work anymore.

    You can also go to the sourceforge.net page for it and get the cvs version of gxmame, then use dpkg-buildpackage. Like so....

    Code:
    sudo apt-get install cvs
    cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/gxmame login
    Just hit enter when it asks for a password. It probably will tell you you don't have a .cvspass, just do the command again and it should work fine. Then;
    Code:
    cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/gxmame co -P gxmame
    And finally;
    Code:
    cd gxmame
    sudo dpkg-buildpackage
    Afterwards you should have a gxmame_0.35beta2-1_i386.deb

    Just do a
    Code:
    sudo dpkg -i ../gxmame_0.35beta2-1_i386.deb
    Leech
    Wah! Wah! Life was more entertaining when I had 64KB of RAM in my computer.
    Neverwinter Nights Platinum HowTo

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •