mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 01:48:59 +08:00
6db51d86a9
If a call to `vcpkg_replace_string` makes no changes i.e doesn't effectively replace a string, A warning is logged. This should also help identify ports that no longer need these calls to fix things in `.pc` files etc.
53 lines
1.1 KiB
JSON
53 lines
1.1 KiB
JSON
{
|
|
"name": "libspatialite",
|
|
"version": "5.1.0",
|
|
"port-version": 2,
|
|
"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/fossil/libspatialite/index",
|
|
"license": null,
|
|
"dependencies": [
|
|
"geos",
|
|
"libiconv",
|
|
{
|
|
"name": "libxml2",
|
|
"default-features": false,
|
|
"features": [
|
|
"http"
|
|
]
|
|
},
|
|
"proj",
|
|
{
|
|
"name": "sqlite3",
|
|
"default-features": false,
|
|
"features": [
|
|
"rtree"
|
|
]
|
|
},
|
|
{
|
|
"name": "vcpkg-pkgconfig-get-modules",
|
|
"host": true
|
|
},
|
|
"zlib"
|
|
],
|
|
"default-features": [
|
|
"freexl"
|
|
],
|
|
"features": {
|
|
"freexl": {
|
|
"description": "FreeXL spreadsheet file support.",
|
|
"dependencies": [
|
|
"freexl"
|
|
]
|
|
},
|
|
"gcp": {
|
|
"description": "Ground control points support. This feature reduces the license options to GPLv2+."
|
|
},
|
|
"rttopo": {
|
|
"description": "RTTOPO support. This feature reduces the license options to GPLv2+.",
|
|
"dependencies": [
|
|
"librttopo"
|
|
]
|
|
}
|
|
}
|
|
}
|