Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 120787

Summary: Ebuild for reminiscence, a free rewrite of the Flashback's game engine.
Product: Gentoo Linux Reporter: the_mgt <themgt>
Component: New packagesAssignee: Default Assignee for New Packages <maintainer-wanted>
Status: CONFIRMED ---    
Severity: enhancement Keywords: EBUILD
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://membres.lycos.fr/cyxdown/reminiscence/
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: The ebuild for reminiscence v0.1.8
reminiscence-0.1.8.ebuild
reminiscence-homedir-fix.patch
Updated ebuild
Fixes 'Bad CRC for collision data' on 64-bit systems
Updated patch, fixes the 'buffer overflow detected' error
reminiscence-0.2.1.ebuild
reminiscence-0.2.1-homedir-fix.patch
reminiscence-0.2.1-homedir-fix.patch

Description the_mgt 2006-01-28 20:44:55 UTC
REminiscence is a rewrite of the engine used in the game Flashback from Delphine Software. This program is designed as a cross-platform replacement for the original executable and uses the SDL library.

This ebuild compiles and installs the binary "reminiscence". You still need the original game files from english DOS version.
Comment 1 the_mgt 2006-01-28 20:46:05 UTC
Created attachment 78387 [details]
The ebuild for reminiscence v0.1.8
Comment 2 Adrian Frühwirth 2006-01-30 16:23:55 UTC
Created attachment 78532 [details]
reminiscence-0.1.8.ebuild

improved ebuild
Comment 3 Adrian Frühwirth 2006-01-30 16:25:33 UTC
Created attachment 78533 [details]
reminiscence-homedir-fix.patch

fixes savegame path issues. now stores savegames in ~/.reminiscence instead of cwd
Comment 4 Vitaly Minko 2010-01-25 02:04:01 UTC
Created attachment 217344 [details]
Updated ebuild
Comment 5 Vitaly Minko 2010-01-25 02:05:13 UTC
Created attachment 217345 [details, diff]
Fixes 'Bad CRC for collision data' on 64-bit systems
Comment 6 Vitaly Minko 2010-01-25 02:06:41 UTC
Created attachment 217347 [details, diff]
Updated patch, fixes the 'buffer overflow detected' error
Comment 7 Vitaly Minko 2010-01-25 02:16:07 UTC
I updated the ebuild to the latest version (0.1.9).

The reminiscence-0.1.9-64bit-fix.patch is a new patch. It fixes the following error message:
"ERROR: Bad CRC for collision data"
Ths message occurs on 64-bit systems only.

The reminiscence-homedir-fix.patch is slightly modified in order to avoid the 'buffer overflow detected' error (occurs on ARM PXA270).
Comment 8 M8R-u38wij 2014-09-28 10:42:51 UTC
Created attachment 385658 [details]
reminiscence-0.2.1.ebuild
Comment 9 M8R-u38wij 2014-09-28 10:55:49 UTC
Created attachment 385660 [details, diff]
reminiscence-0.2.1-homedir-fix.patch

Adapt homedir fix to work with version 0.2.1
Comment 10 M8R-u38wij 2014-09-28 15:01:42 UTC
Created attachment 385680 [details, diff]
reminiscence-0.2.1-homedir-fix.patch