summaryrefslogtreecommitdiff
path: root/sci-libs/gdal/metadata.xml
blob: a48cf2bc6a70a9ac775189ab842eaae34e2e3278 (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
41
42
43
44
45
46
47
48
49
50
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://srcux.com/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="archive">Enable support for various archive and compression formats with <pkg>app-arch/libarchive</pkg>
    </flag>
    <flag name="armadillo">Use <pkg>sci-libs/armadillo</pkg> for faster TPS transform computation</flag>
    <flag name="blosc">Enable support for blosc compression with <pkg>dev-libs/c-blosc</pkg>
    </flag>
    <flag name="cryptopp">Enable support RSA SHA256 signing functionality with <pkg>dev-libs/crypto++</pkg>
    </flag>
    <flag name="exprtk">Enable support for additional advanced C++ VRT expressions with <pkg>dev-cpp/exprtk</pkg>
    </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="libaec">Enable support Adaptive Entropy Coding with <pkg>sci-libs/libaec</pkg>
    </flag>
    <flag name="libdeflate">Use <pkg>app-arch/libdeflate</pkg> for faster compression and decompression</flag>
    <flag name="mongodb">Enable support for MongoDBV3 driver with <pkg>dev-db/mongodb</pkg>
    </flag>
    <flag name="muparser">Enable support for C++ VRT expressions with <pkg>dev-cpp/muParser</pkg>
    </flag>
    <flag name="parquet">Enables read/write parquet data format (<pkg>dev-libs/apache-arrow</pkg>)</flag>
    <flag name="qhull">Enable support for linear interpolation of gdal_grid with <pkg>media-libs/qhull</pkg>
    </flag>
    <flag name="spatialite">Enable Spatial DBMS over sqlite <pkg>dev-db/spatialite</pkg>
    </flag>
    <flag name="system-tiff">Build against system <pkg>media-libs/tiff</pkg> and <pkg>sci-libs/libgeotiff</pkg> (JPEG XL not supported with this enabled)</flag>
    <flag name="tools">Build command line utilities</flag>
    <flag name="xls">Add the <pkg>dev-libs/freexl</pkg> library for xls import support</flag>
  </use>
  <upstream>
    <doc lang="en">https://gdal.org/en/stable/</doc>
    <remote-id type="cpe">cpe:/a:gdal:gdal</remote-id>
  </upstream>
  <origin>srcux</origin>
</pkgmetadata>