Very nice, thank you! I switched this package to sip-65 for now.
Search Criteria
Package Details: qgis-git 3.99_master.r78162.24a71d05862-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: | 17 |
Popularity: | 0.000000 |
First Submitted: | 2015-08-20 03:06 (UTC) |
Last Updated: | 2022-07-25 20:35 (UTC) |
Dependencies (41)
- exiv2 (exiv2-git, exiv2-pre)
- expat (expat-git)
- geos (geos-git)
- gsl (gsl-git)
- libzip (libzip-git)
- ocl-icd (khronos-ocl-icd, khronos-ocl-icd-git)
- pdal-git
- proj (proj-git)
- protobuf (protobuf-git)
- python-future
- python-gdal (python-gdal-hdf4, python-gdal-ecw)
- python-jinja
- python-numpy (python-numpy-git, python-numpy-flame, python-numpy1.22, python-numpy-mkl-bin, python-numpy-openblas, python-numpy-mkl)
- python-owslib
- python-psycopg2
- python-pygments
- python-pyqt5 (python-pyqt5-sip4)
- python-qscintilla-qt5
- python-yaml (python-yaml-git)
- qca-qt5 (qca-qt5-git)
- Show 21 more dependencies...
Required by (4)
- qgis-crayfish-plugin
- qgis-grass-plugin (requires qgis)
- tempus-framework (requires qgis) (optional)
- tempus-wps-server (requires qgis) (optional)
Sources (1)
Latest Comments
qs9rx commented on 2022-05-20 18:56 (UTC)
buzo commented on 2022-05-16 13:16 (UTC)
qs9rx commented on 2022-05-08 14:32 (UTC)
Needs sip<=6.5.1 until https://www.riverbankcomputing.com/pipermail/pyqt/2022-April/044584.html is fixed.
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
qs9rx commented on 2021-01-20 20:51 (UTC) (edited on 2021-01-20 20:52 (UTC) by qs9rx)
Ah, sorry about protobuf, I forgot. Btw I sent a request to the maintainer to take over the package today.
queue_properties seems to be related to opencl:
With opencl-headers, opencl-mesa, opencl-nvidia, opencl-clhpp installed:
-- Found OpenCL: /usr/lib/libOpenCL.so (found version "2.2")
-- Found OpenCL C++ headers: /usr/include
Compiles fine.
No opencl packages installed:
-- Could NOT find OpenCL (missing: OpenCL_INCLUDE_DIR)
-- Couldn't find OpenCL: support DISABLED
Compiles fine.
Just opencl-headers and opencl-clhpp installed:
-- Found OpenCL: /usr/lib/libOpenCL.so (found version "2.2")
-- Found OpenCL C++ headers: /usr/include
Compiles fine.
Just opencl-nvidia installed:
-- Found OpenCL: /usr/lib/libOpenCL.so (found version "1.2")
-- Couldn't find OpenCL C++ headers, using internal: /home/user/.cache/yay/qgis-git/src/qgis/external/opencl-clhpp/include
Compiling crashes with sereval error: ‘queue_properties’ was not declared in this scope; did you mean ‘QueueProperties’?
Just opencl-nvidia and opencl-headers installed:
-- Found OpenCL: /usr/lib/libOpenCL.so (found version "2.2")
-- Couldn't find OpenCL C++ headers, using internal: /home/hannes/.cache/yay/qgis-git/src/qgis/external/opencl-clhpp/include
Compiles fine.
So it seems like the libOpenCL.so from opencl-nvidia clashes with the internal headers. Install opencl-headers and you should be good, opencl-clhpp might be better. No idea how to solve this in a PKGBUILD... Might be an upstream bug.
darrSonik commented on 2021-01-01 19:14 (UTC) (edited on 2021-01-01 19:17 (UTC) by darrSonik)
Yeah, turns out I didn't have the protobuf
package and it is not explicitly listed in the PKGBUILD. When I installed that and tried to build again, the build started.
But then I got different errors, like naming errors (e.g. queue_properties instead of QueueProperties, according to stderr output) in the source. I might have got a git-clone that was just about to be fixed moments later with another git-push.
I have installed qgis-ltr for now. May give this one a shot tomorrow.
Thanks anyway.
qs9rx commented on 2021-01-01 19:03 (UTC)
How could we know a workaround when we do not know what the error on your end was? It could be a full disk for all anyone else knows ;)
Not sure why the qgis-3-fix-sip-name.patch
file is still in the package, the PKGBUILD does not use it anymore.
I just tried the package and it compiled without problems with just the python-pyqt5-sip
fix. Might be a dependency that is not explicitly listed in the PKGBUILD.
darrSonik commented on 2021-01-01 11:35 (UTC)
First, I changed python-sip-pyqt5
to python-pyqt5-sip
in the depends array in PKGBUILD. Then I tried to build this using the patch supplied with the package by adding patch -Np1 < "${srcdir}/qgis-3-fix-sip-name.patch"
in the prepare function. It fails.
Then I tried to build without applying the patch, it still fails. Does anyone know any workaround? Or what am I missing?
qs9rx commented on 2020-12-10 14:22 (UTC)
No issues with Python 3.9 here. Only update needed in the PKGBUILD is still the "python-pyqt5-sip" package.
marcocurreli commented on 2020-12-08 22:11 (UTC)
QGis doesn't compile with python 3.9
qs9rx commented on 2020-08-13 21:19 (UTC)
@gaelic, update please. ;)
It compiles fine with python-pyqt5-sip
geosam commented on 2020-04-28 14:02 (UTC)
Please update to 3.12.0 master
qs9rx commented on 2020-03-24 21:28 (UTC) (edited on 2020-03-29 14:41 (UTC) by qs9rx)
And like that, qgis-git just successfully compiled the most recent 2d0ffedc70 for me.
qs9rx commented on 2020-03-24 19:47 (UTC)
Isaacson commented on 2020-03-12 12:06 (UTC)
I've just tried to compile using the PKGBUILD and the patch supplied in the fix, but it fails to make. I've also tried using the dependencies list from the latest release version (3.12.0) against the qgis.git source and it still fails. Since the current qgis.git is barely two weeks newer than the release version, it seems unlikely that new dependencies have been added, and I can't find reference to any.
petronny commented on 2020-02-04 04:40 (UTC) (edited on 2020-02-04 04:40 (UTC) by petronny)
There is a fix about python-sip-pyqt5. But I haven't tested it yet.
Could you try to merge this fix and update this package?
petronny commented on 2019-12-24 07:05 (UTC)
python-sip-pyqt5 exists no more.
ygversil commented on 2019-12-14 10:25 (UTC)
Get error: failed to parse qgis-git: Line 53: key "pkgbase" can not occur after pkgbase or pkgname: pkgbase = qgis-git
This is probably because of duplicate lines in .SRCINFO.
petronny commented on 2019-03-27 05:46 (UTC)
I got it.
The first error ModuleNotFoundError: No module named 'PyQt5.pyqtconfig'
is designed to fail. It seems to be a compatibility workaround for the pyqtconfig
API change.
So the main problem is ModuleNotFoundError: No module named 'sipconfig
. After adding python-sip
to depends, it works with extra-x86_64-build
now.
petronny commented on 2019-03-07 09:54 (UTC)
==> Making package: qgis-git 3.5.0_master.r54115.12ba41750f-1 (Thu 07 Mar 2019 05:37:09 PM CST)
==> Checking runtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...
Packages (78) assimp-4.1.0-1 boost-libs-1.69.0-1 cdparanoia-10.2-7
double-conversion-3.1.1-1 graphene-1.8.4-1
gst-plugins-base-1.14.4-1 hyphen-2.8.8-2 libevdev-1.6.0-1
libinput-1.12.6-1 libtheora-1.1.1-4 libvisual-0.4.0-7
libwacom-0.32-1 libwebp-1.0.2-1 libxkbcommon-x11-0.8.4-1
libxmu-1.1.2-2 libxslt-1.1.33-1 libxt-1.1.5-2 libyaml-0.2.1-1
mtdev-1.1.5-2 opus-1.3-1 pyqt5-common-5.12-2 python-3.7.2-3
python-appdirs-1.4.3-2 python-chardet-3.0.4-2
python-dateutil-2.8.0-1 python-idna-2.8-1
python-markupsafe-1.1.1-1 python-packaging-19.0-1
python-pyparsing-2.3.1-1 python-pyproj-1.9.6-1
python-pytz-2018.9-1 python-qscintilla-qt5-common-2.11.1-1
python-requests-2.21.0-1 python-setuptools-1:40.8.0-1
python-six-1.12.0-1 python-urllib3-1.24.1-2
qscintilla-qt5-2.11.1-1 qt5-base-5.12.1-2
qt5-declarative-5.12.1-1 qt5-location-5.12.1-1
qt5-sensors-5.12.1-1 qt5-svg-5.12.1-1 qt5-webchannel-5.12.1-1
qwt-6.1.3-4 tslib-1.19-1 xcb-util-0.4.0-2
xcb-util-image-0.4.0-2 xcb-util-keysyms-0.4.0-2
xcb-util-renderutil-0.3.9-2 xcb-util-wm-0.4.1-2
xdg-utils-1.1.3-3 xorg-xset-1.2.4-1 exiv2-0.26-2 gsl-2.5-1
libzip-1.5.1-1 ocl-icd-2.2.12-3 python-future-0.17.1-1
python-gdal-2.3.2-9 python-jinja-2.10-2 python-numpy-1.16.2-1
python-owslib-0.17.1-1 python-psycopg2-2.7.7-1
python-pygments-2.3.1-1 python-pyqt5-5.12-2
python-qscintilla-qt5-2.11.1-1 python-sip-pyqt5-4.19.14-1
python-yaml-3.13-2 qca-2.1.3-3 qt5-3d-5.12.1-1
qt5-script-5.12.1-1 qt5-serialport-5.12.1-1 qt5-tools-5.12.1-1
qt5-webkit-5.212.0alpha2-23 qt5-xmlpatterns-5.12.1-1
qtkeychain-0.9.1-1 qwtpolar-1.1.1-4 sip-4.19.14-1
spatialindex-1.8.5-2
And
(26/78) installing python-sip-pyqt5 [######################] 100%
I'm sure it is installed.
gaelic commented on 2019-03-06 15:05 (UTC)
@qs9rx: added
@petronny: python-sip-pyqt5 is in the dependencies, can you verify you have it installed?
pacman -Q|grep python-sip-pyqt5
should result in
python-sip-pyqt5 4.19.14-1
petronny commented on 2019-02-28 09:51 (UTC)
I'm getting
-- Found Python site-packages: /usr/lib/python3.7/site-packages
Traceback (most recent call last):
File "/build/qgis-git/src/qgis/cmake/FindPyQt5.py", line 34, in <module>
import PyQt5.pyqtconfig
ModuleNotFoundError: No module named 'PyQt5.pyqtconfig'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/build/qgis-git/src/qgis/cmake/FindPyQt5.py", line 38, in <module>
import sipconfig # won't work for SIP v5
ModuleNotFoundError: No module named 'sipconfig'
Traceback (most recent call last):
File "/build/qgis-git/src/qgis/cmake/FindSIP.py", line 33, in <module>
import sipconfig
ModuleNotFoundError: No module named 'sipconfig'
CMake Error at cmake/FindSIP.cmake:54 (MESSAGE):
Could not find SIP
Call Stack (most recent call first):
CMakeLists.txt:793 (FIND_PACKAGE)
-- Configuring incomplete, errors occurred!
See also "/build/qgis-git/src/qgis/build/CMakeFiles/CMakeOutput.log".
See also "/build/qgis-git/src/qgis/build/CMakeFiles/CMakeError.log".
==> ERROR: A failure occurred in build().
with extra-x86_64-build
. Could you test the PKGBUILD in a clean chroot too?
qs9rx commented on 2019-02-12 17:41 (UTC)
ocl-icd is a dependency now, due to OpenCL being introduced for some algorithms.
raininja commented on 2019-02-01 03:07 (UTC)
gaelic: thanks for this PKGBUILD, yet
I needed python-sip-pyqt5 for this to build, FYI
Scimmia commented on 2018-12-27 17:01 (UTC) (edited on 2018-12-27 17:01 (UTC) by Scimmia)
-# Maintainer: Doug Newgard <scimmia at archlinux dot info>
-# Maintainer: XavierCLL <xavier.corredor.llano (a) gmail.com>
-# Contributor: SaultDon <sault.don gmail>
-# Contributor: Lantald < lantald at gmx.com >
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
-# Contributor: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
-# Contributor: Eric Forgeot < http://esclinux.tk >
-
-# Globe Plugin and Map Server are disabled in cmake by default.
-# Uncomment them in the build() portion if you'd like them enabled.
-# You will also need to install osgearth or fcgi, respectively, before building.
+# Maintainer: gaelic
What an asshat
petronny commented on 2018-12-11 07:12 (UTC)
-- Performing Test COMPILER_HAS_DEPRECATED_ATTR - Success
-- Found exiv2: /usr/lib/libexiv2.so
CMake Error at src/providers/wms/CMakeLists.txt:1 (FIND_PACKAGE):
By not providing "FindQt5XmlPatterns.cmake" in CMAKE_MODULE_PATH this
project has asked CMake to find a package configuration file provided by
"Qt5XmlPatterns", but CMake did not find one.
Could not find a package configuration file provided by "Qt5XmlPatterns"
with any of the following names:
Qt5XmlPatternsConfig.cmake
qt5xmlpatterns-config.cmake
Add the installation prefix of "Qt5XmlPatterns" to CMAKE_PREFIX_PATH or set
"Qt5XmlPatterns_DIR" to a directory containing one of the above files. If
"Qt5XmlPatterns" provides a separate development package or SDK, be sure it
has been installed.
-- Configuring incomplete, errors occurred!
See also "/build/qgis-git/src/qgis/build/CMakeFiles/CMakeOutput.log".
See also "/build/qgis-git/src/qgis/build/CMakeFiles/CMakeError.log".
==> ERROR: A failure occurred in build().
We may need qt5-xmlpatterns
?
petronny commented on 2018-11-14 03:52 (UTC)
-- Performing Test COMPILER_HAS_DEPRECATED_ATTR
-- Performing Test COMPILER_HAS_DEPRECATED_ATTR - Success
EXIV2_INCLUDE_DIR=EXIV2_INCLUDE_DIR-NOTFOUND
EXIV2_LIBRARY=EXIV2_LIBRARY-NOTFOUND
CMake Error at cmake/FindEXIV2.cmake:21 (MESSAGE):
Could not find exiv2
Call Stack (most recent call first):
src/analysis/CMakeLists.txt:198 (FIND_PACKAGE)
-- Configuring incomplete, errors occurred!
See also "/build/qgis-git/src/qgis/build/CMakeFiles/CMakeOutput.log".
See also "/build/qgis-git/src/qgis/build/CMakeFiles/CMakeError.log".
==> ERROR: A failure occurred in build().
Aborting...
A new dependency is needed now...
geosam commented on 2018-10-28 03:19 (UTC)
Update please to 3.5 branch https://gist.github.com/samtux/b0ab178672b95ee04de235f475f8c4f8
geosam commented on 2018-10-26 16:04 (UTC)
@petronny and @gaelic. The patch qgis-3-fix-sip-name.patch is not necessary, please update the PKGBUILD.
petronny commented on 2018-10-26 03:30 (UTC)
==> 正在开始 prepare()...
patching file python/CMakeLists.txt
Hunk #1 FAILED at 174.
Hunk #2 FAILED at 198.
Hunk #3 FAILED at 227.
Hunk #4 FAILED at 257.
4 out of 4 hunks FAILED -- saving rejects to file python/CMakeLists.txt.rej
patching file python/plugins/processing/gui/NumberInputPanel.py
Hunk #1 FAILED at 27.
1 out of 1 hunk FAILED -- saving rejects to file python/plugins/processing/gui/NumberInputPanel.py.rej
patching file src/python/qgspythonutilsimpl.cpp
Hunk #1 FAILED at 104.
1 out of 1 hunk FAILED -- saving rejects to file src/python/qgspythonutilsimpl.cpp.rej
Fincer commented on 2018-09-27 08:13 (UTC)
Allright, I fixed the PKGBUILD, keeping 'qgis-git' arguments as well. Link here:
https://pastebin.com/raw/8Nc20AT9
In addition, I had to apply the following patch (which is named as 'qgis-3-fix-sip-name.patch' in the PKGBUILD):
https://issues.qgis.org/attachments/download/13041/qgis-3.2.1-fix-sip-name.patch
Fincer commented on 2018-09-26 22:10 (UTC)
PKGBUILD lines 38-39 are outdated due to the following recent commit:
https://github.com/qgis/QGIS/commit/52a80d895c45876bfdf97d194c7f666031412b5d
linux/org.qgis.qgis.desktop is now replaced by linux/org.qgis.qgis.desktop.in
In addition, at least on my system the Exec file generated is 'qgis-git', not 'qgis'. As far as I understand, this renders sed line 36 outdated as well (should the regex be 's/Exec=qgis/Exec=qgis-git/g' instead?)
This little difference in executable name makes the QGis desktop file invisible on my Linux desktop. Correct Exec naming in QGis desktop file fixes the issue for me.
qs9rx commented on 2018-08-05 10:10 (UTC)
The patch works fine! Updated PKGBUILD here: https://pastebin.com/raw/RnTBmAWp
qs9rx commented on 2018-08-02 20:52 (UTC)
There is a patch for the "ValueError: PyCapsule_GetPointer called with incorrect name" issue posted at https://issues.qgis.org/issues/19476#change-91190, I have not tried it yet.
petronny commented on 2018-07-23 02:32 (UTC)
[100%] Built target qsci-api
Traceback (most recent call last):
File "../../../scripts/pyuic-wrapper.py", line 26, in <module>
import qgis.PyQt.uic.pyuic
File "/build/qgis-git/src/qgis/build/output/python/qgis/__init__.py", line 80, in <module>
import qgis.gui
File "/build/qgis-git/src/qgis/build/output/python/qgis/gui/__init__.py", line 27, in <module>
from qgis._gui import *
ValueError: PyCapsule_GetPointer called with incorrect name
Traceback (most recent call last):
File "../../../scripts/pyuic-wrapper.py", line 26, in <module>
import qgis.PyQt.uic.pyuic
File "/build/qgis-git/src/qgis/build/output/python/qgis/__init__.py", line 80, in <module>
import qgis.gui
File "/build/qgis-git/src/qgis/build/output/python/qgis/gui/__init__.py", line 27, in <module>
from qgis._gui import *
ValueError: PyCapsule_GetPointer called with incorrect name
Traceback (most recent call last):
File "../../../scripts/pyuic-wrapper.py", line 26, in <module>
import qgis.PyQt.uic.pyuic
File "/build/qgis-git/src/qgis/build/output/python/qgis/__init__.py", line 80, in <module>
import qgis.gui
File "/build/qgis-git/src/qgis/build/output/python/qgis/gui/__init__.py", line 27, in <module>
from qgis._gui import *
ValueError: PyCapsule_GetPointer called with incorrect name
make[2]: *** [python/pyplugin_installer/CMakeFiles/pyplugin-installer.dir/build.make:68: python/pyplugin_installer/ui_qgsplugininstallerinstallingbase.py] Error 1
make[2]: *** [python/console/CMakeFiles/pyconsole.dir/build.make:71: python/console/ui_console_settings.py] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: *** Waiting for unfinished jobs....
No idea how to fix this.
petronny commented on 2018-07-12 04:19 (UTC)
[ 29%] Generating moc_qgsattributedialog.cpp
/bin/sh: /usr/bin/sip: No such file or directory
make[2]: *** [python/CMakeFiles/python_module_qgis__core.dir/build.make:516: python/core/sip_corepart0.cpp] Error 127
make[2]: *** Deleting file 'python/core/sip_corepart0.cpp'
[ 29%] Generating moc_qgsattributeform.cpp
make[1]: *** [CMakeFiles/Makefile2:3527: python/CMakeFiles/python_module_qgis__core.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
Scanning dependencies of target qgispython
[ 29%] Generating moc_qgsattributeformeditorwidget.cpp
It seems that sip
is one of dependencies now.
james commented on 2018-07-04 23:21 (UTC)
debian/qgis.desktop has moved to linux/org.qgis.qgis.desktop (pkgbuild) requires: qt5-serialport
peippo commented on 2018-03-27 08:08 (UTC)
The .desktop file stopped working at some point (it’s Exec
line is pointing to qgis
instead of qgis-git
)
I think previously you had a sed
line in the PKGBUILD, but I might be mistaken.
If you have time, could you take a look at it? Thanks!
geosam commented on 2018-01-12 23:13 (UTC) (edited on 2018-01-13 19:36 (UTC) by geosam)
Unofficial repository for Geospatial applications:
kikislater commented on 2017-11-13 16:02 (UTC)
Scimmia commented on 2017-11-13 15:58 (UTC)
kikislater commented on 2017-11-13 15:53 (UTC)
Scimmia commented on 2017-11-13 15:41 (UTC)
kikislater commented on 2017-11-13 14:08 (UTC)
geosam commented on 2017-10-04 15:04 (UTC)
geosam commented on 2017-08-11 16:06 (UTC)
peippo commented on 2017-07-20 12:24 (UTC)
gaelic commented on 2017-06-08 13:42 (UTC)
james commented on 2017-06-06 00:23 (UTC)
gaelic commented on 2017-05-02 08:49 (UTC) (edited on 2017-05-02 08:51 (UTC) by gaelic)
capitalaslash commented on 2017-04-26 09:26 (UTC)
commented on 2017-04-22 11:31 (UTC)
Scimmia commented on 2017-04-20 02:19 (UTC)
gaelic commented on 2017-04-19 19:58 (UTC)
commented on 2017-04-18 17:03 (UTC)
gaelic commented on 2017-04-17 19:42 (UTC)
commented on 2017-04-17 15:30 (UTC)
gaelic commented on 2017-04-15 19:26 (UTC)
geosam commented on 2017-04-12 23:47 (UTC)
gaelic commented on 2017-03-13 18:05 (UTC)
lazyboy commented on 2017-03-13 17:31 (UTC)
gaelic commented on 2017-03-13 09:58 (UTC) (edited on 2017-03-13 09:58 (UTC) by gaelic)
juliusadler commented on 2017-03-10 10:06 (UTC)
gaelic commented on 2017-03-08 13:42 (UTC)
Kunda commented on 2017-03-08 13:25 (UTC)
Anaphory commented on 2017-03-08 11:50 (UTC)
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.
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.