Ok make sense ! for version. Thanks @pyre for packages and happy flying ;-)
So we have 5 solutions in Arch based distribution now
-
3 AUR packages
-
2 App Images from website
Git Clone URL: | https://aur.archlinux.org/qgroundcontrol.git (read-only, click to copy) |
---|---|
Package Base: | qgroundcontrol |
Description: | Micro air vehicle ground control station. |
Upstream URL: | https://github.com/mavlink/qgroundcontrol |
Licenses: | GPL3 |
Submitter: | anselmolsm |
Maintainer: | acxz |
Last Packager: | acxz |
Votes: | 12 |
Popularity: | 0.000242 |
First Submitted: | 2016-05-13 13:37 (UTC) |
Last Updated: | 2024-07-20 20:08 (UTC) |
Ok make sense ! for version. Thanks @pyre for packages and happy flying ;-)
So we have 5 solutions in Arch based distribution now
3 AUR packages
2 App Images from website
Hi Guys,
I appreciate the feedback, and sorry I haven't been able to make changes very quickly, I haven't had a internet connection at home for the last 2 weeks.
petronny (19th): thanks, I cleaned things up a bit, should be nicer now.
petronny (24th): I believe this is part of the QGroundControl build process, and due to the way they use Qt abstract classes in private headers. From the start of the build log:
Project MESSAGE: This project is using private headers and will therefore be tied to this specific Qt module build version.
Project MESSAGE: Running this project against other versions of the Qt modules may crash at any arbitrary point.
Project MESSAGE: This is not a bug, but a result of using Qt internals. You have been warned!
This is part of their standard package distribution method, and if you check the start script, you'll see where they pull in the custom libs. So we have 2 options: either have the package potentially break on Qt updates, or copy the folder to libs
and risk running an older / duplicate version. Obviously the first method would be preferable, but it would mean we either have users rebuild manually (or add a hook to rebuild on Qt updates?), an risk breaking, or we bump the package version on each Qt build (which I'm not keen on doing at all). If you have thoughts or another option, let me know.
kikislater (24th): In terms of Qt versions, yes they use a different of Qt than Arch does (they periodically push forward versions or something to that effect), and that explains the use of the libs/Qt
in the -bin
package. As for the "3 packages" question:
-git
pulls from git master, and is self-sustaining. I think this package is fine how it is.-bin
is the pre-compiled release from the mavlink guys. I think this is self-explanatory as well.-bin
release, as it is pretty much the same as this package, but just uses the QGCS-decided Qt libs and doesn't waste the users time building the package. Incidentally, if we go this route, then I think the -git
package should follow suit with using system libs.(Edit): Honestly, it doesn't bother me with what is decided for the source packages, as I use the pre-built package anyway. I don't use QGCS enough at the moment to be bother rebuilding it myself. I am happy to keep maintaining the packages though.
Why is there 2 packages (in fact 3 but git is easily understandable) ? Agree with petronny but I think QGC use different versions of Qt than we have in Arch
Hi, why there is a libs
directory in /opt/qgroundcontrol/Qt
?
All the libraries in it have been provided in /usr/lib/
.
Missing dependencies: 'qt5-location' and 'qt5-svg'.
BTW, there is no need to add \
between the lines in depends
, source
or the other shell arrays.
Information for anyone confused with the soon-to-be-made changes, the following packages now (or will soon) exist and have been updated:
qgroundcontrol-bin: the latest release as a precompiled version, as distributed by the mavlink team. This is the package that you should migrate to if you are want the "old" style package that existed here
qgroundcontrol: the latest release, but must be compiled yourself.
qgroundcontrol-git: the latest development version, as found in the github, but must be compiled yourself.
This is not an any
package.
Please update arch
to arch=('x86_64')
.
Also please move this package to qgroundcontrol-bin
.
3.4.4 is out. Sha256 => 7eca7d9bf921dea381728f2914d260b926b5807df5e0d463c25beb7f92acbfc3
Edit :
3.4.3 out ! sha256 => 31019d715c63b70878f26ca6a16e112664eb89d2b0b0591861b1ddd4b78043db
3.4.2 is out. Sha256 => 11904df04b5692b69363a505b219fe4f5d38f1df025cfe097a693e82d09f2f6f
Pinned Comments
acxz commented on 2020-05-16 14:45 (UTC)
Development is on Github: https://github.com/acxz/pkgbuilds Please open issues and PRs there instead of commenting.