You are not logged in.
Pages: 1
Hallo, i'm actually looking for an xmame frontend, i've tried gxmame but it doesn't show the list of supported/avaliable roms... does anyone knows either how to fix it or a good KDE xmame frontend???
Offline
Hallo, i'm actually looking for an xmame frontend, i've tried gxmame but it doesn't show the list of supported/avaliable roms.
me too.
Offline
Qmamecat is pretty nice. I haven't used it in awhile, so i'm not sure if its working with the newer versions of xmame. they all seem to be out of date but i would give it a try.
Offline
qtmame
Gnome - The weakest link!
Linux, *not* GNU/Linux!
Offline
gxmame 0.35beta1 is out and it works with the new xmame!!!
Here is the PKGBUILD:
pkgname=gxmame
pkgver=0.35beta1
pkgrel=1
pkgdesc="An XMame Gtk+ frontend"
url="http://gxmame.sf.net"
pkgurl="http://heanet.dl.sourceforge.net/sourceforge/$pkgname/"
groups=("games")
depends=("gtk2")
makedepends=("perlxml")
source=($pkgurl/$pkgname-$pkgver.tar.gz)
md5sums=('f5eac2b6e397a9a1996ecaef1c5b8a20')
build() {
cd $startdir/src/$pkgname-$pkgver
./configure --prefix=/usr
make || return 1
make DESTDIR=$startdir/pkg install
}
(it's just the PKGBUILD from Staging repository updated)
c ya
Offline
Thanks for the update, I finally have xmame working in arch! and i can finally remove qt since the only reason i installed it was for qtmame-en which didnt work-so happy to have gxmame again
Offline
Pages: 1