summaryrefslogtreecommitdiff
path: root/media-gfx/yafaray/metadata.xml
diff options
context:
space:
mode:
Diffstat (limited to 'media-gfx/yafaray/metadata.xml')
-rw-r--r--media-gfx/yafaray/metadata.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/media-gfx/yafaray/metadata.xml b/media-gfx/yafaray/metadata.xml
new file mode 100644
index 000000000000..cee5f0b787f1
--- /dev/null
+++ b/media-gfx/yafaray/metadata.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>herb@hlmjr.com</email>
+ <name>Herb Miller Jr. (herbmillerjr)</name>
+ </maintainer>
+ <maintainer type="project">
+ <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". Blender 3D is the host application of YafaRay.
+ </longdescription>
+ <use>
+ <flag name="blender">Install addon for <pkg>media-gfx/blender</pkg></flag>
+ <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">Use <pkg>media-libs/opencv</pkg></flag>
+ </use>
+</pkgmetadata>
+