Package Details: qmapshack-git 1.20.1.r1.gb418500d-1

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)

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)