Search Criteria
Package Details: qlandkartegt 1.8.1-13
Package Actions
Git Clone URL: | https://aur.archlinux.org/qlandkartegt.git (read-only, click to copy) |
---|---|
Package Base: | qlandkartegt |
Description: | Use your GPS with Linux |
Upstream URL: | http://www.qlandkarte.org/ |
Licenses: | GPL |
Submitter: | mawe |
Maintainer: | None |
Last Packager: | mawe |
Votes: | 4 |
Popularity: | 0.000000 |
First Submitted: | 2018-08-25 11:57 (UTC) |
Last Updated: | 2020-01-13 22:34 (UTC) |
Dependencies (18)
- gdal (gdal-hdf4AUR, gdal-libkml-filegdbAUR, gdal-libkmlAUR, gdal-ecwAUR)
- glu (glu-gitAUR)
- gpsd
- libdmtx
- libexif (libexif-gitAUR)
- libmariadbclient (libmysqlclient55AUR, libmysqlclient56AUR, mariadb-libs-gitAUR, libmysqlclient81AUR, libmysqlclient57AUR, libmysqlclient80AUR, libmysqlclientAUR, mariadb-libs, mariadb-lts-libs)
- postgresql-libs (postgresql-libs-12AUR, postgresql13-libsAUR, postgresql-libs-gitAUR)
- proj (proj-gitAUR)
- qt5-multimedia
- qt5-script (qt5-script-gitAUR)
- qt5-serialport (qt5-serialport-gitAUR)
- qt5-webkitAUR (qt5-webkit-gitAUR)
- shared-mime-info
- cmake (cmake-gitAUR) (make)
- garmindevAUR (make)
- mesa (mesa-minimal-gitAUR, mesa-gitAUR, amdonly-gaming-mesa-gitAUR, mesa-amd-bc250AUR, mesa-git-frog-fifo-v1AUR, mesa-amber) (make)
- qt5-tools (make)
- garmindevAUR (optional) – to connect garmin devices
Latest Comments
1 2 Next › Last »
jose1711 commented on 2021-11-24 23:21 (UTC) (edited on 2021-11-24 23:21 (UTC) by jose1711)
Was able to build it accepting the fact I will need to stick to
proj6
which probably means newer packages will stop working in the future. Here's what I did:proj
and all packages that depend on it (pacman -Rc proj
)proj6
from AUR and make some modifications (basically make it install into standard directories, w/o suffix. alsoprovides
was added.qlandkartegt
's dependencies that depend onproj
library (gdal
,libspatialite
,libgeotiff
)qlandkartegt
proj
toIgnorePkg
to prevent from breaking due to an updatemawe commented on 2021-05-20 14:49 (UTC) (edited on 2021-05-20 14:49 (UTC) by mawe)
As already announced in a comment nearly two years ago, I decided to disown this package now. Even if using proj6 instead of upgrading to the new proj API should be manageable.
Sorry, but I don't use QLandkarte GT anymore and switched to QMapShack - I think that already happened back then.
benv666 commented on 2021-05-20 09:50 (UTC)
As kaefert said this no longer compiles due to gdal and PROJ issues. Tried hacking around it but can't get it to work myself :/
Can someone do better? :)
kaefert commented on 2021-05-16 15:50 (UTC)
This package stopped working on my machine after my last system update, because it was build using libgdal.so.26 which got upgraded to libgdal.so.28 and libproj.so.15 which was upgraded to libproj.so.22.
Tried rebuilding, but that failed with this error (even though libproj is of course still installed): CMake Error at cmake/Modules/FindPROJ.cmake:75 (message): Could not find PROJ
So I tried a quick and dirty workaround by linking the old expected now non existent library versions to their updated once, but libproj seems to have introduces some incompatiblities with this update: qlandkartegt: symbol lookup error: qlandkartegt: undefined symbol: pj_free
But I found there's a proj6 AUR package and installed that which gave me libproj6.so which I linked to from libproj.so.15 and with this my old qlandkartegt build now works again. (Though I don't know how to get it to build again on my updated system)
jose1711 commented on 2020-01-15 11:25 (UTC)
thank you for maintaining this PKGBUILD and a quick fix!
mawe commented on 2020-01-13 22:33 (UTC)
The source URL has been changed to use SourceForge again. The developer of QMapShack has moved from Bitbucket to GitHub and didn't migrate QLandkarte GT.
Build error caused by an API change in gpsd 3.20. Fixed now in pacakge 1.8.1-13.
jose1711 commented on 2020-01-11 20:02 (UTC) (edited on 2020-01-11 20:56 (UTC) by jose1711)
fails to build with
the problem is present since update of
gpsd
to3.20
, downgrading to3.19
solves it.jose1711 commented on 2020-01-11 19:34 (UTC)
source is gone but download from sf.net works fine
mawe commented on 2019-07-01 18:01 (UTC)
(Temporarily) fixed together with another build error.
See https://proj.org/development/index.html: "The proj_api.h header and the functions related to it is considered deprecated from version 5.0.0 and onwards. The header will be removed from PROJ in version 7.0.0 scheduled for release February 1st 2020."
So if qlandkartegt should still be usable after that date, someone has to step in and migrate its source code base from "proj" API version 4 to 6, see https://proj.org/development/migration.html#
I'm pretty sure I won't take that step anymore and might disown this (and the associated "garmindev") package then.
sikmir commented on 2019-06-29 21:18 (UTC)
1 2 Next › Last »