| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107 |
- {
- "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"
- ]
- }
- ]
- }
|