summaryrefslogtreecommitdiff
blob: a8ee785041d53dcc76e77f65cfaf85ec84d57151 (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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<longdescription>
		Blender, the open source software for 3D modeling, animation,
		rendering, post-production, interactive creation and playback.
	</longdescription>

	<use>
		<flag name="blender-game">
			Adds Game Engine support to Blender.
		</flag>
		<flag name="game-engine" restrict="&gt;=media-gfx/blender-2.50">
			Adds Game Engine support to Blender.
		</flag>
		<flag name="collada">
			Add support for Collada interchange format through
			<pkg>media-libs/opencollada</pkg>.
		</flag>
		<flag name='verse'>
			Adds verse clustering features to Blender.
		</flag>
		<flag name="cycles">
			Build cycles renderer (requires <pkg>media-libs/openimageio</pkg> and
			<pkg>dev-libs/boost</pkg>).
		</flag>
		<flag name="dds">
			Adds DDS textures support to Blender.
		</flag>
		<flag name="player">
			Build the Blender Player. THis requires the Game engine.
		</flag>
		<flag name="elbeem">
			Adds surface fluid simulation to Blender using El'Beem library.
		</flag>
		<flag name="doc">
			Build C and Python API documentation directly from the source code.
		</flag>
		<flag name="redcode">
			This flag add support for RED CODE camera digital format (5K HD
			images *.r3d) - EXPERIMENTAL.
		</flag>
		<flag name="boost">
			Enable features depending on boost.
		</flag>
		<flag name="bullet">
			Enable Bullet (Physics Engine).
		</flag>
		<flag name="colorio">
			Enable OpenColorIO color management.
		</flag>
		<flag name="ndof">
			Enable NDOF input devices (SpaceNavigator and friends).
		</flag>
		<!--<flag name="openimageio">Enable OpenImageIO Support</flag>-->
		<flag name="opennl">Enable use of Open Numerical Library</flag>
	</use>
</pkgmetadata>