Needs sip<=6.5.1 until https://www.riverbankcomputing.com/pipermail/pyqt/2022-April/044584.html is fixed.
Search Criteria
Package Details: qgis-git 3.99_master.r89692.9a4f6e79aff-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/qgis-git.git (read-only, click to copy) |
---|---|
Package Base: | qgis-git |
Description: | Geographic Information System (GIS) that supports vector, raster & database formats - Development master |
Upstream URL: | http://qgis.org/ |
Keywords: | GIS Qt5 |
Licenses: | GPL |
Provides: | qgis |
Submitter: | okanisis |
Maintainer: | gaelic (Fincer, qs9rx) |
Last Packager: | qs9rx |
Votes: | 18 |
Popularity: | 0.34 |
First Submitted: | 2015-08-20 03:06 (UTC) |
Last Updated: | 2025-01-24 21:35 (UTC) |
Dependencies (42)
- exiv2 (exiv2-gitAUR)
- expat (expat-gitAUR)
- geos (geos-gitAUR)
- gsl (gsl-gitAUR)
- libzip (libzip-gitAUR)
- ocl-icd (khronos-ocl-icd-gitAUR, opencl-icd-loaderAUR)
- pdal (pdal-gitAUR)
- proj (proj-gitAUR)
- protobuf (protobuf-gitAUR)
- python-gdal (python-gdal-hdf4AUR, python-gdal-libkml-filegdbAUR, python-gdal-libkmlAUR, python-gdal-ecwAUR)
- python-jinja
- python-numpy (python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-binAUR, python-numpy-mklAUR, python-numpy-mkl-tbbAUR)
- python-owslib
- python-psycopg2
- python-pygments
- python-pyqt5 (python-pyqt5-sip4AUR, python-pyqt5-webkitAUR, python-pyqt5-pre-releaseAUR)
- python-qscintilla-qt5
- python-yaml (python-yaml-gitAUR)
- qca-qt5 (qca-qt5-gitAUR)
- qt5-3d (qt5-3d-gitAUR)
- Show 22 more dependencies...
Required by (1)
- qgis-grass-plugin (requires qgis)
Sources (1)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 .. 12 Next › Last »
qs9rx commented on 2022-05-08 14:32 (UTC)
qs9rx commented on 2022-04-14 16:54 (UTC)
@MarsSeed: Work is hard and I don't have unlimited time or energy. Sorry!
Anyways, it turns out that a) I meant untwine-git, not pdal-git and b) untwine comes bundled as a copy with the QGIS repo and is build by default so the package works just fine already. :)
MarsSeed commented on 2022-04-11 10:46 (UTC)
@qs9rx, why don't you create an AUR/pdal-qgis-git package?
AUR is meant for user-side automated build and update, not for forcing users to edit PKGBUILDs and build manually.
So it would seem the logical and convenient solution for me to create that new package and make qgis-git depend on that.
qs9rx commented on 2022-04-10 20:42 (UTC) (edited on 2022-04-10 20:42 (UTC) by qs9rx)
I pushed a fairly big update with a change of the build system to ninja and some changes in the depends
.
Please be aware that currently you will need to build pdal-git with a modified PKGBUILD! Use source=("git+https://github.com/PDAL/PDAL#branch=qgis")
, build and install, then you can build qgis-git
. Alternatively, if you do not need PDAL support (point clouds), disable it in the PKGBUILD. Sorry, I hope this will be solved upstream.
If something is broken, your patch is welcome ;)
Scimmia commented on 2022-03-14 22:17 (UTC)
That's not a resolution, you just need to stop it from trying to link to that lib. libdl.so.2 is just a stub for compabibility.
marcocurreli commented on 2022-03-14 21:47 (UTC) (edited on 2022-03-14 21:50 (UTC) by marcocurreli)
Today, qgis-git doesn't compile due to lack of /usr/lib/libdl.so
Resolved with:
ln -s libdl.so.2 libdl.so
qs9rx commented on 2022-02-03 20:35 (UTC)
Thanks marcocurreli for the notice, I updated the package. If someone figures out how to build the whole stack that we need for pointcloud handling, please raise your hand.
marcocurreli commented on 2022-01-18 00:07 (UTC)
Please remove from depends sip4 and python-sip, add sip and pyqt-builder
Pinned Comments
gaelic commented on 2017-03-06 20:58 (UTC) (edited on 2018-07-22 09:39 (UTC) by gaelic)
Please note:
This is the master branch of qgis (3.30) which may not be able to compile because of upstream problems or rapid changes in dependencies.