summaryrefslogtreecommitdiff
blob: 6256d93f3128f3cc691971537284fdd049b60424 (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
32
33
34
35
36
37
38
39
40
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="person">
		<email>dracwyrm@gentoo.org</email>
		<name>Jonathan Scruggs</name>
	</maintainer>
	<maintainer 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>
	</use>
	<upstream>
		<remote-id type="github">PixarAnimationStudios/OpenSubdiv</remote-id>
	</upstream>
</pkgmetadata>