I adopted temporarily this orphan build and feed him changing the pkgver, the source and the md5sums, just to make it work...
Search Criteria
Package Details: opencpn 5.10.2-3
Package Actions
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.000049 |
First Submitted: | 2009-07-08 14:25 (UTC) |
Last Updated: | 2025-04-18 21:11 (UTC) |
Dependencies (14)
- glew (glew-libepoxyAUR, glew-wayland-gitAUR, glew-gitAUR)
- glu (glu-gitAUR)
- libarchive (libarchive-gitAUR)
- libexif (libexif-gitAUR)
- libsndfile (libsndfile-gitAUR)
- portaudio
- rapidjson (rapidjson-gitAUR)
- tinyxml (tinyxml-gitAUR)
- webkit2gtk-4.1 (webkit2gtk-4.1-imgpasteAUR)
- wxsvg
- wxwidgets-gtk3 (wxwidgets-gtk3-gitAUR, wxwidgets-gtk3-lightAUR)
- cmake (cmake-gitAUR, cmake3AUR) (make)
- lsb-release (make)
- gpsd (optional) – GPS position support
Required by (8)
Sources (3)
Latest Comments
« First ‹ Previous 1 .. 7 8 9 10 11 12 13 Next › Last »
<deleted-account> commented on 2013-06-20 13:19 (UTC)
sredna commented on 2013-06-11 10:06 (UTC)
Hi tfickett,
I moved to chakra linux at the moment, but I currently use this source URL:
source=("http://sourceforge.net/projects/opencpn/files/opencpn/${pkgver}/OpenCPN-${pkgver}-Source.tar.gz")
sredna commented on 2013-06-11 10:04 (UTC)
Hi tfickett,
I moved to chakra linux at the moment, but I currently use this source URL:
source=("http://sourceforge.net/projects/opencpn/files/opencpn/${pkgver}/OpenCPN-${pkgver}-Source.tar.gz")
jacotux commented on 2013-06-09 20:45 (UTC)
OpenCPN 3.2.2
PKGBUILD at http://pastebin.com/0L2JzBmT
jacotux commented on 2013-06-08 23:20 (UTC)
Sources page not found !
tcs commented on 2012-08-16 07:13 (UTC)
OpenCPN 3.0.0 source available. PKGBUILD at http://pastebin.com/yWnNirh1
myles commented on 2012-06-21 22:40 (UTC)
Yes gpx export and import still work. I think TIXML_USE_STL tells tinyxml to use some definitions in the standard library rather than those in, umm, somewhere else.
sredna commented on 2012-06-03 07:42 (UTC)
Thank you for that :)
Can you confirm that import/export of gpx files works (you could create a route and export it, and import any gpx file.)
I assume that the TIXML_USE_STL flag should only be set if tinyxml is not installed, do you know that?
myles commented on 2012-06-02 23:05 (UTC)
Thanks for the pointer, I had to add "export CXXFLAGS=-DTIXML_USE_STL" before "build()".
sredna commented on 2012-06-02 21:57 (UTC)
I think you need to install tinyxml. Could you try, and let me know if it works? I will add it as a dependency if it does.
Pinned Comments
cybuzuma commented on 2022-09-29 08:33 (UTC) (edited on 2025-04-19 17:51 (UTC) by cybuzuma)
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.
If you added a plugin to an existing install before 5.10.2-3 or compiled a plugin yourself and can not see it in the plugin list, add the following to your
~/.opencpn/opencpn.conf
file (thanks to @zimm):You can find the correct name by looking at the files in
/usr/lib/opencpn
.If you encounter errors with plugins after an opencpn update, you might need to rebuild the affected plugin, for example using
makepkg -fi
.