| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
archive could imply a deprecated package
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
- 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
|
|\
| |
| | |
Add meson-wrapper plugin
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
|\ \
| |/
|/| |
Added in Tktable.mk
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
| | |
|
| |
| |
| |
| | |
brings patches into common format to reduce noise in diffs
|
| |
| |
| |
| | |
Closes #1980
|
| | |
|
| |
| |
| |
| | |
Follow-up to cd56aa162375499228fc2e64b36d0744c21aa11b
|
| |
| |
| |
| |
| |
| |
| |
| | |
- 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
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| | |
|
| |
| |
| |
| | |
see: https://github.com/mxe/mxe/issues/1901#issuecomment-333551106
|
| | |
|
| |
| |
| |
| | |
Users of this plugin probably want a full install and newer autotools treat unrecognized options as warnings
|
| | |
|
| |
| |
| |
| |
| |
| | |
Taken from and fixes #1782
Add to gcc7 plugin since it breaks opencv and cgal for gcc5
|
| | |
|
| | |
|
| |
| |
| |
| | |
prevents mismatches when other gcc plugins are used
|
| |
| |
| |
| |
| | |
From https://github.com/mxe/mxe/commit/9eb13fc4b8ae7a97f3d3b11ddc2f58a79994dd54#commitcomment-24681487,
the patch in #1915 is a backport and doesn't apply to gcc > 5.
|
| |
| |
| |
| | |
fixes #1901
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
Partially built autotools suite can cause race condition
when plugins/native is included
fixes #1851
|
|\ \
| | |
| | | |
qt4 overlay plugin (for vtk and qwt)
|
| | | |
|
| | | |
|
|/ / |
|
| | |
|
|\ \
| | |
| | | |
add qt5 freeze example plugin (e.g. winxp support)
|
| | | |
|
|/ / |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| | |
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.
|
| | |
|
| |
| |
| |
| |
| | |
Native libtool on Jessie lacks -fstack-protector* flags.
See https://github.com/mxe/mxe/pull/1714#issuecomment-287438757
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| | |
Release notes of new release: https://golang.org/doc/go1.8
The patch adding support of PKG_CONFIG is not needed anymore:
it was merged to upstream: https://github.com/golang/go/commit/5dcb31b2d55
|