summaryrefslogtreecommitdiff
blob: 3a5dd3e2cc5351f8522befb63e25d73297ae2eb4 (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<herd>games</herd>
	<maintainer>
		<email>hasufell@gentoo.org</email>
		<name>Julian Ospald</name>
	</maintainer>
	<use>
		<flag name="c++0x">Build ROOT using the C++11 standard.</flag>
		<flag name="crash-reporter">Build a <pkg>dev-qt/qtgui</pkg>-based
			tool that allows to submit crash information to the upstream
			backtracker.</flag>
		<flag name="debug">Enable asserts and debug logging.</flag>
		<flag name="static">Link libraries statically, currently only
			<pkg>media-libs/glew</pkg></flag>
		<flag name="tools">Build tools that can extract the game's data and
			save files.</flag>
		<flag name="unity-build">Build everything in one big source file,
			allowing for faster build times and better optimizations at
			the cost of higher memory usage.</flag>
	</use>
	<longdescription lang="en">
		Arx Libertatis is a cross-platform, open source port of
		Arx Fatalis, a 2002 first-person role-playing game/dungeon crawler
		developed by Arkane Studios.
		Arx Fatalis features crafting, melee and ranged combat, as well
		as a unique casting system where the player draws runes in real
		time to effect the desired spell.
		Arx Libertatis updates and improves Arx Fatalis by supporting
		modern systems, porting the game to new systems as well as
		eliminating bugs and limitations.
	</longdescription>
	<longdescription lang="de">
		Arx Libertatis ist eine cross-platform, open source Portierung
		von Arx Fatalis, ein Rollenspiel/Dungeon Crawler in Ego-Perspektive
		aus dem Jahr 2002, entwickelt von Arkane Studios.
		Arx Fatalist umfasst das Herstellen von Gegenständen,
		Nah- und Fernkampf, sowie ein einzigartiges Magiesystem,
		in dem der Spieler Runen in Echtzeit zeichnen muss, um einen
		Zauberspruch auszusprechen.
		Arx Libertatis aktualisiert und verbessert Arx Fatalis, indem
		es moderne Systeme unterstützt, das Spiel auch zu neuen Systemen
		portiert und bugs und Beschränkungen behebt.
	</longdescription>
	<upstream>
		<maintainer status="active">
			<email>daniel@constexpr.org</email>
			<name>Daniel Scharrer</name>
		</maintainer>
		<bugs-to>https://bugs.arx-libertatis.org/</bugs-to>
		<changelog>
			http://wiki.arx-libertatis.org/Changelog
		</changelog>
		<doc lang="en">http://wiki.arx-libertatis.org/</doc>
		<remote-id type="github">arx/ArxLibertatis</remote-id>
		<remote-id type="sourceforge">arx</remote-id>
		<remote-id type="freecode">arx-libertatis</remote-id>
	</upstream>
</pkgmetadata>