mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 06:19:00 +08:00
4d8f772609
* refine feature name for libosmscout * update port-version for libosmscout * vcpkg x-add-version for libosmscout --------- Co-authored-by: abc <a@b.com>
60 lines
1.4 KiB
JSON
60 lines
1.4 KiB
JSON
{
|
|
"name": "libosmscout",
|
|
"version": "1.1.1",
|
|
"port-version": 4,
|
|
"description": "libosmscout offers applications simple, high-level interfaces for offline location and POI lokup, rendering and routing functionalities based on OpenStreetMap (OSM) data.",
|
|
"homepage": "http://libosmscout.sourceforge.net/",
|
|
"documentation": "http://libosmscout.sourceforge.net/documentation/",
|
|
"supports": "!uwp & !arm & !arm64 & !static & !wasm32 & !emscripten",
|
|
"dependencies": [
|
|
"libiconv",
|
|
"liblzma",
|
|
"libxml2",
|
|
"protobuf",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"zlib"
|
|
],
|
|
"features": {
|
|
"cairo": {
|
|
"description": "Cairo backend renderer",
|
|
"dependencies": [
|
|
"cairo",
|
|
"freetype",
|
|
"harfbuzz",
|
|
"libpng",
|
|
"pango"
|
|
]
|
|
},
|
|
"directx": {
|
|
"description": "Direct2D backend renderer",
|
|
"supports": "windows"
|
|
},
|
|
"gdi": {
|
|
"description": "GDI+ backend renderer",
|
|
"supports": "windows"
|
|
},
|
|
"qt5": {
|
|
"description": "Enable build of Qt5 map drawing backend",
|
|
"dependencies": [
|
|
"qt5-base",
|
|
"qt5-svg"
|
|
]
|
|
},
|
|
"svg": {
|
|
"description": "SVG backend renderer",
|
|
"dependencies": [
|
|
"freetype",
|
|
"harfbuzz",
|
|
"pango"
|
|
]
|
|
}
|
|
}
|
|
}
|