Search Criteria
Package Details: opencpn-plugin-o_charts 2.0.30.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/opencpn-plugin-o_charts.git (read-only, click to copy) |
---|---|
Package Base: | opencpn-plugin-o_charts |
Description: | use charts from o-charts.org in opencpn |
Upstream URL: | https://opencpn.org/OpenCPN/plugins/ocharts.html |
Licenses: | GPL2, custom |
Submitter: | cybuzuma |
Maintainer: | cybuzuma |
Last Packager: | cybuzuma |
Votes: | 1 |
Popularity: | 0.000228 |
First Submitted: | 2022-09-13 18:23 (UTC) |
Last Updated: | 2025-04-28 19:43 (UTC) |
Dependencies (3)
- libusb-compat (libusb0AUR)
- opencpnAUR (opencpn-gitAUR)
- cmake (cmake-gitAUR, cmake3AUR) (make)
Latest Comments
cybuzuma commented on 2025-04-28 19:46 (UTC)
Thanks for the report! I added
-DCMAKE_POLICY_VERSION_MINIMUM=3.5
to the PKGBUILD as a quick fix.Also, updated version.
t0ttz0r commented on 2025-04-28 07:30 (UTC) (edited on 2025-04-28 07:39 (UTC) by t0ttz0r)
I'm getting error trying to build this. Tried adding 3.5 as req but the file gets overwritten each time.
-- Found wxWidgets: -lwx_baseu-3.2;-lwx_gtk3u_core-3.2;-lwx_baseu_net-3.2;-lwx_baseu_xml-3.2;-lwx_gtk3u_html-3.2;-lwx_gtk3u_stc-3.2;-lwx_gtk3u_aui-3.2;-lwx_gtk3u_gl-3.2 (found version "3.2.8") CMake Error at libs/cpl/CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 3.5 has been removed from CMake.
Update the VERSION argument <min> value. Or, use the <min>...<max> syntax to tell CMake that the project requires at least <min> but has been updated to work with policies introduced by <max> or earlier.
Or, add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to try configuring anyway.
cybuzuma commented on 2024-10-01 20:21 (UTC)
Thanks for the report! I updated PKGBUILD accordingly.
soenke commented on 2024-10-01 18:39 (UTC)
Had to do this to find the files:
guenael commented on 2024-03-15 01:08 (UTC)
@cybuzuma works fine on my side! Thanks for this update.
I created a
PKGBUILD
for "draw_pi" plugin, a very convenient plugin to draw exclusion areas (DST, dangerous zones etc...). I'm also pretty sure that I will not be able maintain this AUR package if I publish it. But if you want to add it to your list, I'm sure someone could will be happy, somewhere :)Note: I'm not sure about the license... (but it's an important point) Tested on my setup.
Thanks again, Guenael
guenael commented on 2024-03-10 18:48 (UTC) (edited on 2024-03-10 18:49 (UTC) by guenael)
v2.0.6.0
works fine with a simple tag/hash update.makepkg --printsrcinfo > .SRCINFO
guenael commented on 2024-03-10 17:52 (UTC)
A new package has been released for o-chart (v2.0.6.0) https://github.com/bdbcat/o-charts_pi/releases/tag/2.0.6.0
It fixes a bug that crashes the OpenCPN app (SIGSEGV, address boundary error) related to some charts with higher level of density/details. Details here: https://github.com/bdbcat/o-charts_pi/issues/46
I wanted to push a MR, but I'm not familiar with AUR Git repositories and I have to read some guidelines before (It's my 1st post here on AUR Archlinux BTW). "ocpn_draw_pi" could be a nice addition.
cybuzuma commented on 2023-10-28 16:12 (UTC) (edited on 2023-10-28 16:15 (UTC) by cybuzuma)
Thanks for the notice. I simply switched the make target. Now the path is called "files" on all platforms. Also, realized that I can get rid of lsb-release as build dependency.
Jomosoto commented on 2023-10-27 16:23 (UTC)
On arch derivates this doesn't work, because the folder
o-charts-2.0-arch-rolling
is named differently (artix instead of arch for example).I propose: