Search Criteria
Package Details: apm_planner 2.0.26-1
Git Clone URL: | https://aur.archlinux.org/apm_planner.git (read-only, click to copy) |
---|---|
Package Base: | apm_planner |
Description: | Ground Control Station for MAVlink based autopilots (e.g. Ardupilot) |
Upstream URL: | http://planner2.ardupilot.com |
Keywords: | apm ardupilot drones gcs mav uav |
Licenses: | |
Submitter: | volalto |
Maintainer: | swalladge |
Last Packager: | swalladge |
Votes: | 18 |
Popularity: | 0.000002 |
First Submitted: | 2014-07-25 09:07 |
Last Updated: | 2020-11-10 22:52 |
Dependencies (12)
- alsa-lib (alsa-lib-x205ta, alsa-lib-git, alsa-lib-minimal-git, alsa-lib-a52pcm)
- flite1
- libsndfile (libsndfile-git, libsndfile-minimal-git)
- openssl-1.0 (openssl-1.0-chacha20, openssl-1.0-hardened)
- python (python-dbg)
- python-pexpect
- qt5-base (qt5-base-git, qt5-base-fractional-fix, qt5-base-headless)
- qt5-declarative (qt5-declarative-git)
- qt5-script (qt5-script-git)
- qt5-serialport (qt5-serialport-git)
- qt5-svg (qt5-svg-git)
- sdl2 (sdl2-ime-support, sdl2-rbp-bin, sdl2-hidpi-hg, sdl2-rpi, sdl2-nox, sdl2-hg, sdl2-minimal-hg)
Latest Comments
1 2 3 4 Next › Last »
swalladge commented on 2020-11-10 22:53
@wint3rmute would you like to comaintain this? I no longer use apmplanner so it's not on my radar much.
swalladge commented on 2020-11-10 22:52
@wint3rmute thanks, I've updated the dependencies. :)
wint3rmute commented on 2020-11-10 12:15
@swalladge yeah it works with
openssl-1.0
too. I couldn't find it for some reason and decided to go with the 32bit version - but the 64bit is probably the correct way to goswalladge commented on 2020-11-09 00:29
@wint3rmute I couldn't reproduce the issue, but perhaps things are cached on my system. Will reboot and try again later. I did notice an issue building an a clean chroot (alsa libs were missing; fixed by adding 'alsa-lib' to deps; will update).
Does it also fix your problem if you install
openssl-1.0
(rather than the lib32 version)?wint3rmute commented on 2020-11-07 18:43
Just installed this package, got an error:
apmplanner2: error while loading shared libraries: libcrypto.so.1.0.0: cannot open shared object file: No such file or directory
Installing
lib32-openssl-1.0
fixed this, maybe it should be added to dependencies?swalladge commented on 2020-01-25 04:20
Updated to 2.0.26.
2.0.27-rc1 has been out for a long time, but not updating because it's not marked as stable. Let me know if should do otherwise.
swalladge commented on 2020-01-20 06:12
I've adopted the package and will update over the next couple of days. :)
tarbisrat commented on 2019-04-22 04:57
patch to update to 2.0.26 https://pastebin.com/cA7ake7r and patch for apm_planner.pro https://pastebin.com/HEbUJzWp
Heis commented on 2017-11-07 09:40
No comment from volalto since 2015 even with users having build problems, and no update for a year even with upstream update. Orphan?
jcorthoefer commented on 2017-07-14 21:54
It appears the flite in the main arch linux repo isn't built with the right options. The current aur build is in https://aur.archlinux.org/packages/flite1/
To use the current build you need to update the depends line in PKGBUILD to flite1.
depends=('qt5-base' 'qt5-serialport' 'qt5-svg' 'qt5-script' 'qt5-declarative' 'sdl2' 'flite1' 'libsndfile' 'python')