Commit Graph

8487 Commits

Author SHA1 Message Date
Mark Brand 162d1af0e3 update sqlite 2018-01-23 14:00:28 +01:00
MXEBot as Travis CI dc40c71587 Update packages.json & build-matrix.html 2018-01-20 23:28:42 +00:00
Mark Brand bd60e8ff3b update gnutls, jpeg, wget 2018-01-21 00:26:14 +01:00
Tony Theodore 0dcf498f95
Merge pull request #2023 from saiarcot895/qt5-plugin-updates
Update source files fot qt5, and update qt4 overlays.
2018-01-15 15:21:55 +11:00
Tony Theodore c9d7766c69
Merge pull request #2036 from taisei-project/sdl2-remove-dinput-patch
sdl2: remove obsolete patch
2018-01-15 15:08:53 +11:00
Tony Theodore 6e3d071c45
Merge pull request #2038 from rgcjonas/poppler-qt5-fix
Fix poppler Qt5 bindings
2018-01-15 15:04:40 +11:00
Jonas Kümmerlin 626fbe4fb2 poppler: use C++11. Fixes Qt5 build.
Qt5 now requires C++11 language features in its headers.
2018-01-13 18:33:00 +01:00
Jonas Kümmerlin 795958fd07 poppler qt5: use MXE's moc in PATH
Previously, qt5/bin was missing from PATH. Poppler then picks up
the host's tools which may not always work.
2018-01-13 15:52:23 +01:00
Andrei Alexeyev 21007aa9f0
sdl2: remove obsolete patch 2018-01-13 06:02:32 +02:00
Tony Theodore 06be7a1e33
Merge pull request #2032 from tonytheodore/libao-esd
libao: disable esd
2018-01-08 15:20:42 +11:00
Tony Theodore 87ff434572 libao: disable esd
fixes #2025
2018-01-08 15:19:14 +11:00
Saikrishna Arcot e6a7594a7c
Update source files fot qt5, and update qt4 overlays. 2017-12-29 21:37:01 -06:00
Tony Theodore 2a3771dc3d glib2 darwin: ensure package is included in build reqs (really) 2017-12-28 00:41:45 +11:00
Tony Theodore 0b269bb607 glib2 darwin: ensure package is included in build reqs 2017-12-28 00:40:48 +11:00
MXEBot as Travis CI 88c4959700 Update packages.json & build-matrix.html 2017-12-27 03:00:42 +00:00
Tony Theodore a75d79da1e libao: fix shared, add test, use GH_CONF, build out-of-source 2017-12-27 13:59:16 +11:00
Tony Theodore b3eed0030d Merge branch 'libao' of https://github.com/toots/mxe into toots-libao 2017-12-27 13:11:17 +11:00
Tony Theodore 6784313fa4 vtk: fix headless build 2017-12-26 19:41:52 +11:00
MXEBot as Travis CI 3fa400c7c3 Update packages.json & build-matrix.html 2017-12-24 23:34:01 +00:00
Tony Theodore 908e8c780c
Merge pull request #2017 from tonytheodore/vtk
vtk: build compile tools once
2017-12-25 10:33:28 +11:00
MXEBot as Travis CI 19c68fde12 Update packages.json & build-matrix.html 2017-12-24 16:08:55 +00:00
Mark Brand 37c906fc5e update harfbuzz 2017-12-24 17:07:32 +01:00
Tony Theodore e2a66f221f vtk: build compile tools once
closes #1991
2017-12-24 23:12:01 +11:00
MXEBot as Travis CI 741b28d14d Update packages.json & build-matrix.html 2017-12-24 11:35:03 +00:00
Tony Theodore 0b23a433f2
Merge pull request #2002 from muellni/update_cmake
cmake: update to 3.10
2017-12-24 22:34:32 +11:00
MXEBot as Travis CI 41850ce5dd Update packages.json & build-matrix.html 2017-12-24 06:11:24 +00:00
Tony Theodore 5d8b72fd4b sdl2_mixer: add missing mpg123 dependency 2017-12-24 17:10:01 +11:00
Tony Theodore 920f9cd101 Merge branch 'sdl2-libsamplerate' of https://github.com/taisei-project/mxe into taisei-project-sdl2-libsamplerate 2017-12-24 16:55:25 +11:00
Tony Theodore afad953459 qtbase: fix cmake lib config after update 2017-12-24 16:39:22 +11:00
MXEBot as Travis CI 071ac328f3 Update packages.json & build-matrix.html 2017-12-24 05:35:00 +00:00
Tony Theodore 2c04c4ca38
Merge pull request #1990 from tonytheodore/cross-deps
Improve dependency metadata specification
2017-12-24 16:33:46 +11:00
Andrei Alexeyev 488a8b47a7
[sdl2_mixer] update to 2.0.2
This version uses the new SDL_AudioStream API for audio conversion,
which is necessary to make use of high quality resampling via
libsamplerate.

The linking patch is no longer needed (fixed upstream)
2017-12-23 06:13:32 +02:00
Andrei Alexeyev 9d9e5bfa85
[sdl2] build with libsamplerate support 2017-12-23 03:44:44 +02:00
Tony Theodore 52c8fa8e96 Makefile: add note about gcc --> cc switch 2017-12-23 08:19:00 +11:00
Tony Theodore ed83974220 qwt: fix qt5 deps (qt4 plugin active in cc deps update)
vtk mangling detected earlier
2017-12-23 08:19:00 +11:00
Tony Theodore 199cace2f8 widl: create cmake toolchain dir before writing to it 2017-12-23 08:19:00 +11:00
Tony Theodore 9d39a40a2b Makefile and build-pkg: use {pkg}~{target} directly
Required for the case where a cross package is independent of it's
native package (e.g. libiconv) and the native pkg may not have been
built in the dep chain. Calling:
```
make pkg MXE_TARGETS=...
```
will then cause `make` to build the native pkg as well. (MXE_TARGETS
is still required otherwise it will be picked up from settings.mk)
2017-12-23 08:19:00 +11:00
Tony Theodore 5fe1c5043b Makefile: fixups for dry-run 2017-12-23 08:19:00 +11:00
Tony Theodore 7c7e3d5f34 rename archive pkg-type to source-only for clarity
archive could imply a deprecated package
2017-12-23 08:19:00 +11:00
Tony Theodore 05be27ff7c cmake-conf pkgconf: fixups for dep ordering 2017-12-23 08:19:00 +11:00
Tony Theodore 45e66ce85f Makefile: print download filename instead of pkg 2017-12-23 08:19:00 +11:00
Tony Theodore 6851997a29 Makefile: always touch install markers for empty builds 2017-12-23 08:19:00 +11:00
Tony Theodore cded114ce3 mingw-w64: install gl *.pc files here instead of mxe-conf 2017-12-23 08:19:00 +11:00
Tony Theodore 800377564b Makefile: add script package type avoid unpacking archive 2017-12-23 08:19:00 +11:00
Tony Theodore 8954654349 Makefile: separate build and virtual pkg types
we don't actually want to package download-only pkgs
2017-12-23 08:19:00 +11:00
Tony Theodore 2a22eee58f binutils: remove pkgconf dependency (finally!) 2017-12-23 08:19:00 +11:00
Tony Theodore 01e2a64d00 cross packages: replace dependency gcc with cc 2017-12-23 08:19:00 +11:00
Tony Theodore 3a26dafbd1 add virtual toolchain package cc 2017-12-23 08:18:52 +11:00
Tony Theodore e7b9a21056 native pkgs: use explicit cross-target deps and remove empty rules 2017-12-23 08:18:52 +11:00
Tony Theodore c0c8d47d6a Makefile: add support for cross-target and order-only deps 2017-12-23 08:18:52 +11:00