{ "name": "qgis", "version-string": "3.18.0", "port-version": 0, "homepage": "https://qgis.org", "description": "QGIS is a free, open source, cross platform (lin/win/mac) geographical information system (GIS)", "dependencies": [ "expat", "libxml2", "libzip", "zlib", "libspatialindex", "libspatialite", "gdal", { "name": "exiv2", "features": [ "xmp" ] }, "gsl", "libpq", "protobuf", "proj4", "geos", { "name": "libtasn1", "platform": "ios" }, "qt5-base", "qt5-svg", "qt5-location", "qt5-tools", { "name": "qt5-macextras", "platform": "osx" }, { "name": "qt5-winextras", "platform": "windows" }, "qca", "qtkeychain" ], "features": [ { "name": "opencl", "description": "Should OpenCL support be added", "dependencies": [ "opencl" ] }, { "name": "server", "description": "Determines whether QGIS server should be built", "dependencies": [ "fastcgi" ] }, { "name": "process", "description": "Determines whether the command line QGIS process tool should be built" }, { "name": "3d", "description": "Determines whether QGIS 3D library should be built", "dependencies": [ "qt5-3d" ] }, { "name": "bindings", "description": "Determines whether Python bindings should be built" }, { "name": "gui", "description": "Determines whether the QGIS gui should be built", "dependencies": [ "qwt", "qscintilla" ] }, { "name": "desktop", "description": "Determines whether the QGIS desktop (main app) should be built" }, { "name": "customwidgets", "description": "Determines whether the QGIS custom widgets for QtCreator should be built" }, { "name": "quick", "description": "Build the QGIS quick components for mobile interfaces", "dependencies": [ "qt5-quickcontrols2", "qt5-declarative" ] } ] }