mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 02:49:01 +08:00
5746100fdc
* [libosmscout] Add new port * [libosmscout] Update manifest format * Update ports/libosmscout/portfile.cmake Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com> * Qt feature removed due to problems with various configurations. * Change of line ends from Windows to Linux * Disable ARM, UWP and static * Update support tag Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>
42 lines
1.0 KiB
JSON
42 lines
1.0 KiB
JSON
{
|
|
"name": "libosmscout",
|
|
"version-string": "1.1.1",
|
|
"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",
|
|
"zlib"
|
|
],
|
|
"features": {
|
|
"cairo": {
|
|
"description": "Cairo backend renderer",
|
|
"dependencies": [
|
|
"cairo",
|
|
"freetype",
|
|
"harfbuzz",
|
|
"libpng",
|
|
"pango"
|
|
]
|
|
},
|
|
"directx": {
|
|
"description": "Direct2D backend renderer"
|
|
},
|
|
"gdi": {
|
|
"description": "GDI+ backend renderer"
|
|
},
|
|
"svg": {
|
|
"description": "SVG backend renderer",
|
|
"dependencies": [
|
|
"freetype",
|
|
"harfbuzz",
|
|
"pango"
|
|
]
|
|
}
|
|
}
|
|
}
|