summaryrefslogtreecommitdiff
blob: f505485ec713afa3bbe1d1875a0ebf65a40664bb (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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="project">
		<email>sci-geosciences@gentoo.org</email>
		<name>Gentoo Geosciences Project</name>
	</maintainer>
	<longdescription>
		GDAL is the Geospatial Data Abstraction Library, a set of tools for
		converting between geospatial raster data formats (includes OGR for
		vector data).
	</longdescription>
	<slots>
		<subslots>Reflects ABI compatibility of libgdal.so</subslots>
	</slots>
	<use>
		<flag name="armadillo">Use <pkg>sci-libs/armadillo</pkg> for faster TPS transform computation</flag>
		<flag name="aux-xml">Enable Portable Auxilliary Metadata generation</flag>
		<flag name="fits">Enable support for NASA's <pkg>sci-libs/cfitsio</pkg> library</flag>
		<flag name="geos">Add support for geometry engine (<pkg>sci-libs/geos</pkg>)</flag>
		<flag name="gml">Enable support for <pkg>dev-libs/xerces-c</pkg> C++ API</flag>
		<flag name="mdb">Enable support for Microsoft Access database</flag>
		<flag name="ogdi">Enable support for the open geographic datastore interface (<pkg>sci-libs/ogdi</pkg>)</flag>
		<flag name="opencl">Enable OpenCL support</flag>
		<flag name="spatialite">Enable Spatial DBMS over sqlite <pkg>dev-db/spatialite</pkg></flag>
		<flag name="xls">Add the <pkg>dev-libs/freexl</pkg> library for xls import support</flag>
	</use>
	<upstream>
		<remote-id type="github">OSGeo/gdal</remote-id>
	</upstream>
</pkgmetadata>