mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 06:48:59 +08:00
a4f322c567
* Update to 8.1.1, cleanup patches * Patch and use pc file installation from upstream * Simplify dependency fixup * Remove obsolete VCPKG_BUILD_SHARED_LIBS * Revise feature and dependency interface * Update versions * Use all libs from proj.pc for gdal * Set CMP0012 for dependency control * Update versions * Update versions * Fix missing user32.lib when using libcrypto * Update versions * Fix missing user32.lib when using libcrypto * Update versions
41 lines
1015 B
JSON
41 lines
1015 B
JSON
{
|
|
"name": "libspatialite",
|
|
"version": "5.0.1",
|
|
"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/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"
|
|
]
|
|
}
|
|
}
|
|
}
|