1 |
<?xml version="1.0" encoding="UTF-8"?> |
2 |
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> |
3 |
<pkgmetadata> |
4 |
<herd>graphics</herd> |
5 |
|
6 |
<maintainer> |
7 |
<email>lu_zero@gentoo.org</email> |
8 |
<name>Luca Barbato</name> |
9 |
</maintainer> |
10 |
|
11 |
<longdescription> |
12 |
Blender, the open source software for 3D modeling, animation, |
13 |
rendering, post-production, interactive creation and playback. |
14 |
</longdescription> |
15 |
|
16 |
<use> |
17 |
<flag name='3dmouse'> |
18 |
Adds support for space navigator devices through package |
19 |
<pkg>dev-libs/libspnav</pkg>. |
20 |
</flag> |
21 |
<flag name='blender-game' restrict='<media-gfx/blender-2.50'> |
22 |
Adds Game Engine support to Blender. |
23 |
</flag> |
24 |
<flag name='game-engine' restrict='>=media-gfx/blender-2.50'> |
25 |
Adds Game Engine support to Blender. |
26 |
</flag> |
27 |
<flag name='collada'> |
28 |
Add support for Collada interchange format through |
29 |
<pkg>media-libs/opencollada</pkg>. |
30 |
</flag> |
31 |
<flag name='cycles'> |
32 |
Build cycles renderer (requires <pkg>media-libs/openimageio</pkg> and |
33 |
<pkg>dev-libs/boost</pkg>). |
34 |
</flag> |
35 |
<flag name='verse'> |
36 |
Adds verse clustering features to Blender. |
37 |
</flag> |
38 |
<flag name='dds'> |
39 |
Adds DDS textures support to Blender. |
40 |
</flag> |
41 |
<flag name='player'> |
42 |
Build the Blender Player. THis requires the Game engine. |
43 |
</flag> |
44 |
<flag name='elbeem'> |
45 |
Adds surface fluid simulation to Blender using El'Beem library. |
46 |
</flag> |
47 |
<flag name="doc"> |
48 |
Build C and Python API documentation directly from the source code. |
49 |
</flag> |
50 |
<flag name="tweak-mode"> |
51 |
This flag allows you to model without confirming each translation, |
52 |
in particular it lets you grab with left mouse button (LMB) and not |
53 |
having to confirm by another click. Blender 'Tweak Mode' is similar |
54 |
to the 'Tweak Mode' of the Wings modeller (<pkg>media-gfx/wings</pkg>). |
55 |
</flag> |
56 |
<flag name="redcode"> |
57 |
This flag add support for RED CODE camera digital format (5K HD |
58 |
images *.r3d) - EXPERIMENTAL. |
59 |
</flag> |
60 |
</use> |
61 |
</pkgmetadata> |