mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 04:49:01 +08:00
5b11232d00
* [libuvc,qt5-virtualkeyboard] remove duplicated dependency entry * [many-ports] don't use deprecated functions (autogenerated) * atkmm: Fix license. gperftools: Reformat vcpkg_check_features call. gsl: Fix license. libpff: Fix license. pangomm: Fix license. qtbase: Revert, only comment changes. type-lite: Reformat vcpkg_check_features and actually use the feature options. --------- Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
56 lines
1.2 KiB
JSON
56 lines
1.2 KiB
JSON
{
|
|
"name": "libspatialite",
|
|
"version": "5.0.1",
|
|
"port-version": 12,
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|