Search Criteria
Package Details: osmin 1.13.4-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/osmin.git (read-only, click to copy) |
---|---|
Package Base: | osmin |
Description: | Satellite Navigator & Tracker On-Road/Off-Road for Mobile |
Upstream URL: | https://github.com/janbar/osmin |
Licenses: | GPL3 |
Submitter: | manni |
Maintainer: | manni |
Last Packager: | manni |
Votes: | 2 |
Popularity: | 0.000310 |
First Submitted: | 2023-01-08 14:54 (UTC) |
Last Updated: | 2024-10-29 14:02 (UTC) |
Dependencies (19)
- openmp
- qt5-graphicaleffects (qt5-graphicaleffects-gitAUR)
- qt5-location
- qt5-multimedia
- qt5-quickcontrols2 (qt5-quickcontrols2-gitAUR)
- qt5-remoteobjects
- qt5-sensors
- qt5-svg (qt5-svg-gitAUR)
- qt5-wayland (qt5-wayland-decorationsAUR)
- clang (llvm-rocm-gitAUR, llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (make)
- cmake (cmake-gitAUR) (make)
- double-conversion (double-conversion-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR) (make)
- md4c (make)
- tslib (tslib-gitAUR) (make)
- xcb-util-image (make)
- xcb-util-keysyms (make)
- xdg-utils (busking-gitAUR, xdg-utils-slockAUR, mimiAUR, mimi-gitAUR, xdg-utils-handlrAUR, openerAUR, xdg-utils-mimeoAUR, mimejs-gitAUR) (make)
Latest Comments
manni commented on 2024-02-15 12:32 (UTC)
Thanks, I can reproduce easily. Might be the compiler got smarter? I'll add a patch
emulti commented on 2024-02-15 11:29 (UTC) (edited on 2024-02-15 12:08 (UTC) by emulti)
I'm getting a build error in osmscoutgpx when using yay or makepkg as follows:
Seems related with https://github.com/janbar/libosmscout/commit/db7b307de1a1146a6868015a0adfc2e21b7d5e39
manni commented on 2023-11-22 07:47 (UTC)
Sorry for the delay, I have finally updated it.
Popolon commented on 2023-11-19 16:40 (UTC) (edited on 2023-11-19 16:43 (UTC) by Popolon)
Just need to upgrade the tag and the sha256sum to compile it. Works fine on Linux Phone :). It upgrades OSM datas from march ones to october ones, and it now manages the download by regions instead of whole country only.
agentsmith commented on 2023-11-16 15:57 (UTC)
This package is outdated: https://github.com/janbar/osmin/releases/tag/1.11.1
manni commented on 2023-10-02 09:34 (UTC)
dreieck: thanks for pointing this out, I have added the changes.
dreieck commented on 2023-09-19 18:28 (UTC)
This package installs a lot of stuff into
/usr/local/
. This must not happen (/usr/local/
is solely for stuff installed "manually", bypassing operating system package management.)Please install into proper directories. Try
-DCMAKE_INSTALL_PREFIX
to achieve this. Also consider setting other configuration options, e.g. the build type toRelease
.Regards!