aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libosmscout/vcpkg.json
diff options
context:
space:
mode:
authorEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
committerEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
commit54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch)
treed915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/libosmscout/vcpkg.json
move to own git serverHEADmaster
Diffstat (limited to 'vcpkg/ports/libosmscout/vcpkg.json')
-rw-r--r--vcpkg/ports/libosmscout/vcpkg.json80
1 files changed, 80 insertions, 0 deletions
diff --git a/vcpkg/ports/libosmscout/vcpkg.json b/vcpkg/ports/libosmscout/vcpkg.json
new file mode 100644
index 0000000..d9a4b60
--- /dev/null
+++ b/vcpkg/ports/libosmscout/vcpkg.json
@@ -0,0 +1,80 @@
+{
+ "name": "libosmscout",
+ "version": "1.1.1",
+ "port-version": 8,
+ "description": "libosmscout offers applications simple, high-level interfaces for offline location and POI lokup, rendering and routing functionalities based on OpenStreetMap (OSM) data.",
+ "homepage": "https://libosmscout.sourceforge.net/",
+ "documentation": "https://libosmscout.sourceforge.net/documentation/",
+ "supports": "!uwp",
+ "dependencies": [
+ "libiconv",
+ "liblzma",
+ {
+ "name": "libxml2",
+ "default-features": false
+ },
+ "protobuf",
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ },
+ "zlib"
+ ],
+ "features": {
+ "cairo": {
+ "description": "Cairo backend renderer",
+ "dependencies": [
+ {
+ "name": "cairo",
+ "default-features": false
+ },
+ {
+ "name": "freetype",
+ "default-features": false
+ },
+ {
+ "name": "harfbuzz",
+ "default-features": false
+ },
+ "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": [
+ {
+ "name": "freetype",
+ "default-features": false
+ },
+ {
+ "name": "harfbuzz",
+ "default-features": false
+ },
+ "pango"
+ ]
+ },
+ "tools": {
+ "description": "Install tools"
+ }
+ }
+}