summaryrefslogtreecommitdiff
blob: b49def01d4c5a512d27ebacc78ad2b1e162f6c81 (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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="person" proxied="yes">
		<email>waebbl-gentoo@posteo.net</email>
		<name>Bernd Waibel</name>
	</maintainer>
	<maintainer type="project" proxied="proxy">
		<email>proxy-maint@gentoo.org</email>
		<name>Proxy Maintainers</name>
	</maintainer>
	<longdescription lang="en">
		YafaRay is a raytracing open source render engine. Raytracing is a
		rendering technique for generating realistic images by tracing the
		path of light through a 3D scene.
		An render engine consists of a "faceless" computer program that
		interacts with a host 3D application to provide very specific
		raytracing capabilties "on demand".
	</longdescription>
	<use>
		<flag name="fastmath">
			Enable mathematic approximations to make code faster
		</flag>
		<flag name="fasttrig">
			Enable trigonometric approximations to make code faster
		</flag>
		<flag name="opencv">
			Add support for <pkg>media-libs/opencv</pkg> image processing.
		</flag>
	</use>
</pkgmetadata>