Package Details: opencpn 5.8.4-1

Git Clone URL: https://aur.archlinux.org/opencpn.git (read-only, click to copy)
Package Base: opencpn
Description: Open Source Chart Plotting / Marine Navigation
Upstream URL: http://opencpn.org
Licenses: GPL2
Submitter: None
Maintainer: cybuzuma
Last Packager: cybuzuma
Votes: 35
Popularity: 0.072296
First Submitted: 2009-07-08 14:25 (UTC)
Last Updated: 2023-10-26 19:44 (UTC)

Pinned Comments

cybuzuma commented on 2022-09-29 08:33 (UTC)

Please note that when using this package, you will not be able to use the Plugin Manager but have to install plugins via the aur or compile them yourself. If you need a plugin that is not in the aur, feel free to contact me for help.

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 11 Next › Last »

trougnouf commented on 2020-10-25 09:44 (UTC)

Done, thank you @ruppor. I don't know why it was compiling fine without your fix on my machine, I did get that error with a clean "aur chroot PKGBUILD".

ruppor commented on 2020-10-24 21:38 (UTC) (edited on 2020-10-24 21:39 (UTC) by ruppor)

A fix for wx-config compile error:


diff --git a/PKGBUILD b/PKGBUILD
index 5f1e225..fbb5dd6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,6 +19,13 @@ install=opencpn.install
 source=("https://github.com/${_name}/${_name}/archive/Release_${pkgver}.tar.gz")
 sha1sums=('157d7392e42a8ee9b6efbb6496642e575ad958fa')

+prepare() {
+  cd "OpenCPN-Release_${pkgver}"
+  export PATH="$PWD/bin:$PATH"
+  mkdir bin
+  ln -s /usr/bin/wx-config-gtk3 bin/wx-config
+}
+
 build() {
   cd "OpenCPN-Release_${pkgver}"
   cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \

trougnouf commented on 2020-10-05 12:46 (UTC)

Done, thank you jynio for testing.

I can't provide support so if aarch64 breaks I will have to remove it unless someone wants to step up as co-maintainer.

jynio commented on 2020-10-05 12:36 (UTC)

Hello Romain, Benoit

On my RPI4, I add the 'aarch64' in the PKGBUILD file arch=('x86_64' 'aarch64') to compile and install the package. Everything works well. May be you can update the PKGBUILD sometime

best regards

stemrich commented on 2020-08-31 13:38 (UTC)

thank you for the fix!

trougnouf commented on 2020-08-21 11:09 (UTC) (edited on 2020-08-21 11:09 (UTC) by trougnouf)

thank you :)

@hexial fixed

@gromain I've added you as a co-maintainer

gromain commented on 2020-08-21 10:28 (UTC)

Hey, I dropped the ball here, I didn't realised @ruppor was waiting for an answer from me!

Anyway, I'm happy to help you @trougnouf if needed. I use opencpn-git as a daily driver on my sailboat and I maintain the PKGBUILD over there. Let me know if you need anything.

hexial commented on 2020-08-21 10:12 (UTC)

The package is missing a dependency. It depends on lsb-release to be able to build.

trougnouf commented on 2020-08-16 07:50 (UTC)

I would be happy to take over as a (co-)maintainer :)