vcpkg/ports/libspatialite/vcpkg.json
Kai Pastor 38acea0c4c
[freexl,libspatialite,spatialite-tools] Update, [minizip] Enable DLL, [libkml] Update minizip import (#33044)
* [freexl] Update to 2.0.0

* Skip tests, examples

* [minizip] Build DLL

* [libspatialite] Update to 5.1.0

* Fix utf8 source

* [spatialite-tools] Update to 5.1.0a

* [libkml] Update minizip prefix

* [libkml] Fix all minizip names
2023-08-15 16:31:44 -07:00

55 lines
1.2 KiB
JSON

{
"name": "libspatialite",
"version": "5.1.0",
"description": "SpatiaLite is an open source library intended to extend the SQLite core to support fully fledged Spatial SQL capabilities.",
"homepage": "https://www.gaia-gis.it/gaia-sins/libspatialite-sources",
"license": null,
"dependencies": [
"geos",
"libiconv",
{
"name": "libxml2",
"features": [
"http"
]
},
"proj",
{
"name": "sqlite3",
"default-features": false,
"features": [
"rtree"
]
},
{
"name": "vcpkg-pkgconfig-get-modules",
"host": true
},
"zlib"
],
"default-features": [
"freexl",
"geocallbacks"
],
"features": {
"freexl": {
"description": "FreeXL spreadsheet file support.",
"dependencies": [
"freexl"
]
},
"gcp": {
"description": "Ground control points support. This feature reduces the license options to GPLv2+."
},
"geocallbacks": {
"description": "Geometry callbacks support."
},
"rttopo": {
"description": "RTTOPO support. This feature reduces the license options to GPLv2+.",
"dependencies": [
"librttopo"
]
}
}
}