early-access version 2853
This commit is contained in:
47
externals/vcpkg/ports/libspatialite/vcpkg.json
vendored
Executable file
47
externals/vcpkg/ports/libspatialite/vcpkg.json
vendored
Executable file
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"name": "libspatialite",
|
||||
"version": "5.0.1",
|
||||
"port-version": 5,
|
||||
"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": "MPL-1.1 OR GPL-2.0-or-later OR LGPL-2.1-or-later",
|
||||
"dependencies": [
|
||||
"geos",
|
||||
"libiconv",
|
||||
"libxml2",
|
||||
"proj",
|
||||
{
|
||||
"name": "sqlite3",
|
||||
"default-features": false,
|
||||
"features": [
|
||||
"rtree"
|
||||
]
|
||||
},
|
||||
"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"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user