mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-23 18:38:08 -07:00
Closes: https://bugs.gentoo.org/949250 Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/41967 Signed-off-by: Sam James <sam@gentoo.org>
35 lines
1.0 KiB
XML
35 lines
1.0 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person" proxied="yes">
|
|
<email>negril.nx+gentoo@gmail.com</email>
|
|
<name>Paul Zander</name>
|
|
</maintainer>
|
|
<maintainer type="project" proxied="proxy">
|
|
<email>proxy-maint@gentoo.org</email>
|
|
<name>Proxy Maintainers</name>
|
|
</maintainer>
|
|
<use>
|
|
<flag name="glfw">
|
|
Build all example files that uses (<pkg>media-libs/glfw</pkg>)
|
|
</flag>
|
|
<flag name="ptex">
|
|
Adds support for faster per-face texture mapping through
|
|
<pkg>media-libs/ptex</pkg>
|
|
</flag>
|
|
<flag name="python">
|
|
Use <pkg>dev-lang/python</pkg> to process source and documentation source files
|
|
</flag>
|
|
<flag name="tbb">
|
|
Enable multithreading with the Intel Threads Building Blocks through
|
|
<pkg>dev-cpp/tbb</pkg>
|
|
</flag>
|
|
<flag name="tutorials">
|
|
Install the tutorials
|
|
</flag>
|
|
</use>
|
|
<upstream>
|
|
<remote-id type="github">PixarAnimationStudios/OpenSubdiv</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|