bumped version number to .7

gfceu works with stable fceu
gfceu .7 works with fceux
This commit is contained in:
punkrockguy318 2008-06-17 15:53:40 +00:00
parent cff7eb225a
commit 12e4300a35
4 changed files with 9 additions and 8 deletions

1
BUG
View File

@ -1 +0,0 @@
* Too much shit when trying to run with no display

12
INSTALL
View File

@ -1,11 +1,13 @@
You can install gfceu with setup.py:
$ sudo ./setup.py install
$ sudo ./setup.py install --prefix=/usr/local
You can change the prefix to whatever you like.
Requirements:
Python (tested with 2.4) (Ubuntu package name: python)
PyGTK, GTK, and PyGlade (tested with 2.8) (Ubuntu package name: (python-gtk2 libgtk2.0-0 python-glade)
FCE Ultra (Ubuntu package name: fceu)
Python (tested with 2.5); (Ubuntu package name: python)
PyGTK, and GTK; (Ubuntu package name: (python-gtk2 libgtk2.0-0)
FCE UltraX - You're going to need the latest fceux for gfceu .7 to work
Optional:
GnomeVFS 2 (tested with 2.14.1) (Ubuntu package name libgnomevfs2-0 python-gtk2)alsa-oss (tested with 1.0.11
GnomeVFS 2 (tested with 2.14.1) (Ubuntu package name libgnomevfs2-0 )

2
gfceu
View File

@ -1,7 +1,7 @@
#!/usr/bin/python
# gfceu - Graphical launcher for FCE Ultra.
# Designed on Ubuntu, with platfrom independence in mind.
version = "0.6.1svn"
version = "0.7svn"
title = "gfceux"
# Copyright (C) 2006 Lukas Sabota <punkrockguy318@comcast.net>
##

View File

@ -1,7 +1,7 @@
#!/usr/bin/env python
from distutils.core import setup
setup(name="gfceu",
version="0.6.0",
version="0.7svn",
scripts = ['gfceu'],
data_files=[('share/gfceu/',['gfceu.glade', 'gfceu_big.png', 'gfceu.png']),
('share/pixmaps/', ['gfceu.png']),