Commit Graph

7496 Commits

Author SHA1 Message Date
Boris Nagaev b9528c27a5 Merge pull request #1542 from LuaAndC/go-additional-packages
add go to plugins-with-additional-packages.sh
2016-11-19 02:21:44 +04:00
Boris Nagaev a3ee6c082c add go to plugins-with-additional-packages.sh 2016-11-19 01:21:19 +03:00
Boris Nagaev beae08e569 Merge pull request #1544 from LuaAndC/settings.mk-plugins
add MXE_PLUGIN_DIRS to autogenerated settings.mk
2016-11-19 02:18:15 +04:00
Boris Nagaev 634054b51d add MXE_PLUGIN_DIRS to autogenerated settings.mk 2016-11-19 01:15:43 +03:00
Boris Nagaev 78f88944d5 Merge pull request #1571 from LuaAndC/go-native-debian-stretch
fix build of go-native on Debian 8 Stretch
2016-11-19 01:32:32 +04:00
Boris Nagaev a7759eecac fix build of go-native on Debian 8 Stretch
See https://github.com/golang/go/issues/13896
2016-11-17 04:00:49 +03:00
MXEBot as Travis CI 08cba208c1 Update versions.json & build-matrix.html 2016-11-16 23:53:28 +00:00
Boris Nagaev 5141f54310 Merge pull request #1570 from LuaAndC/hyperscan-4.3.2
update hyperscan to 4.3.2
2016-11-17 03:52:46 +04:00
Boris Nagaev dd75f33d00 update hyperscan to 4.3.2
This version of hyperscan adds a fix for boost bug
introduced in boost 1.62.0.

See https://github.com/mxe/mxe/pull/1549#issuecomment-255600102
See https://github.com/01org/hyperscan/issues/39#issuecomment-260495946
2016-11-16 02:45:06 +03:00
MXEBot as Travis CI 71625234af Update versions.json & build-matrix.html 2016-11-15 09:02:55 +00:00
Mark Brand a87e1d3b9a libgpg_error: update 2016-11-15 10:01:48 +01:00
MXEBot as Travis CI 9d33d725dc Update versions.json & build-matrix.html 2016-11-11 20:56:08 +00:00
Boris Nagaev 1a461fbb8a Merge pull request #1568 from danielwbn/master
Enable shared builds for gsl
2016-11-12 00:52:19 +04:00
Daniel Heinrich 35184c9a74 Enable shared builds for gsl 2016-11-11 09:43:27 +01:00
MXEBot as Travis CI 87b08fae68 Update versions.json & build-matrix.html 2016-11-10 23:16:02 +00:00
Boris Nagaev 58a8cf4901 Merge pull request #1566 from mgeier/portaudio-19.6.0
Upgrade PortAudio to version 19.6.0
2016-11-11 03:15:31 +04:00
Matthias Geier f4bbc45682 Upgrade PortAudio to version 19.6.0 2016-11-10 22:24:07 +01:00
MXEBot as Travis CI 305f7ae7af Update versions.json & build-matrix.html 2016-11-07 10:20:40 +00:00
Mark Brand 86e27bb455 curl, libssh2: update 2016-11-07 11:19:35 +01:00
Mark Brand 46ef1415e1 libssh2: restore accidentally removed patch
commit 130624690f did it.
2016-11-07 09:28:03 +01:00
MXEBot as Travis CI 1d55cc4f44 Update versions.json & build-matrix.html 2016-11-07 01:07:17 +00:00
Mark Brand 07ffabcf49 vmime: update 2016-11-07 02:05:57 +01:00
MXEBot as Travis CI a46ec114d8 Update versions.json & build-matrix.html 2016-11-07 00:36:32 +00:00
Mark Brand 130624690f sqlite: update 2016-11-07 01:30:00 +01:00
MXEBot as Travis CI 493525ec3a Update versions.json & build-matrix.html 2016-10-31 20:53:09 +00:00
Martin Müllenhaupt 72be1de8ea libnice: replace tabs with spaces 2016-11-01 00:52:31 +04:00
Martin Müllenhaupt 28905fe12a libnice: cleanup makefile 2016-11-01 00:52:31 +04:00
Martin Müllenhaupt f78fa903af libnice: add test 2016-11-01 00:52:31 +04:00
Martin Müllenhaupt 3ed6411ee9 new package: libnice 2016-11-01 00:52:31 +04:00
MXEBot as Travis CI c5efc71ce2 Update versions.json & build-matrix.html 2016-10-30 22:01:03 +00:00
Boris Nagaev cd718e2fac Merge pull request #1564 from xnakos/fix-liblo
Update liblo version from 0.28rc to 0.28, fix configure and make.
2016-10-31 02:00:19 +04:00
Harry Nakos 081d819e87 Update liblo version from 0.28rc to 0.28, fix configure and make, also allowing for shared build. 2016-10-30 12:15:06 +02:00
Boris Nagaev b88f921c09 Merge pull request #1550 from LuaAndC/build-cross
add new variables: BUILD_CROSS, BUILD_NATIVE
2016-10-29 14:08:23 +04:00
Boris Nagaev b826422ab8 add new variables: BUILD_CROSS, BUILD_NATIVE
They are useful for applying flags only to cross or only to native targets.
2016-10-29 13:07:41 +03:00
Boris Nagaev 53e9f6e73b Merge pull request #1556 from LuaAndC/gcc-5.4-in-plugin
gcc5 plugin: update gcc from 5.3 to 5.4
2016-10-29 05:47:41 +04:00
Boris Nagaev 634d80dc56 gcc5 plugin: update gcc from 5.3 to 5.4
Gcc 5.3 fails to build with gcc 6.
The error message is:

    cfns.gperf:101:1: error: ‘const char* libc_name_p(const char*, unsigned int)’ redeclared inline with ‘gnu_inline’ attribute

See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69959
See https://github.com/mxe/mxe/pull/1527#issuecomment-256273786
2016-10-29 04:42:11 +03:00
Boris Nagaev 95b1f8c13b Merge pull request #1557 from LuaAndC/qt-no-pch
qt, qtbase: -no-pch (pre-compiled header support)
2016-10-29 03:03:45 +04:00
Boris Nagaev e0d23ae9ab qt 4: backport patch for -no-pch from qtbase 5.7.0
See https://github.com/mxe/mxe/pull/1527#issuecomment-256717489
See https://github.com/mxe/mxe/issues/1554#issuecomment-256764411
2016-10-29 01:57:46 +03:00
Boris Nagaev 913b396a09 qt, qtbase: -no-pch (pre-compiled header support)
Qt and qtbase fail to build if host compiler is GCC 6
with the following error message:

cc1: error: one or more PCH files were found, but they were invalid
cc1: error: use -Winvalid-pch for more information
cc1: fatal error: .obj/release-shared/qt_pch.h: No such file or directory

See https://github.com/mxe/mxe/issues/1554
See https://github.com/mxe/mxe/issues/1103
See https://github.com/mxe/mxe/pull/1527#issuecomment-254001204
2016-10-29 01:57:46 +03:00
Boris Nagaev 91df392f8b Merge pull request #1548 from LuaAndC/skeleton-fix-mv
skeleton.py: use shutil.move instead of os.rename
2016-10-29 02:35:27 +04:00
Boris Nagaev c14f15b447 skeleton.py: use shutil.move instead of os.rename
Function os.rename fails if files are in different filesystems,
e.g. if /tmp is mounted as tmpfs.
2016-10-29 01:19:37 +03:00
Boris Nagaev cc04403698 Merge pull request #1545 from LuaAndC/luarocks-remove-lockdir
luarocks wrapper: remove lock if failed
2016-10-28 00:19:05 +04:00
Boris Nagaev 953d7c3f0c luarocks wrapper: remove lock if failed
Luarocks wrapper used to keep lock dir not removed if luarocks process
failed. To run it again, the lock directory should have been removed
manually.
2016-10-27 23:18:38 +03:00
Boris Nagaev a042a228fa Merge pull request #1547 from LuaAndC/openssl-no-libgcrypt
openssl: remove libgcrypt dependency
2016-10-27 02:16:39 +04:00
Boris Nagaev c098ae2083 openssl: remove libgcrypt dependency 2016-10-27 01:09:23 +03:00
Boris Nagaev aaf961d1ed gcc6 plugin: mark itk problem as resolved 2016-10-26 00:28:30 +03:00
MXEBot as Travis CI 21b6523c57 Update versions.json & build-matrix.html 2016-10-25 20:42:34 +00:00
Boris Nagaev 03a1860982 Merge pull request #1553 from LuaAndC/itk-4.10.1
update itk to 4.10.1
2016-10-26 00:41:47 +04:00
Boris Nagaev 2c8b747d9c Merge pull request #1551 from LuaAndC/libgda-perl
libgda: fix build failure on perl v5.22.1
2016-10-25 02:39:38 +04:00
Boris Nagaev 55e9bbada5 update itk to 4.10.1 2016-10-24 03:30:24 +03:00