Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 66302 - [New game ebuild] fxrepton-0.6
Summary: [New game ebuild] fxrepton-0.6
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Gentoo Games
URL: http://www.sigala.it/sandro/software....
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2004-10-04 05:32 UTC by Alexandru Toma
Modified: 2006-12-20 12:22 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
fxrepton-0.6.ebuild (fxrepton-0.6.ebuild,1.06 KB, text/plain)
2004-10-04 05:33 UTC, Alexandru Toma
Details
fxrepton-0.6-vector.patch (fxrepton-0.6-vector.patch,466 bytes, patch)
2004-10-04 05:33 UTC, Alexandru Toma
Details | Diff
fxrepton-0.6.ebuild (fxrepton-0.6.ebuild,1.10 KB, text/plain)
2004-10-04 06:30 UTC, Alexandru Toma
Details
fxrepton-0.6.ebuild (fxrepton-0.6.ebuild,1.03 KB, text/plain)
2005-06-19 01:29 UTC, Alexandru Toma
Details
fxrepton-0.6.ebuild (fxrepton-0.6.ebuild,1.83 KB, text/plain)
2006-04-18 07:56 UTC, Alexandru Toma
Details
fxrepton-0.6-fox-1.2.patch (fxrepton-0.6-fox-1.2.patch,3.49 KB, patch)
2006-04-18 07:56 UTC, Alexandru Toma
Details | Diff
fxrepton-0.6-editor-fox-1.2.patch (fxrepton-0.6-editor-fox-1.2.patch,7.51 KB, patch)
2006-04-18 07:57 UTC, Alexandru Toma
Details | Diff
fxrepton-0.6.ebuild (fxrepton-0.6.ebuild,1.88 KB, text/plain)
2006-04-18 08:00 UTC, Alexandru Toma
Details
fxrepton-0.6.ebuild (fxrepton-0.6.ebuild,1.87 KB, text/plain)
2006-12-20 12:20 UTC, Tupone Alfredo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexandru Toma 2004-10-04 05:32:41 UTC
Description:
FX-Repton is a clone of the old BBC Micro Repton 3 game. I originally written it for Linux using the svgalib library (see Repton). Then I rewritten it to use the Qt and KDE libraries (see KRepton). Now I have rewritten it again to use the portable FOX Toolkit library.

The original Repton 3 game was produced on the BBC Micro and was the third hit Repton game for Superior Software. For more information and other Repton clones, see the Repton Appreciation Society. 

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Alexandru Toma 2004-10-04 05:33:00 UTC
Created attachment 41056 [details]
fxrepton-0.6.ebuild
Comment 2 Alexandru Toma 2004-10-04 05:33:16 UTC
Created attachment 41057 [details, diff]
fxrepton-0.6-vector.patch
Comment 3 Alexandru Toma 2004-10-04 06:30:06 UTC
Created attachment 41064 [details]
fxrepton-0.6.ebuild

Now uses custom CXXFLAGS
Comment 4 Chris Gianelloni (RETIRED) gentoo-dev 2005-06-14 13:52:53 UTC
What category should this game go into?
Comment 5 Alexandru Toma 2005-06-15 05:02:32 UTC
Fxrepton is a boulder dash clone... I would say games-puzzle but I see that all 
the boulder dash clones are in games-arcade so...

http://packages.gentoo.org/search/?sstring=boulder
Comment 6 Chris Gianelloni (RETIRED) gentoo-dev 2005-06-16 15:22:13 UTC
I can't get it to build... =[
Comment 7 Alexandru Toma 2005-06-19 01:29:21 UTC
Created attachment 61473 [details]
fxrepton-0.6.ebuild

An updated ebuild that fixes some issues.

The game still doesn't compile though. I get the following error:
In file included from gameengine.cpp:25:
gameengine.h:83: error: 'FXString' is used as a type, but is not defined as a 
   type.
gameengine.h:84: error: 'FXString' is used as a type, but is not defined as a 
   type.
gameengine.cpp: In member function `void GameEngine::loadData(const char*, 
   bool)':
gameengine.cpp:85: error: `password' undeclared (first use this function)
gameengine.cpp:85: error: (Each undeclared identifier is reported only once for

   each function it appears in.)
gameengine.cpp:85: error: `FXString' undeclared (first use this function)
gameengine.cpp:140: error: `comments' undeclared (first use this function)
make: *** [gameengine.o] Error 1
make: *** Waiting for unfinished jobs....

!!! ERROR: games-engines/fxrepton-0.6 failed.
!!! Function games_src_compile, Line 164, Exitcode 2
!!! emake failed
!!! If you need support, post the topmost build error, NOT this status message.


It seems something changed in the fox toolkit since the time I wrote the
ebuild. Something about FXString not being defined as a type. Any suggestions?
Comment 8 Alexandru Toma 2006-04-18 07:56:08 UTC
Created attachment 84902 [details]
fxrepton-0.6.ebuild

New ebuild
Comment 9 Alexandru Toma 2006-04-18 07:56:47 UTC
Created attachment 84903 [details, diff]
fxrepton-0.6-fox-1.2.patch

Patch to make the game compile with FOX-1.2
Comment 10 Alexandru Toma 2006-04-18 07:57:22 UTC
Created attachment 84904 [details, diff]
fxrepton-0.6-editor-fox-1.2.patch

Patch to make the game editor compile with FOX-1.2
Comment 11 Alexandru Toma 2006-04-18 08:00:40 UTC
Created attachment 84905 [details]
fxrepton-0.6.ebuild

Some more dies
Comment 12 Tupone Alfredo gentoo-dev 2006-12-20 12:20:11 UTC
Created attachment 104463 [details]
fxrepton-0.6.ebuild

This ebuild need fox toolkit ver 1.2 at build time and compile time
Comment 13 Tupone Alfredo gentoo-dev 2006-12-20 12:22:03 UTC
It emerge and run fine. Just a bit unmantained to be in portage. Marking "won't fix" for now