This bug was fixed in the package stellarium - 0.13.1-1ubuntu1
---
stellarium (0.13.1-1ubuntu1) vivid; urgency=medium
* debian/patches/fix_ftbfs_armhf_qt5.4.diff:
- Re-include the removed in Qt GL_DOUBLE and GLdouble typedefs to enable
properly building on GLES platforms a
** Branch linked: lp:ubuntu/vivid-proposed/stellarium
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1395655
Title:
stellarium fails to build against Qt 5.4.0 on armhf
To manage notifications about
** Changed in: stellarium (Ubuntu)
Status: Confirmed => Fix Committed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1395655
Title:
stellarium fails to build against Qt 5.4.0 on armhf
To mana
** Changed in: stellarium
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1395655
Title:
stellarium fails to build against Qt 5.4.0 on armhf
To manage not
A fix has been committed as revision 7323 of the trunk branch of
Stellarium's Bazaar repository at Launchpad:
http://bazaar.launchpad.net/~stellarium/stellarium/trunk/revision/7323
** Package changed: stellarium (Ubuntu) => stellarium
** Also affects: stellarium (Ubuntu)
Importance: Undecided
** Branch linked: lp:~sil2100/stellarium/fix_ftbfs_qt5.4
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1395655
Title:
stellarium fails to build against Qt 5.4.0 on armhf
To manage notifications abo
https://launchpad.net/~ci-train-ppa-
service/+archive/ubuntu/landing-005/+build/6723146
After introducing my patch, the project builds successfully on Qt 5.4.
Upstream stopped using GLdouble and switched to float instead, but there
are still many places where GL_DOUBLE is used. So for now I applie
Yeah, so the problem is related to this change:
https://codereview.qt-project.org/#/c/93984/
The rationale for the change is that GLES does not support doubles and
in fact for GLES GLdouble was nothing more than a typedef for GLfloat.
The quickest way of resolving this right now would be simply t