summaryrefslogtreecommitdiff
blob: af94c12bc0a37c0307c59d733fb0407a83387d13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer>
		<email>miknix@gentoo.org</email>
		<name>Angelo Arrifano</name>
	</maintainer>
	<use>
		<flag name="ffmpeg">Use ffmpeg for playing in-game cutscenes.</flag>
		<flag name="opengl">Use OpenGL for rendering.</flag>
		<flag name="sdl">Use SDL for rendering.</flag>
		<flag name="sound">Use SDL mixer for in-game sound.</flag>
		<flag name="mapeditor">Build the map editor (needs opengl enabled!).
		</flag>
		<flag name="midi">Use SDL mixer and timidity for in-game music.</flag>
		<flag name="truetype">Use high quality fonts.</flag>
	</use>
	<longdescription>
	CorsixTH aims to reimplement the game engine of Theme Hospital, with the capability of loading assets including graphics and levels from the original game. This means that you will need a purchased copy of Theme Hospital, or a copy of the demo, in order to use CorsixTH.
	</longdescription>
	<upstream>
		<remote-id type="github">CorsixTH/CorsixTH</remote-id>
	</upstream>
</pkgmetadata>