Commit Graph

7599 Commits

Author SHA1 Message Date
Mark Brand dc52997aa5 qtofficeopenxml: build fix for Qt 5.8.0 2017-01-30 22:15:01 +01:00
Mark Brand 0f724ee4b3 upgrade qt5 modules to 5.8.0 2017-01-30 22:15:01 +01:00
MXEBot as Travis CI a0f9e61502 Update packages.json & build-matrix.html 2017-01-27 22:07:44 +00:00
Boris Nagaev b4716255d0 Merge pull request #1613 from LuaAndC/mingw-w64-5.0.0
mingw-w64: update to 5.0.1
2017-01-27 22:07:09 +00:00
MXEBot as Travis CI 98194f5856 Update packages.json & build-matrix.html 2017-01-27 13:56:02 +00:00
Mark Brand 9f2daa3352 update openssl 2017-01-27 14:46:22 +01:00
Boris Nagaev 95628fe6ec mingw-w64: update to 5.0.1 2017-01-27 01:53:38 +01:00
MXEBot as Travis CI d49258d184 Update packages.json & build-matrix.html 2017-01-25 23:03:56 +00:00
Boris Nagaev 7087b5f7e1 Merge pull request #1541 from LuaAndC/gcc5
update default gcc to 5.4.0
2017-01-25 23:03:24 +00:00
Boris Nagaev 359f43b38d gcc4 plugin: add README 2017-01-25 22:51:18 +01:00
Tony Theodore 0bc1c1cdd9 gtkglextmm: fix deprecation error in test program 2017-01-25 22:51:18 +01:00
Boris Nagaev c768f77e54 gcc4 plugin: fix circular dependency gcc-cloog
This line was in cloog before gcc5 and forgotten to be added to this plugin.
2017-01-25 22:51:18 +01:00
Tony Theodore 2a92ee3432 hyperscan: fix build with gcc54 on darwin 2017-01-25 22:51:18 +01:00
Boris Nagaev b6ee888ac7 add gcc4 plugin
See https://github.com/mxe/mxe/pull/1541#issuecomment-274035553
2017-01-25 22:51:18 +01:00
Boris Nagaev f74bce1140 update default gcc to 5.4.0
The bug in gcc 5 which was a reason to downgrade to gcc 4 was fixed.
See https://github.com/mxe/mxe/issues/964 for more details.

cloog was updated to 0.18.4, because 0.18.1 version uses too old isl
and failes to compile because it uses isl_int and it was removed from isl:
https://gist.github.com/f550a61371f597a213f0291e53e632f0
2017-01-25 22:51:18 +01:00
Boris Nagaev b9485ff3bf hyperscan: enable -msse4 flag
GCC 5.4.0 on Mac lacks SSSE3 and SSE4.
See https://github.com/mxe/mxe/pull/1541#issuecomment-274018559
2017-01-25 22:51:18 +01:00
Tony Theodore 9a6c17c0e3 qtwebkit: fix missing _mm_mfence declaration 2017-01-25 22:51:18 +01:00
MXEBot as Travis CI 4ac6a5db65 Update packages.json & build-matrix.html 2017-01-23 16:12:45 +00:00
Tony Theodore 7ba63594ea Merge pull request #1644 from pavelvat/add-package-liblastfm
add package liblastfm
2017-01-24 03:09:56 +11:00
MXEBot as Travis CI 40c216b11e Update packages.json & build-matrix.html 2017-01-23 16:08:24 +00:00
Tony Theodore 9a3b6f9af5 Merge pull request #1643 from pavelvat/add-package-liblastfm_qt4
add package liblastfm_qt4
2017-01-24 03:06:17 +11:00
Pavel Vatagin d564e2bf6b add package liblastfm 2017-01-23 02:19:41 +03:00
Pavel Vatagin aaa8012834 add package liblastfm_qt4 2017-01-23 02:03:32 +03:00
MXEBot as Travis CI 95d5df2529 Update packages.json & build-matrix.html 2017-01-22 12:24:26 +00:00
Mark Brand 252378b64b update: gdb, pcre 2017-01-22 13:23:26 +01:00
MXEBot as Travis CI cbc44b1c50 Update packages.json & build-matrix.html 2017-01-20 10:00:51 +00:00
Mark Brand 630d42dad8 update: libgcrypt vmime 2017-01-20 11:00:08 +01:00
Boris Nagaev 6b2936fdf4 Merge pull request #1639 from tonytheodore/disable-cmake-registry
cmake wrapper: disable package registry
2017-01-20 01:05:19 +00:00
Tony Theodore 43a40a4092 Merge pull request #1499 from tonytheodore/target-checks
Makefile: fix target validation checks
2017-01-19 20:44:23 +11:00
Tony Theodore 4fa1f12db8 Makefile: fix target validation checks
fixes #1497
2017-01-19 20:36:02 +11:00
Tony Theodore a23f7ac946 cmake wrapper: disbale package registry
See: https://cmake.org/cmake/help/latest/manual/cmake-packages.7.html#disabling-the-package-registry

fixes #1585
2017-01-19 20:11:55 +11:00
Tony Theodore 1499d73bf8 gnutls: disable tests
tests install a dummy libcrypt32 which clobbers the w32api

see: https://github.com/mxe/mxe/pull/1541#issuecomment-273373973
2017-01-18 17:44:30 +11:00
Boris Nagaev 33460dc7ef Merge pull request #1634 from tonytheodore/neon-darwin
neon: fix darwin build
2017-01-18 03:23:15 +00:00
MXEBot as Travis CI d57ff2ff7e Update packages.json & build-matrix.html 2017-01-17 09:46:04 +00:00
Boris Nagaev bd7eb64fd1 Merge pull request #1635 from tonytheodore/fftw
fftw: update with packaging bugfix
2017-01-17 09:44:59 +00:00
Tony Theodore 81d173ea9e Merge pull request #1636 from LuaAndC/lpeg-fix-checksum
lpeg: update checksum
2017-01-17 20:36:22 +11:00
Boris Nagaev 68a6bd22b0 lpeg: update checksum
The package was changed in upstream:
http://lua-users.org/lists/lua-l/2017-01/msg00160.html
2017-01-17 10:27:25 +01:00
Tony Theodore 47971cc6bb fftw: update with packaging bugfix
tarball has been removed, see: 6fb9cd7b63
2017-01-17 17:53:33 +11:00
Tony Theodore f9c155db19 neon: fix darwin build 2017-01-17 17:45:30 +11:00
MXEBot as Travis CI 2d183788da Update packages.json & build-matrix.html 2017-01-15 23:14:26 +00:00
Mark Brand b96b5052a9 update: fftw poppler zlib 2017-01-16 00:12:32 +01:00
MXEBot as Travis CI d4e05b058b Update packages.json & build-matrix.html 2017-01-15 16:34:41 +00:00
Mark Brand 98907c18f4 update: gsl libzip 2017-01-15 17:32:58 +01:00
MXEBot as Travis CI 8afea6e6eb Update packages.json & build-matrix.html 2017-01-15 15:42:55 +00:00
Mark Brand 805b920e4f update: curl, lcms, libunistring, libusb1, xz, zlib 2017-01-15 16:40:39 +01:00
mabrand 3711692da2 Merge pull request #1632 from LuaAndC/lpeg-1.0.1
lpeg: update to 1.0.1
2017-01-14 12:41:08 +01:00
Mark Brand 03b407c2b0 unrtf: fix update macro 2017-01-14 11:39:47 +01:00
Mark Brand 6f7f958429 wget: fix update macro 2017-01-14 11:24:54 +01:00
Mark Brand 2c8cfcc33e wget: remove old workaround for symbol clash with gnutls 2017-01-14 11:19:37 +01:00
MXEBot as Travis CI 6d54c37db6 Update packages.json & build-matrix.html 2017-01-14 09:57:51 +00:00