Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update gcc7 | Boris Pek | 2018-01-25 | 1 | -2/+2 |
| | |||||
* | Update source files fot qt5, and update qt4 overlays. | Saikrishna Arcot | 2017-12-30 | 1 | -0/+6 |
| | |||||
* | glib2 darwin: ensure package is included in build reqs (really) | Tony Theodore | 2017-12-27 | 1 | -1/+1 |
| | |||||
* | glib2 darwin: ensure package is included in build reqs | Tony Theodore | 2017-12-27 | 1 | -0/+2 |
| | |||||
* | rename archive pkg-type to source-only for clarity | Tony Theodore | 2017-12-22 | 1 | -1/+1 |
| | | | | archive could imply a deprecated package | ||||
* | cross packages: replace dependency gcc with cc | Tony Theodore | 2017-12-22 | 58 | -59/+59 |
| | |||||
* | native pkgs: use explicit cross-target deps and remove empty rules | Tony Theodore | 2017-12-22 | 7 | -6/+9 |
| | |||||
* | Improve handling of virtual packages and build messages | Tony Theodore | 2017-12-22 | 1 | -0/+1 |
| | | | | | | | | - 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 | ||||
* | Merge pull request #1995 from taisei-project/plugin-meson-wrapper | Tony Theodore | 2017-12-06 | 3 | -0/+78 |
|\ | | | | | Add meson-wrapper plugin | ||||
| * | Add meson-wrapper plugin | Andrei Alexeyev | 2017-11-28 | 3 | -0/+78 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This plugin adds a "meson-wrapper" package, which installs Meson cross files and wrapper scripts for each target, similar to "cmake-conf". This allows Meson projects to seamlessly integrate with MXE. The wrapper scripts require Meson to be installed on the host system. Example usage: x86_64-w64-mingw32.static-meson sourcedir destdir # you can now use 'meson configure', 'ninja', etc. in destdir as normal | ||||
* | | Merge pull request #1525 from highperformancecoder/TkTable | Tony Theodore | 2017-11-26 | 1 | -0/+37 |
|\ \ | |/ |/| | Added in Tktable.mk | ||||
| * | Added in Tktable.mk | Russell Standish | 2017-11-26 | 1 | -0/+37 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Renamed the TkTable package to tktable Found some work arounds to get the install target to work correctly, and for the dynamic build to build correctly. Ditto. Last commit missed this file?? Fix indentation per Boris's comments. Apply Tony Theodore's style suggestions BUILD_DIR is a separate directory to where the package is unpacked. | ||||
* | | various packages: run `make refresh-patches` with numbering | Tony Theodore | 2017-11-19 | 8 | -23/+23 |
| | | |||||
* | | various packages: refresh patches | Tony Theodore | 2017-11-19 | 4 | -23/+10 |
| | | | | | | | | brings patches into common format to reduce noise in diffs | ||||
* | | qt5-freeze plugin: enable side-by-side install | Tony Theodore | 2017-11-18 | 33 | -115/+99 |
| | | | | | | | | Closes #1980 | ||||
* | | update github tag tracking packages to new conf style | Tony Theodore | 2017-11-09 | 1 | -1/+1 |
| | | |||||
* | | mingw-w64: drop obsolete gcc7 patch | Mark Brand | 2017-11-05 | 2 | -93/+0 |
| | | | | | | | | Follow-up to cd56aa162375499228fc2e64b36d0744c21aa11b | ||||
* | | native plugin fixups | Tony Theodore | 2017-10-30 | 10 | -4/+18 |
| | | | | | | | | | | | | | | | | - gettext requires recent autotools - add for Ubuntu 14.04 (trusty) - fixes #1892 - add deps for Debian Jessie and Wheezy - libtool is built for prior Debian/Ubuntu, remove from docs - tidy up darwin overrides | ||||
* | | glib: refactor native tools | Tony Theodore | 2017-10-26 | 10 | -35/+23 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixes #1934 The method of symlinks to native tools fails when glib versions drift too far apart - the obvious solution would be to update more frequently, but glib (and downstream friends) are always difficult to update. This set of changes: - always builds tools on linux - builds tools only once - uses pre-built packages for darwin - is untested on freebsd | ||||
* | | URL upgrades and fixes | Viktor Szakats | 2017-10-19 | 3 | -4/+4 |
| | | |||||
* | | qttools: read test from current directory and freeze example 5.7 plugin | Tony Theodore | 2017-10-10 | 4 | -2/+46 |
| | | | | | | | | see: https://github.com/mxe/mxe/issues/1901#issuecomment-333551106 | ||||
* | | tcl: add native build for sqlcipher | Tony Theodore | 2017-10-10 | 1 | -26/+1 |
| | | |||||
* | | tck.tk plugin: use new style options, full install, and fix build | Tony Theodore | 2017-10-10 | 2 | -8/+12 |
| | | | | | | | | Users of this plugin probably want a full install and newer autotools treat unrecognized options as warnings | ||||
* | | Update host-toolchain make-w32; the old download package was no longer available | Luke | 2017-10-10 | 1 | -2/+2 |
| | | |||||
* | | mingw-w64: fix gcc7 build | Luke Potgieter | 2017-10-09 | 2 | -0/+93 |
| | | | | | | | | | | | | Taken from and fixes #1782 Add to gcc7 plugin since it breaks opencv and cgal for gcc5 | ||||
* | | winpthreads-host: use mingw-w64 patches | Tony Theodore | 2017-10-09 | 1 | -0/+1 |
| | | |||||
* | | gcc: workaround parallel build failure | Tony Theodore | 2017-10-09 | 1 | -0/+2 |
| | | |||||
* | | gcc-host plugin: use gcc patches | Tony Theodore | 2017-10-09 | 1 | -1/+1 |
| | | | | | | | | prevents mismatches when other gcc plugins are used | ||||
* | | gcc plugins: use plugin-specific patches | Tony Theodore | 2017-10-01 | 4 | -0/+56 |
| | | | | | | | | | | From https://github.com/mxe/mxe/commit/9eb13fc4b8ae7a97f3d3b11ddc2f58a79994dd54#commitcomment-24681487, the patch in #1915 is a backport and doesn't apply to gcc > 5. | ||||
* | | qt5: read deps from files in current directory | Tony Theodore | 2017-09-30 | 1 | -5/+5 |
| | | | | | | | | fixes #1901 | ||||
* | | fix typos found by misspell tool | Boris Nagaev | 2017-09-24 | 2 | -2/+2 |
| | | |||||
* | | update checksums of tarballs from GitHub | Boris Nagaev | 2017-09-24 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | GitHub started generating different tarballs. I compared the content of files in the new tarballs with the old ones and it was equal. For clementine and intel-tbb I didn't find the old tarballs and used git checkout of the commit from _VERSION field instead. See https://github.com/mxe/mxe/pull/1895#issuecomment-329309074 | ||||
* | | update gcc7 plugin to 7.2.0 | Mark Brand | 2017-08-14 | 1 | -3/+3 |
| | | |||||
* | | fix launch clementine_qt4 with clean settings | Pavel Vatagin | 2017-07-26 | 1 | -0/+36 |
| | | |||||
* | | add package clementine to mxe/plugins/apps | Pavel Vatagin | 2017-07-25 | 3 | -7/+304 |
| | | |||||
* | | add libtool dep for native packages using autotools | Tony Theodore | 2017-07-25 | 1 | -1/+0 |
| | | | | | | | | | | | | | | Partially built autotools suite can cause race condition when plugins/native is included fixes #1851 | ||||
* | | Merge pull request #1849 from muellni/qt4overlay | Tony Theodore | 2017-07-25 | 1 | -0/+11 |
|\ \ | | | | | | | qt4 overlay plugin (for vtk and qwt) | ||||
| * | | qt4overlay: add updated vtk dependencies | Martin Müllenhaupt | 2017-07-24 | 1 | -1/+1 |
| | | | |||||
| * | | create qt4 overlay plugin to link VTK and Qwt to Qt 4 instead of 5 | Martin Müllenhaupt | 2017-07-24 | 1 | -0/+11 |
| | | | |||||
* | | | update clementine_qt4 | Pavel Vatagin | 2017-07-24 | 1 | -41/+41 |
|/ / | |||||
* | | update gcc6 to 6.4.0 | Boris Pek | 2017-07-21 | 1 | -3/+3 |
| | | |||||
* | | Merge pull request #1828 from tonytheodore/qt5-freeze | Tony Theodore | 2017-07-20 | 41 | -0/+1362 |
|\ \ | | | | | | | add qt5 freeze example plugin (e.g. winxp support) | ||||
| * | | add qt5 freeze example plugin (e.g. winxp support) | Tony Theodore | 2017-07-19 | 41 | -0/+1362 |
| | | | |||||
* | | | update gstreamer | Pavel Vatagin | 2017-07-15 | 1 | -2/+1 |
|/ / | |||||
* | | add gcc7 plugin | Mark Brand | 2017-05-24 | 1 | -0/+24 |
| | | |||||
* | | secure URLs | Viktor Szakats | 2017-05-19 | 1 | -2/+2 |
| | | |||||
* | | tor: enable shared targets | Boris Nagaev | 2017-05-18 | 1 | -2/+0 |
| | | |||||
* | | tor: build out-of-tree, install -j 1 | Boris Nagaev | 2017-05-18 | 1 | -4/+5 |
| | | |||||
* | | tor: update to 0.3.0.7 | Boris Nagaev | 2017-05-18 | 2 | -51/+3 |
| | | | | | | | | | | | | The patch "do not use mman-win32" needed updating compat.h as well. Instead I added sed command that undefines HAVE_SYS_MMAN_H in orconfig.h and removed the patch. | ||||
* | | enable native gettext and libiconv on Jessie | Boris Nagaev | 2017-03-19 | 2 | -0/+2 |
| | |