diff options
author | Jonathan Scruggs <j.scruggs@gmail.com> | 2016-10-22 18:22:17 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2016-10-23 01:25:21 +0200 |
commit | 8e68c375c5637e926b7a16c2b3196ee7bf0cee38 (patch) | |
tree | ae800e96d2e6711e16c6d4cbb4f5c54dac0e40dd /media-libs/opensubdiv/metadata.xml | |
parent | media-libs/ptex: New package (diff) | |
download | gentoo-8e68c375c5637e926b7a16c2b3196ee7bf0cee38.tar.gz gentoo-8e68c375c5637e926b7a16c2b3196ee7bf0cee38.tar.bz2 gentoo-8e68c375c5637e926b7a16c2b3196ee7bf0cee38.zip |
media-libs/opensubdiv: New package
OpenSubdiv is a set of open source libraries that implement high
performance subdivision surface (subdiv) evaluation on massively
parallel CPU and GPU architectures. This code path is optimized
for drawing deforming surfaces with static topology at
interactive framerates.
OpenSubdiv is an API ready to be integrated into 3rd party
digital content creation tools. It is not an application, nor a
tool that can be used directly to create digital assets.
Gentoo-Bug: 586380
Signed off by: Jonathan Scruggs (j.scruggs@gmail.com, irc: Dracwyrm)
Signed off by: Adrian Grigo (agrigo2001@yahoo.com.au)
Closes: https://github.com/gentoo/gentoo/pull/2531
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'media-libs/opensubdiv/metadata.xml')
-rw-r--r-- | media-libs/opensubdiv/metadata.xml | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/media-libs/opensubdiv/metadata.xml b/media-libs/opensubdiv/metadata.xml new file mode 100644 index 000000000000..1bff35307644 --- /dev/null +++ b/media-libs/opensubdiv/metadata.xml @@ -0,0 +1,39 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer restrict=">=media-libs/opensubdiv-3.0.5" type="person"> + <email>j.scruggs@gmail.com</email> + <name>Jonathan Scruggs</name> + </maintainer> + <maintainer restrict=">=media-libs/opensubdiv-3.0.5" 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> + An Open-Source subdivision surface library. + </longdescription> + <use> + <flag name="ptex"> + Adds support for faster per-face texture mapping through + <pkg>media-libs/ptex</pkg>. + </flag> + <flag name="cuda"> + Enable NVIDIA CUDA Toolkit support through + <pkg>dev-util/nvidia-cuda-toolkit</pkg>. + </flag> + <flag name="tbb"> + Enable multithreading with the Intel Threads Building Blocks through + <pkg>dev-cpp/tbb</pkg>. + </flag> + <flag name="opencl"> + Enable OpenCL support through + <pkg>virtual/opencl</pkg>. + </flag> + <flag name="tutorials"> + </flag> + </use> +</pkgmetadata> |