Search Criteria
Package Details: qgroundcontrol 4.4.4-2
Package Actions
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: | edombek |
Last Packager: | edombek |
Votes: | 13 |
Popularity: | 0.89 |
First Submitted: | 2016-05-13 13:37 (UTC) |
Last Updated: | 2025-03-29 12:33 (UTC) |
Dependencies (40)
- bzip2 (bzip2-gitAUR)
- dbus (dbus-gitAUR, dbus-selinuxAUR)
- flac (flac-gitAUR)
- gst-plugins-base-libs (gst-plugins-base-libs-gitAUR)
- icu (icu-gitAUR)
- libasyncns
- libffi (libffi-gitAUR)
- libgcrypt
- libgpg-error (libgpg-error-gitAUR)
- libogg (libogg-gitAUR)
- libsndfile (libsndfile-gitAUR)
- libsystemd (systemd-chromiumos-libsAUR, systemd-libs-fmlAUR, systemd-libs-gitAUR, systemd-libs-selinuxAUR, systemd-libs)
- libunwind (libunwind-carbonAUR, libunwind-gitAUR)
- libx11 (libx11-gitAUR)
- libxau
- libxcb (libxcb-gitAUR)
- libxdmcp
- libxext (libxext-gitAUR)
- lz4 (lz4-gitAUR)
- orc
- Show 20 more dependencies...
Required by (0)
Sources (11)
- qgroundcontrol-android_openssl
- qgroundcontrol-ArduPilot-Parameter-Repository
- qgroundcontrol-c_library_v2
- qgroundcontrol-eigen
- qgroundcontrol-GpsDrivers
- qgroundcontrol-gst-plugins-good
- qgroundcontrol-libevents
- qgroundcontrol-qmdnsengine
- qgroundcontrol-shapelib
- qgroundcontrol-xz-embedded
- qgroundcontrol
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 Next › Last »
petronny commented on 2019-05-02 05:34 (UTC)
Maybe that patch is still needed.
kikislater commented on 2019-04-29 09:06 (UTC)
It's solved in 3.5.2, please update. Don't liké third party repository as I had too much bugs ... Aur is here and it's fine
petronny commented on 2019-04-29 08:42 (UTC)
I see. We should keep the Qt modules then.
@kikislater You can also download qgroundcontrol from arch4edu. It's compiled with this PKGBUILD.
kikislater commented on 2019-04-28 05:34 (UTC) (edited on 2019-04-28 05:34 (UTC) by kikislater)
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
pryre commented on 2019-04-28 01:01 (UTC) (edited on 2019-04-28 01:04 (UTC) by pryre)
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:
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.
kikislater commented on 2019-04-24 11:31 (UTC)
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
petronny commented on 2019-04-24 07:29 (UTC)
Hi, why there is a
libs
directory in/opt/qgroundcontrol/Qt
? All the libraries in it have been provided in/usr/lib/
.petronny commented on 2019-04-19 09:22 (UTC) (edited on 2019-04-19 09:25 (UTC) by petronny)
Missing dependencies: 'qt5-location' and 'qt5-svg'.
BTW, there is no need to add
\
between the lines independs
,source
or the other shell arrays.pryre commented on 2019-04-17 11:07 (UTC) (edited on 2019-04-17 11:08 (UTC) by pryre)
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.
petronny commented on 2019-04-16 05:38 (UTC)
This is not an
any
package. Please updatearch
toarch=('x86_64')
. Also please move this package toqgroundcontrol-bin
.« First ‹ Previous 1 2 3 4 5 6 Next › Last »