It is currently Thu Sep 02, 2010 2:51 pm

All times are UTC




Post new topic Reply to topic  [ 10 posts ] 
Author Message
 Post subject: [TESTED] FakeNES
PostPosted: Mon Jul 23, 2007 10:24 pm 
Community Packager
Community Packager
User avatar

Joined: Tue Jul 03, 2007 1:44 am
Posts: 102
'CURRENT'
[extra/games] Testing fakenes-0.5.9-i486-48.1.tgz (An emulator for the Nintendo Entertainment System)

http://users.zenwalk.org/user-accounts/raphael/packages/Zenwalk_4.6/fakenes/fakenes-0.5.9-i486-48.1.tgz
http://users.zenwalk.org/user-accounts/raphael/packages/Zenwalk_4.6/fakenes/fakenes-0.5.9-i486-48.1.md5
http://users.zenwalk.org/user-accounts/raphael/packages/Zenwalk_4.6/fakenes/fakenes-0.5.9-i486-48.1.dep

http://users.zenwalk.org/user-accounts/raphael/packages/Zenwalk_4.6/fakenes/build-fakenes.sh
http://users.zenwalk.org/user-accounts/raphael/packages/Zenwalk_4.6/fakenes/build-fakenes.log
http://users.zenwalk.org/user-accounts/raphael/packages/Zenwalk_4.6/fakenes/fakenes-0.5.9-beta3.tar.gz

FakeNES requires allegro, available via netpkg.

Please note that this is an early beta release.



Regards,
Raphael


Last edited by raphael on Wed Aug 08, 2007 3:01 am, edited 1 time in total.

 Profile  
 
 Post subject: Re: FakeNES
PostPosted: Wed Jul 25, 2007 9:56 pm 
Documentation team
Documentation team
User avatar

Joined: Wed Jan 10, 2007 10:24 pm
Posts: 1341
Location: düsseldorf, germany
it works well here. no problem at all.
it has bigger screen than fceu but the sound is slightly inferior with the game i tested.
but anyway, i think this can go to FIFO, no?

_________________
tomorrow is just like today, only happens tomorrow.


 Profile  
 
 Post subject: Re: FakeNES
PostPosted: Thu Jul 26, 2007 4:20 am 
Community Packager
Community Packager
User avatar

Joined: Tue Jul 03, 2007 1:44 am
Posts: 102
Quote:
but anyway, i think this can go to FIFO, no?


Really?  You had no problems whatsoever??

If there is more positive feedback, then I will send this to FIFO.  Otherwise, I will wait for the .60 release.

Testers, please keep testing and confirm if this software works as expected, or not.



Regards,
Raphael


 Profile  
 
 Post subject: Re: FakeNES
PostPosted: Thu Jul 26, 2007 6:10 am 
Zenwalk Spin-offs
Zenwalk Spin-offs
User avatar

Joined: Fri Jun 01, 2007 10:34 pm
Posts: 1681
Location: Germany
hi.

really nice application. it works well here. only thing: you should include flat deps:

Code:
allegro,alsa-lib,coreutils,cxxlibs,expat,fontconfig,freetype,gcc,jack,libdrm,libpng,mesa,ncurses,perl,xorg,xterm,zlib


:)


 Profile  
 
 Post subject: Re: FakeNES
PostPosted: Thu Aug 02, 2007 10:18 am 

1. Like hennes noticed deps are not flat, but there's more to be added to the list:
Code:
allegro,alsa-lib,coreutils,cxxlibs,expat,fontconfig,freetype,gcc,gcc-g++,gdbm,jack,libavc1394,libdrm,libfreebob,libiec61883,libpng,libraw1394,libsndfile,libtermcap,libxml2,mesa,ncurses,openssl,perl,portaudio,utempter,xorg,xterm,zlib

2. proper flags are not used:
Code:
cc -O2 -W -Wall -o cbuild cbuild.c

3. A bigger icon would be nice. This for example: http://users.zenwalk.org/user-accounts/ ... akenes.png
You can scale it down to whichever size you like but 48x48 should be included.
:)


  
 
 Post subject: Re: FakeNES
PostPosted: Fri Aug 03, 2007 4:04 pm 
Community Packager
Community Packager
User avatar

Joined: Tue Jul 03, 2007 1:44 am
Posts: 102
Quote:
1. Like hennes noticed deps are not flat, but there's more to be added to the list:


I agree.  These will be taken care of by the new requiredbuilder.

Quote:
2. proper flags are not used:


Unfortunately, this beta release is still in the early stages, and does not have a configure script.  Also, it seems to completely ignore the CFLAGS and CXXFLAGS that have been set in the build script.  Hopefully these issues will be resolved by the 0.60 release.

Quote:
3. A bigger icon would be nice.


Due to the simple, standardized nature of Zenwalk, I use the icon that is included with the source code of the program.  However, I assume (with my vast knowledge of copyright law*) that the icon will be changed soon.



Regards,
Raphael


 Profile  
 
 Post subject: Re: FakeNES
PostPosted: Fri Aug 03, 2007 5:00 pm 

raphael wrote:
I agree.  These will be taken care of by the new requiredbuilder.

It's already here. ;)

Quote:
Unfortunately, this beta release is still in the early stages, and does not have a configure script.  Also, it seems to completely ignore the CFLAGS and CXXFLAGS that have been set in the build script.  Hopefully these issues will be resolved by the 0.60 release.

Still, you should use the proper flags even if it means you have to patch the makefile.

Quote:
Due to the simple, standardized nature of Zenwalk, I use the icon that is included with the source code of the program.  However, I assume (with my vast knowledge of copyright law*) that the icon will be changed soon.

A 48x48 icon should be included according to the rules.


Last edited by gapan on Fri Aug 03, 2007 5:21 pm, edited 1 time in total.

  
 
 Post subject: Re: FakeNES
PostPosted: Fri Aug 03, 2007 5:17 pm 
Zenwalk Spin-offs
Zenwalk Spin-offs
User avatar

Joined: Fri Jun 01, 2007 10:34 pm
Posts: 1681
Location: Germany
gapan wrote:
It's already here. ;)


but it still doesn't produce 100% flat deps, or does it?

i missed the -r.  :-[


Last edited by hennes on Fri Aug 03, 2007 5:19 pm, edited 1 time in total.

 Profile  
 
 Post subject: Re: FakeNES
PostPosted: Sat Aug 04, 2007 2:26 am 
Community Packager
Community Packager
User avatar

Joined: Tue Jul 03, 2007 1:44 am
Posts: 102
Quote:
you should use the proper flags even if it means you have to patch the makefile.


My apologies; I did not realize that this makefile was so simple to edit manually.  This will be fixed in the next build.

The icon will be fixed as well.


 Profile  
 
 Post subject: Re: FakeNES
PostPosted: Tue Aug 07, 2007 3:33 pm 
Community Packager
Community Packager
User avatar

Joined: Tue Jul 03, 2007 1:44 am
Posts: 102
The icon, CFLAGS, and dependency file have been fixed.  The links in the original post have been updated.



Regards,
Raphael


 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 10 posts ] 

All times are UTC


 Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to: