mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-04 00:04:03 -04:00
170 lines
3.3 KiB
JSON
170 lines
3.3 KiB
JSON
{
|
|
"vcpkg-configuration": {
|
|
"default-registry": {
|
|
"kind": "git",
|
|
"baseline": "9e7bfb1bcd1fa2e6e0755c4076441360b9c9ded7",
|
|
"repository": "https://github.com/microsoft/vcpkg"
|
|
},
|
|
"registries": [
|
|
{
|
|
"kind": "git",
|
|
"baseline": "b7adf319e27723718179b451efde85606a2c42ae",
|
|
"repository": "https://github.com/open-vcpkg/python-registry",
|
|
"packages": [
|
|
"python3",
|
|
"py-*",
|
|
"gdal",
|
|
"swig",
|
|
"vcpkg-python-scripts",
|
|
"vcpkg-tool-mercurial",
|
|
"pybind11"
|
|
]
|
|
}
|
|
],
|
|
"overlay-ports": [
|
|
"ports"
|
|
],
|
|
"overlay-triplets": [
|
|
"triplets"
|
|
]
|
|
},
|
|
"name": "qgis",
|
|
"version-string": "current",
|
|
"description": "QGIS is a free, open source, cross platform (lin/win/mac) geographical information system (GIS)",
|
|
"homepage": "https://qgis.org",
|
|
"dependencies": [
|
|
"duckdb",
|
|
{
|
|
"name": "exiv2",
|
|
"features": [
|
|
"xmp"
|
|
]
|
|
},
|
|
"expat",
|
|
{
|
|
"name": "gdal",
|
|
"features": [
|
|
"arrow-adbc",
|
|
"freexl",
|
|
"kea",
|
|
"parquet",
|
|
"poppler",
|
|
"tools"
|
|
]
|
|
},
|
|
"geos",
|
|
"gsl",
|
|
"jhasse-poly2tri",
|
|
"libpq",
|
|
"libspatialindex",
|
|
"libspatialite",
|
|
{
|
|
"name": "libtasn1",
|
|
"platform": "ios | osx"
|
|
},
|
|
"libxml2",
|
|
"libzip",
|
|
"meshoptimizer",
|
|
"nlohmann-json",
|
|
"o2",
|
|
"opencl",
|
|
"pdal",
|
|
"proj",
|
|
"protobuf",
|
|
{
|
|
"name": "qca",
|
|
"default-features": false,
|
|
"features": [
|
|
"ossl"
|
|
]
|
|
},
|
|
{
|
|
"name": "qtbase",
|
|
"features": [
|
|
"sql-odbc"
|
|
]
|
|
},
|
|
"qtdeclarative",
|
|
"qtimageformats",
|
|
"qtkeychain-qt6",
|
|
"qtlocation",
|
|
"qtquickcontrols2",
|
|
"qtsvg",
|
|
"qttools",
|
|
"zlib"
|
|
],
|
|
"features": {
|
|
"3d": {
|
|
"description": "Determines whether QGIS 3D library should be built",
|
|
"dependencies": [
|
|
"qt3d"
|
|
]
|
|
},
|
|
"bindings": {
|
|
"description": "Determines whether Python bindings should be built",
|
|
"dependencies": [
|
|
{
|
|
"name": "gdal",
|
|
"features": [
|
|
"python"
|
|
]
|
|
},
|
|
"py-autopep8",
|
|
"py-dateutil",
|
|
"py-duckdb",
|
|
"py-isort",
|
|
"py-jinja2",
|
|
"py-lxml",
|
|
"py-markupsafe",
|
|
"py-numpy",
|
|
"py-owslib",
|
|
"py-pip",
|
|
"py-psycopg",
|
|
"py-psycopg2",
|
|
"py-pydantic",
|
|
{
|
|
"name": "py-pyqt6",
|
|
"features": [
|
|
"qt3d",
|
|
"qt5compat",
|
|
"qtcharts",
|
|
"qtdeclarative"
|
|
]
|
|
},
|
|
"py-pytz",
|
|
"py-pyyaml",
|
|
"py-qscintilla",
|
|
"py-requests",
|
|
"py-six",
|
|
"python3"
|
|
]
|
|
},
|
|
"gui": {
|
|
"description": "Determines whether the QGIS gui should be built",
|
|
"dependencies": [
|
|
"qscintilla",
|
|
"qtmultimedia",
|
|
"qwt"
|
|
]
|
|
},
|
|
"opencl": {
|
|
"description": "Should OpenCL support be added",
|
|
"dependencies": [
|
|
"opencl"
|
|
]
|
|
},
|
|
"oracle": {
|
|
"description": "Build with oracle support",
|
|
"dependencies": [
|
|
"oracle-instantclient"
|
|
]
|
|
},
|
|
"server": {
|
|
"description": "Determines whether QGIS server should be built",
|
|
"dependencies": [
|
|
"fastcgi"
|
|
]
|
|
}
|
|
}
|
|
}
|