Package Details: qgis-ltr 3.34.11-1

Git Clone URL: https://aur.archlinux.org/qgis-ltr.git (read-only, click to copy)
Package Base: qgis-ltr
Description: Geographic Information System (GIS); Long Term Release
Upstream URL: https://qgis.org/
Keywords: GIS
Licenses: GPL-2.0-or-later
Conflicts: qgis
Provides: qgis
Submitter: okanisis
Maintainer: buzo
Last Packager: buzo
Votes: 16
Popularity: 0.000086
First Submitted: 2015-07-08 16:37 (UTC)
Last Updated: 2024-09-13 19:54 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 .. 14 Next › Last »

kikislater commented on 2023-11-30 18:09 (UTC)

Yes they didn't finish to remove pdal_util références :/

https://github.com/PDAL/PDAL/pull/4267

buzo commented on 2023-11-30 17:30 (UTC)

I've already noticed this error when trying to update this package to 3.28.13, and found that patch, too. But unfortunately that patch cannot be applied to the LTR version, so I have opened a new issue. I think we have to wait until this is fixed by upstream.

bastoGrande commented on 2023-11-30 16:42 (UTC)

Unfortunately the softlink alone is not working for me. I still get the same error.

kikislater commented on 2023-11-30 09:36 (UTC) (edited on 2023-11-30 09:52 (UTC) by kikislater)

For pdal it needs additional patch => https://github.com/qgis/QGIS/issues/54958

or

cd /usr/lib64
sudo ln -sf libpdalcpp.so.16 libpdalcpp.so

bastoGrande commented on 2023-11-29 19:34 (UTC)

Recently I get the error "Could not find PDAL" in "cmake/FindPDAL.cmake", but I cannot see any error in the file. Anyone else with the error?

geosam commented on 2023-11-15 14:39 (UTC)

I have made the request to enable DWITH_QTWEBKIT in the build but was closed the request by @arojas.

https://bugs.archlinux.org/task/80262

Is there another way to replace the QTWEBKIT, since it has been giving me an error for some time. Is there anyone else with this error?

kikislater commented on 2023-08-23 03:58 (UTC)

Yes I rebuild both with these two packages and webkit enable. About another package I don't know, just sharing my point of view.

Without it, qgis is really limited IMO ... I wonder how others use them in arch !

buzo commented on 2023-08-22 21:32 (UTC)

qt5-webkit and python-pyqt5-webkit are in AUR, so this is possible. So do you think, a new AUR package (e. g. qgis-ltr-qt5-webkit) would be needed?

kikislater commented on 2023-08-16 17:07 (UTC) (edited on 2023-08-16 17:08 (UTC) by kikislater)

Please note also that prebuild package from this AUR is available through arch4edu repository => https://github.com/arch4edu/arch4edu

kikislater commented on 2023-08-16 16:59 (UTC) (edited on 2023-08-16 17:04 (UTC) by kikislater)

Qgis with -DWITH_QTWEBKIT=FALSE has small interest: a ton of usefull plugins are not working like Qgis resource sharing, openlayers plugin, qgis2web, streetview, dataplotly, lizmap, among others. They mostly call embedded Qgis QWebView or QWebPage.

Whereas qt5-webkit and so python-pyqt5-webkit were removed from archlinux upstream packages, should it be some consideration to make another aur package with -DWITH_QTWEBKIT=TRUE ? Installation of python-pyqt5-webkit is not sufficient ... Qgis needs to be rebuild