Search Criteria
Package Details: qmapshack-git 1.20.1.r1.gb418500d-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/qmapshack-git.git (read-only, click to copy) |
|---|---|
| Package Base: | qmapshack-git |
| Description: | Plan your next outdoor trip |
| Upstream URL: | https://github.com/Maproom/qmapshack/wiki |
| Licenses: | GPL3 |
| Conflicts: | qmapshack |
| Provides: | qmapshack |
| Replaces: | qmapshack-hg |
| Submitter: | Sanpi |
| Maintainer: | marco44 |
| Last Packager: | marco44 |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2020-04-10 09:47 (UTC) |
| Last Updated: | 2026-02-24 20:58 (UTC) |
Dependencies (17)
- alglib
- gdal (gdal-ecwAUR, gdal-hdf4AUR, gdal-libkml-filegdbAUR, gdal-libkmlAUR)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libgcc (libgcc-snapshotAUR)
- libjpeg-turbo (mozjpeg-gitAUR, mozjpegAUR, libjpeg-turbo-gitAUR)
- libstdc++ (libstdc++-snapshotAUR)
- proj (proj-gitAUR)
- qt6-5compat
- qt6-base (qt6-base-gitAUR, qt6-base-scrollfixAUR, qt6-base-scrollfixAUR, qt6-xcb-private-headers-scrollfixAUR, qt6-xcb-private-headers-scrollfixAUR, qt6-base-headlessAUR, qt6-base-hifpsAUR)
- qt6-declarative (qt6-declarative-gitAUR)
- qt6-tools
- qt6-webengine
- quazip-qt6
- routino (routino-svnAUR)
- clang (llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (make)
- cmake (cmake3AUR, cmake-gitAUR) (make)
Latest Comments
marco44 commented on 2026-02-24 15:38 (UTC)
Hey, should it still depend on qt5 ? (the regular package is built on qt6 these days) A qt5-webengine build is quite heavy
Sanpi commented on 2022-05-07 11:38 (UTC)
@HC6505 Fixed, thank you.
HC6505 commented on 2022-05-07 10:15 (UTC)
qmapshack-git/PKGBUILD: line 27: FindPROJ4.patch: No such file or directory
If I uncomment this:
[ ! -f cmake/Modules/FindPROJ4.cmake ] && patch --quiet -p1 < FindPROJ4.patch
[ ! -f cmake/Modules/FindQuaZip5.cmake ] && patch --quiet -p1 < FindQuaZip5.patch
it starts building, until: /usr/bin/ld: warning: libdav1d.so.5, needed by /usr/lib/libavcodec.so.59, not found
If I workaround this with: sudo ln -s /usr/lib/libdav1d.so.6 /usr/lib/libdav1d.so.5
It builds Finished making: qmapshack-git 1.16.1.r11.g2bf08eb5-1 (2022-05-07T12:05:14 CEST)