summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* glib2 darwin: ensure package is included in build reqs (really)Tony Theodore2017-12-271-1/+1
|
* glib2 darwin: ensure package is included in build reqsTony Theodore2017-12-271-0/+2
|
* Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-12-272-5/+16
|
* libao: fix shared, add test, use GH_CONF, build out-of-sourceTony Theodore2017-12-271-15/+14
|
* Merge branch 'libao' of https://github.com/toots/mxe into toots-libaoTony Theodore2017-12-271-0/+28
|\
| * Add libao.Romain Beauxis2017-12-161-0/+28
| |
* | vtk: fix headless buildTony Theodore2017-12-261-0/+2
| |
* | Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-12-241-2/+2
| |
* | Merge pull request #2017 from tonytheodore/vtkTony Theodore2017-12-241-8/+14
|\ \ | | | | | | vtk: build compile tools once
| * | vtk: build compile tools onceTony Theodore2017-12-241-8/+14
| | | | | | | | | | | | closes #1991
* | | Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-12-242-2/+2
| | |
* | | update harfbuzzMark Brand2017-12-241-2/+2
|/ /
* | Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-12-242-2/+2
| |
* | Merge pull request #2002 from muellni/update_cmakeTony Theodore2017-12-241-2/+2
|\ \ | | | | | | cmake: update to 3.10
| * | cmake: update to 3.10Martin Müllenhaupt2017-12-061-2/+2
| | |
* | | Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-12-242-2/+2
| | |
* | | sdl2_mixer: add missing mpg123 dependencyTony Theodore2017-12-241-2/+2
| | |
* | | Merge branch 'sdl2-libsamplerate' of https://github.com/taisei-project/mxe ↵Tony Theodore2017-12-244-27/+28
|\ \ \ | | | | | | | | | | | | into taisei-project-sdl2-libsamplerate
| * | | [sdl2_mixer] update to 2.0.2Andrei Alexeyev2017-12-232-22/+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)
| * | | [sdl2] build with libsamplerate supportAndrei Alexeyev2017-12-232-5/+26
| | | |
* | | | qtbase: fix cmake lib config after updateTony Theodore2017-12-241-1/+1
| | | |
* | | | Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-12-242-1632/+1643
| | | |
* | | | Merge pull request #1990 from tonytheodore/cross-depsTony Theodore2017-12-24522-611/+749
|\ \ \ \ | | | | | | | | | | Improve dependency metadata specification
| * | | | Makefile: add note about gcc --> cc switchTony Theodore2017-12-221-0/+8
| | | | |
| * | | | qwt: fix qt5 deps (qt4 plugin active in cc deps update)Tony Theodore2017-12-221-1/+1
| | | | | | | | | | | | | | | | | | | | vtk mangling detected earlier
| * | | | widl: create cmake toolchain dir before writing to itTony Theodore2017-12-221-0/+1
| | | | |
| * | | | Makefile and build-pkg: use {pkg}~{target} directlyTony Theodore2017-12-222-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
| * | | | Makefile: fixups for dry-runTony Theodore2017-12-221-2/+4
| | | | |
| * | | | rename archive pkg-type to source-only for clarityTony Theodore2017-12-224-5/+5
| | | | | | | | | | | | | | | | | | | | archive could imply a deprecated package
| * | | | cmake-conf pkgconf: fixups for dep orderingTony Theodore2017-12-222-2/+4
| | | | |
| * | | | Makefile: print download filename instead of pkgTony Theodore2017-12-221-1/+4
| | | | |
| * | | | Makefile: always touch install markers for empty buildsTony Theodore2017-12-221-1/+1
| | | | |
| * | | | mingw-w64: install gl *.pc files here instead of mxe-confTony Theodore2017-12-222-15/+20
| | | | |
| * | | | Makefile: add script package type avoid unpacking archiveTony Theodore2017-12-221-1/+4
| | | | |
| * | | | Makefile: separate build and virtual pkg typesTony Theodore2017-12-221-6/+9
| | | | | | | | | | | | | | | | | | | | we don't actually want to package download-only pkgs
| * | | | binutils: remove pkgconf dependency (finally!)Tony Theodore2017-12-221-3/+1
| | | | |
| * | | | cross packages: replace dependency gcc with ccTony Theodore2017-12-22497-498/+498
| | | | |
| * | | | add virtual toolchain package ccTony Theodore2017-12-224-8/+20
| | | | |
| * | | | native pkgs: use explicit cross-target deps and remove empty rulesTony Theodore2017-12-2219-19/+21
| | | | |
| * | | | Makefile: add support for cross-target and order-only depsTony Theodore2017-12-221-22/+86
| | | | |
| * | | | Improve handling of virtual packages and build messagesTony Theodore2017-12-228-49/+84
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | - add metadata to distinguish virtual package types - improve build order and status messages for empty packages print pkg type or `disabled` instead of `no-build` - add BUILD_DRY_RUN option and fixup make -t - update build-matrix rule to identify virtual pkgs
* | | | Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-12-222-2/+2
| | | |
* | | | Merge pull request #2003 from tonytheodore/libsodiumTony Theodore2017-12-221-16/+6
|\ \ \ \ | | | | | | | | | | libsodium: update 1.0.6 --> 1.0.15, use GH_CONF, and build out-of-source
| * | | | libsodium: update 1.0.6 --> 1.0.15, use GH_CONF, and build out-of-sourceTony Theodore2017-12-061-16/+6
| | | | |
* | | | | winpcap: add test and fix posix buildTony Theodore2017-12-222-1/+72
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Can't figure out how to get the line endings in original patch to apply correctly with git-formatted patch. fixes #2007
* | | | | Merge branch 'master' of https://github.com/charlemagnelasse/mxe into ↵Tony Theodore2017-12-221-4/+28
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | charlemagnelasse-master
| * | | | | winpcap: Add missing object files to libpacket.aCharlemagne Lasse2017-12-111-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The original winpcap libpacket.a is build using the files Packet32.o, AdInfo.o and NpfImExt.o. The mxe winpcap build must therefore do the same. Fixes #1389
| * | | | | winpcap: Fix installation of header filesCharlemagne Lasse2017-12-111-3/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Not all files mentioned in create_include.bat were installed. This caused build errors in basically all programs which were using winpcap. Fixes #1389 Fixes #2004
* | | | | | Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-12-222-8/+8
| | | | | |
* | | | | | Merge pull request #2009 from sibuserv/updatesTony Theodore2017-12-225-374/+54
|\ \ \ \ \ \ | | | | | | | | | | | | | | Update ffmpeg, gdal and openscenegraph