Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 352669 - games-simulation(?)/CorsixTH - Open source clone of Theme Hospital
Summary: games-simulation(?)/CorsixTH - Open source clone of Theme Hospital
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Angelo Arrifano (RETIRED)
URL: http://code.google.com/p/corsix-th/
Whiteboard: [roslin-overlay]
Keywords: EBUILD, InOverlay, PATCH
Depends on:
Blocks:
 
Reported: 2011-01-25 11:03 UTC by qdii
Modified: 2013-07-27 11:49 UTC (History)
2 users (show)

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


Attachments
CorsixTH-0.5_beta ebuild (CorsixTH-0.5_beta.ebuild,1.47 KB, text/plain)
2011-01-25 16:12 UTC, qdii
Details
CorsixTH ebuild from the roslin overlay (CorsixTH-0.21.ebuild,1.20 KB, text/plain)
2013-06-09 22:13 UTC, Michał Ziąbkowski
Details
CorsixTH-0.7-nodoc.patch (CorsixTH-0.7-nodoc.patch,478 bytes, patch)
2013-06-09 22:13 UTC, Michał Ziąbkowski
Details | Diff
corsix-th-0.21-r1.ebuild (corsix-th-0.21-r1.ebuild,1.37 KB, text/plain)
2013-07-26 17:52 UTC, Angelo Arrifano (RETIRED)
Details
corsix-th-0.21-naming.patch (corsix-th-0.21-naming.patch,796 bytes, patch)
2013-07-26 17:53 UTC, Angelo Arrifano (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description qdii 2011-01-25 11:03:37 UTC
CorsixTH is an open-source clone of Bullfrog's Theme Hospital. The project aims to reimplement the game engine of Theme Hospital, and be able to load the original game data files. 

The project is pretty advanced and already offers almost every features of the game. The engine, rebuilt, lets the game set up higher resolution than the originals and it can use either SDL or OpenGL to render graphics.

Reproducible: Always

Steps to Reproduce:
1. emerge CorsixTH
2. notice that nothing happens
3.

Actual Results:  
Try and emerge CorsixTH

Expected Results:  
Emerge fails with "no ebuilds available"

Install CorsixTH
Comment 1 qdii 2011-01-25 13:04:26 UTC
Tonight I'll add an ebuild for it I made. I could maintain it too. As this is my first ebuild, any remark will be welcomed.
Comment 2 qdii 2011-01-25 16:12:48 UTC
Created attachment 260678 [details]
CorsixTH-0.5_beta ebuild

This is my first ebuild. I'll take any remarks much to heart :)
Comment 3 Markos Chandras (RETIRED) gentoo-dev 2011-01-25 16:17:45 UTC
Hello, The Gentoo Team would like to firstly thank you for your ebuild 
submission. We also apologize for not being able to accommodate you in a timely
manner. There are simply too many new packages.

Allow me to use this opportunity to introduce you to Gentoo Sunrise. The 
sunrise overlay[1] is a overlay for Gentoo which we allow trusted users to 
commit to and all users can have ebuilds reviewed by Gentoo devs for entry 
into the overlay. So, the sunrise team is suggesting that you look into this 
and submit your ebuild to the overlay where even *you* can commit to. =)

Thanks,
On behalf of the Gentoo Sunrise Team,
Markos.

[1]: http://www.gentoo.org/proj/en/sunrise/
[2]: http://overlays.gentoo.org/proj/sunrise/wiki/SunriseFaq
Comment 4 Michał Ziąbkowski 2013-06-09 22:13:06 UTC
Created attachment 350584 [details]
CorsixTH ebuild from the roslin overlay

Attaching the latest CorsixTH ebuild from the roslin overlay.
Comment 5 Michał Ziąbkowski 2013-06-09 22:13:56 UTC
Created attachment 350586 [details, diff]
CorsixTH-0.7-nodoc.patch
Comment 6 Angelo Arrifano (RETIRED) gentoo-dev 2013-07-26 17:52:19 UTC
Created attachment 354256 [details]
corsix-th-0.21-r1.ebuild

I'll maintain this one. It is a nice game and has been under active development for quite a while, with recent releases.

I've patched the ebuild to install into $gamesdir/corsix-th instead of $gamesdir/CorsixTH to be more coherent with the ebuild name (Gentoo's policy is to avoid uppercase in ebuild names).
I also made the game icon show up in XDG compatible desktop-menus.
Comment 7 Angelo Arrifano (RETIRED) gentoo-dev 2013-07-26 17:53:16 UTC
Created attachment 354258 [details, diff]
corsix-th-0.21-naming.patch
Comment 8 Angelo Arrifano (RETIRED) gentoo-dev 2013-07-26 17:54:18 UTC
Can you guys please test the new ebuild? If everything is alright, I'll push this into portage in the following days.
Comment 9 Michał Ziąbkowski 2013-07-26 19:27:31 UTC
I should mention CorsixTH bundles its own copy of libagg. I had a patch for fixing that, but it broke, so I dropped it. Not sure if that's a critical issue.

As for your ebuild, you might as well rename the nodoc patch. Historically, it was for CorsixTH 0.7, but that version was never in portage, so that versioning doesn't really make sense. Other than that, all the changes look good.
Comment 10 qdii 2013-07-27 09:21:24 UTC
(In reply to Angelo Arrifano from comment #8)
> Can you guys please test the new ebuild? If everything is alright, I'll push
> this into portage in the following days.

I just tested it, it installs in /usr/share/games/corsix-th and the game launches fine. I checked the permissions and they seem to be fine. 

All good!
Comment 11 Angelo Arrifano (RETIRED) gentoo-dev 2013-07-27 11:49:04 UTC
(In reply to Michał Ziąbkowski from comment #9)
> I should mention CorsixTH bundles its own copy of libagg. I had a patch for
> fixing that, but it broke, so I dropped it. Not sure if that's a critical
> issue.

It is alright.
> 
> As for your ebuild, you might as well rename the nodoc patch. Historically,
> it was for CorsixTH 0.7, but that version was never in portage, so that
> versioning doesn't really make sense. Other than that, all the changes look
> good.

done. Just pushed the ebuild into the tree. Thanks everyone for the contribution and testing.