<?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>
	<longdescription>
		Libraries from Dreamworks Animation for the efficient manipulation 
		of volumetric data used in big budget movies like 'Cloudy with a
		Chance of Meatballs2' and 'How to Train Your Dragon 2'. 
	</longdescription>
	<use>
		<!--
		The ABI flag set slides with the major version: the ebuild derives it
		arithmetically from OPENVDB_ABI=$(ver_cut 1), so 13.0.0 offers abi14
		(future) down to abi11, where 12.0.1 offered abi13 down to abi10.
		This block has to slide with it on every major bump, or pkgcheck
		reports UnknownUseFlags for the new top flag and UnusedLocalUse for
		the dropped bottom one.
		-->
		<flag name="abi14-compat">
			Disables newer features to maintain compatibility with ABI14
		</flag>
		<flag name="abi13-compat">
			Disables newer features to maintain compatibility with ABI13
		</flag>
		<flag name="abi12-compat">
			Disables newer features to maintain compatibility with ABI12
		</flag>
		<flag name="abi11-compat">
			Disables newer features to maintain compatibility with ABI11
		</flag>
		<flag name="alembic">
			Add support for Alembic through
			<pkg>media-gfx/alembic</pkg>.
		</flag>
		<flag name="blosc">
			Allow using blosc compression via <pkg>dev-libs/c-blosc</pkg>
		</flag>
		<flag name="cuda">
			Enable support for CUDA in NanoVDB
		</flag>
		<flag name="nanovdb">
			A lightweight, header only, and GPU friendly version of VDB
		</flag>
		<flag name="numpy">
			Build pyopenvdb with support for <pkg>dev-python/numpy</pkg>
		</flag>
		<flag name="pdal">
			Enable support for PDAL for point clouds via <pkg>sci-libs/pdal</pkg>
		</flag>
		<flag name="utils">
			Build utility binaries
		</flag>
	</use>
	<upstream>
		<remote-id type="github">AcademySoftwareFoundation/openvdb</remote-id>
	</upstream>
</pkgmetadata>
