summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix audiomanager build with GCC 7staging/sam/gcc7.1-bootstrap-fixSam Thursfield2017-07-111-1/+1
|
* Fix dbus-c++ build with GCC 7Sam Thursfield2017-07-111-1/+1
| | | | Bad function prototypes cause an error.
* Fix build of dbus-c++Sam Thursfield2017-07-111-1/+1
| | | | | | This looks abandoned, the compile error looks quite major (passing a NULL pointer to write() instead of a buffer containing a single nul byte) so I have patched it.
* Use gzip master, to avoid GCC 7 -Werror warnings in GnulibSam Thursfield2017-07-111-2/+2
|
* qtwebengine 5.9 requires GNU gzip to buildSam Thursfield2017-07-111-0/+6
| | | | | | The `grit` tool (Google Resource and Internationalization Tool) expects to be able to call `gzip --rsyncable` which is a feature only provided by GNU gzip.
* Update to qtwayland v5.9.1Sam Thursfield2017-07-111-2/+2
| | | | | The GENIVI IVI shell patches were merged upstream in commit f144f0f71f1b75df92 so we should no longer need to use a fork.
* Fix ccache upgradeSam Thursfield2017-07-102-11/+3
| | | | | We need to build from a tarball at this stage, and there's now a proper tarball import repo to avoid confusion.
* Update elfutils to latest stableSam Thursfield2017-07-101-2/+2
| | | | This isn't actually needed, but it's done now.
* Update ccache to latest stable (3.3.4)Sam Thursfield2017-07-102-2/+12
| | | | | | | | | | | | This fixes a weird issue building elfutils where the new GCC 7 implicit-fallthrough warning would trigger (and fail the build due to -Werror) even though a suitable /* FALLTHROUGH */ comment was present in the code. The issue only occured when building with ccache, not when building with real GCC. Clearing the ccache didn't help either. The build works with ccache 3.3.4 so whatever bug caused this must have now been fixed.
* Upgrade EOG to fix deprecation warningsSam Thursfield2017-07-101-2/+2
|
* Upgrade gnome-dictionary to hopefully fix buildSam Thursfield2017-07-101-2/+2
|
* FixSam Thursfield2017-07-091-3/+3
|
* xkbcommon is a dep of gtk3 wayland backend nowSam Thursfield2017-07-092-8/+9
|
* Fix upgraded nm-appket buildSam Thursfield2017-07-091-1/+1
|
* Update network-manager-appletSam Thursfield2017-07-092-2/+8
| | | | Needed by new gnome-control-centre
* Fix NetworkManager buildSam Thursfield2017-07-081-1/+2
|
* Add missing dep ...?Sam Thursfield2017-07-072-1/+2
|
* Update networkmanager (control-center dep)Sam Thursfield2017-07-072-4/+4
|
* Update gdk-pixbuf and gnome-desktopSam Thursfield2017-07-072-4/+4
| | | | Needed for gnome-control-centre
* qtivi seems to depend on qtmultimedia nowSam Thursfield2017-07-071-0/+1
|
* Fix submodules dictSam Thursfield2017-07-071-1/+1
|
* Add new qtivi submoduleSam Thursfield2017-07-071-0/+3
|
* Fixup more dumb mistakeSam Thursfield2017-07-071-1/+1
|
* Fix qtwebengine refSam Thursfield2017-07-071-1/+1
|
* Use Mutter 3.22.3Sam Thursfield2017-07-071-2/+2
| | | | | Mutter 3.24 requires xrandr 1.5 which for some reason we don't have. To save time I don't want to upgrade all of X right now.
* Update qtwebengine and fix qtwebkit depsSam Thursfield2017-07-072-2/+11
|
* Upgrade qtivi further, seems we need toSam Thursfield2017-07-061-2/+2
|
* Update linux-api-headers to latestSam Thursfield2017-07-061-4/+4
| | | | | Mutter needs the linux/input-event-codes.h header which was added fairly recently.
* Update libinput (needed for new ... Mutter?)Sam Thursfield2017-07-062-2/+11
|
* Update libinput, needed by MutterSam Thursfield2017-07-061-2/+2
|
* Remove stray .morphSam Thursfield2017-07-061-10/+0
|
* Update qtwebkit and add new depSam Thursfield2017-07-061-2/+7
|
* Update mutter to fix compile errors with new clutterSam Thursfield2017-07-062-4/+4
|
* Update some GNOME stuffSam Thursfield2017-07-061-13/+15
|
* Fix moreSam Thursfield2017-07-063-4/+7
|
* Fix qtxmlpatterns buildSam Thursfield2017-07-061-1/+1
|
* Really fix grilo-plugins buildSam Thursfield2017-07-061-3/+3
|
* Fix grilo-plugins buildSam Thursfield2017-07-061-0/+1
|
* Fix build of qtdeclarativeSam Thursfield2017-07-061-1/+1
|
* Update grilo and plugins, fix buildSam Thursfield2017-07-062-4/+14
|
* Update all Qt components to latest (5.9.1)Sam Thursfield2017-07-063-44/+44
| | | | This is to fix build issues with GCC 7 in QtWebKit and QtIvi.
* Update libgdata, and gnome-online-accounts, add autoconf-archiveSam Thursfield2017-07-062-4/+13
| | | | | This fixes a deprecation warning in libgdata that occurs after the Gtk+ upgrade.
* TEMPORARY: Fix CI (I hope)Sam Thursfield2017-07-051-93/+0
|
* Patch qtwebkit 5.6 to build with GCC 6 and 7Sam Thursfield2017-07-051-2/+2
| | | | | QtWebKit is only used by the GENIVI Demo Platform; I have no idea if it's possible for it to use a later version.
* TEMPORARY: Disable all but the last stage of CISam Thursfield2017-07-051-4/+0
| | | | This is for faster feedback while fixing the remaining issues.
* polkit fails to build with parallel make, set `max-jobs: 1`Sam Thursfield2017-07-051-0/+1
| | | | | | | | Otherwise you see various link errors like this: cancel-cancel.o: file not recognized: File truncated Somehow zero-byte object files are created at random.
* Update to latest WebKit and gcryptSam Thursfield2017-07-053-4/+9
| | | | | | | WebKit has a bug that causes compile failures with GCC 7: https://bugs.webkit.org/show_bug.cgi?id=167642 gcrypt upgrade is required to build new WebKit.
* Update qtivi to latest commit on 5.7 branchSam Thursfield2017-07-051-1/+1
| | | | | | | | Hopefully to fix GCC 7 build issue: /usr/include/QtCore/qmetatype.h:378:12: error: must use '.*' or '->*' to call pointer-to-member function in '_typedThis->QtPrivate::ConverterFunctor<QFlags<QtIVIClimateControl::AirflowDirection>, int, int (QFlags<QtIVIClimateControl::AirflowDirection>::*)() const noexcept>::m_function (...)', e.g. '(... ->* _typedThis->QtPrivate::ConverterFunctor<QFlags<QtIVIClimateControl::AirflowDirection>, int, int (QFlags<QtIVIClimateControl::AirflowDirection>::*)() const noexcept>::m_function) (...)' *t = _typedThis->m_function(*f); Makefile:624: recipe for target '.obj/qtiviclimatecontrol.o' failed
* Patch mozjs24 to fix build with GCC 7Sam Thursfield2017-07-051-1/+1
| | | | This patch actually fixes a bug too!
* Update IVI kernels to latest (4.12) releaseSam Thursfield2017-07-052-4/+4
| | | | | | | | Older ones fail to build with GCC 7 with this error: kernel/built-in.o: In function `update_wall_time': (.text+0x667a4): undefined reference to `____ilog2_NaN' Makefile:968: recipe for target 'vmlinux' failed