Package Details: osmin 1.12.2-1

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.031490
First Submitted: 2023-01-08 14:54 (UTC)
Last Updated: 2024-03-27 09:05 (UTC)

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:

...cache/yay/osmin/src/osmin/backend/libosmscout/libosmscout-gpx/src/osmscoutgpx/Import.cpp:126:22: error: assigning to 'xmlStructuredErrorFunc' (aka 'void (*)(void *, const _xmlError *)') from incompatible type 'void (void *, xmlErrorPtr)' (aka 'void (void *, _xmlError *)'): type mismatch at 2nd parameter ('const xmlError *' (aka 'const _xmlError *') vs 'xmlErrorPtr' (aka '_xmlError *'))
saxParser.serror=StructuredErrorHandler;
                 ^~~~~~~~~~~~~~~~~~~~~~
1 error generated.

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 to Release.

Regards!