Package Details: qgroundcontrol 4.4.4-2

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.87
First Submitted: 2016-05-13 13:37 (UTC)
Last Updated: 2025-03-29 12:33 (UTC)

Required by (0)

Sources (11)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

anselmolsm commented on 2016-08-01 10:46 (UTC)

Great, the release tar.bz2 has changed... md5sum updated. Anyone willing to become the maintainer of this package, please let me know.

squilter commented on 2016-07-31 19:06 (UTC)

Build failed for me. qgroundcontrol.tar.bz2 did not pass the md5sum check.

anselmolsm commented on 2016-07-28 15:05 (UTC)

Updated to 3.0.0. If there is anyone willing to become the maintainer of this package, please let me know.

kikislater commented on 2016-07-03 22:52 (UTC)

Works for me also. Happy flying ;-)

mr_337 commented on 2016-07-03 19:57 (UTC)

@anselmolsm That took care of the problem, repulled from AUR and viola working! Thanks!

anselmolsm commented on 2016-07-03 14:05 (UTC)

Done. Also updated to v2.9.7b.

anselmolsm commented on 2016-07-03 12:24 (UTC)

OK, I was confusing this package with the -git one. The release package fetches the bundle published by QGC, which includes the version of Qt that it expects. So, Qt packages installed in the system don't matter. The fix for this issue is the following: /usr/bin/qgroundcontrol should be a link to the script qgroundcontrol-start.sh included in the release bundle. This script sets env vars accordingly, so QGC runs using Qt 5.5 part of the bundle. Currently, this PKGBUILD is using the same script used by the -git version. I am fixing this now.

anselmolsm commented on 2016-07-03 11:18 (UTC)

Current extra features 5.7 packages ;) https://www.archlinux.org/packages/extra/x86_64/qt5-base/ I'm rebuilding QGC now, in order to check if I get the same error.

kikislater commented on 2016-07-03 07:37 (UTC)

I'm running QGC with Qt 5.6 like there is in archlinux repository $ pacman -Q qt5-base qt5-base 5.6.1-2

anselmolsm commented on 2016-07-03 00:53 (UTC)

Thanks for reporting this, I'll take a look at this. Just checking: Are you both running QGC with newest Qt 5.7? The community says that QGC currently works only with Qt 5.5, I am aware of issues with 5.6... maybe you guys found new issues with 5.7...