summaryrefslogtreecommitdiff
blob: 18a7b03a8de1224312e21928ff3130bae66fc4ca (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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="person">
		<email>agrigo2001@yahoo.com.au</email>
		<name>Adrian Grigo</name>
	</maintainer>
	<maintainer type="project">
		<email>proxy-maint@gentoo.org</email>
		<name>Proxy Maintainers</name>
	</maintainer>
	<longdescription>
		Blender, the open source software for 3D modeling, animation,
		rendering, post-production, interactive creation and playback.
	</longdescription>
	<use>
		<flag name="abi6-compat">
			Build for OpenVDB ABI 6.
		</flag>
		<flag name="abi7-compat">
			Build for OpenVDB ABI 7.
		</flag>
		<flag name="alembic">
			Add support for Alembic through
			<pkg>media-gfx/alembic</pkg>.
		</flag>
		<flag name="bullet">
			Enable Bullet (Physics Engine).
		</flag>
		<flag name="collada">
			Add support for Collada interchange format through
			<pkg>media-libs/opencollada</pkg>.
		</flag>
		<flag name="color-management">Enable color management via <pkg>media-libs/opencolorio</pkg>.</flag>
		<flag name="cuda">
			Build cycles renderer with nVidia CUDA support.
		</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="elbeem">
			Adds surface fluid simulation to Blender using El'Beem library.
		</flag>
		<flag name="headless">
			Build without graphical support (renderfarm, server mode only).
		</flag>
		<flag name="llvm">
			Enable features depending on llvm.
		</flag>
		<flag name="ndof">
			Enable NDOF input devices (SpaceNavigator and friends).
		</flag>
		<flag name="opencl">
			Allow OpenCL Graphics Acceleration. This may
			require extra graphics card drivers.</flag>
		<flag name="openimageio">Enable OpenImageIO Support</flag>
		<flag name="opensubdiv">
			Add rendering support form OpenSubdiv from Dreamworks Animation
			through <pkg>media-libs/opensubdiv</pkg>.
		</flag>
		<flag name="openvdb">
			Add GPU preview rendering. Only works with nVidia cards.
		</flag>
		<flag name="osl">
			Add support for OpenShadingLanguage scripting.
		</flag>
		<flag name="standalone">
			Build the standalone version of Cycles.
		</flag>
		<flag name="system-numpy">
			Use the system numpy implementation rather than a local copy.
		</flag>
		<flag name="system-python">
			Use the system python implementation rather than a local copy.
		</flag>
		<flag name="tbb">
			Use threading building blocks library from <pkg>dev-cpp/tbb</pkg>.
		</flag>
		<flag name="valgrind">
			Add support for memory debugging using
			<pkg>dev-util/valgrind</pkg>
		</flag>
	</use>
</pkgmetadata>