summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHerb Miller Jr <herb@hlmjr.com>2018-03-21 07:37:54 -0400
committerMichał Górny <mgorny@gentoo.org>2018-05-29 23:41:20 +0200
commit11bd4094e336b9ac197ac5f571cf14253c6379dc (patch)
tree730d3e80810d1254834c2f7fb7b519e95c2abef5 /media-gfx/yafaray/metadata.xml
parentwww-client/chromium: use bundled python libs (diff)
downloadgentoo-11bd4094e336b9ac197ac5f571cf14253c6379dc.tar.gz
gentoo-11bd4094e336b9ac197ac5f571cf14253c6379dc.tar.bz2
gentoo-11bd4094e336b9ac197ac5f571cf14253c6379dc.zip
media-gfx/yafaray: Create 3.3.0 ebuild.
Closes: https://bugs.gentoo.org/639046 Closes: https://github.com/gentoo/gentoo/pull/7530 Package-Manager: Portage-2.3.24, Repoman-2.3.6
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>
+