mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-01 22:41:37 +08:00
94b2a07762
* Enable CI for libspatialite:x64-windows-static-md * Use pkgconfig for nmake * Use pkgconfig for autotools; fix mingw * Install pc file for windows * Add feature interface, make GPLv2+ features optional * spatialite-tools need libspatialite[rttopo] * Update versions
41 lines
1015 B
JSON
41 lines
1015 B
JSON
{
|
|
"name": "libspatialite",
|
|
"version": "5.0.1",
|
|
"port-version": 1,
|
|
"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",
|
|
"dependencies": [
|
|
"geos",
|
|
"libiconv",
|
|
"libxml2",
|
|
"proj4",
|
|
"sqlite3",
|
|
"vcpkg-pkgconfig-get-modules",
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|