Commit Graph

7106 Commits

Author SHA1 Message Date
Tony Theodore a4a33f2581 Merge pull request #1441 from LuaAndC/fix-cegui-after-freeglut-update
freeglut: add glu to requirements in .pc file
2016-07-17 00:02:39 +10:00
Boris Nagaev fc07fffb85 freeglut: add glu to requirements in .pc file
Fix https://github.com/mxe/mxe/issues/1434
See https://github.com/mxe/mxe/pull/1429
See http://stackoverflow.com/a/17451000
2016-07-16 14:27:59 +03:00
MXEBot as Travis CI 80a79f80d6 Update versions.json & build-matrix.html 2016-07-16 06:07:26 +00:00
Tony Theodore 33f6ecea7b Merge pull request #1440 from LuaAndC/yaml-cpp
add yaml-cpp (second attempt)
2016-07-16 16:06:44 +10:00
MXEBot as Travis CI 76eef2bc5f Update versions.json & build-matrix.html 2016-07-16 05:57:17 +00:00
Tony Theodore 789946645a Merge pull request #1439 from LuaAndC/update-wt-3.3.6
Update Wt from 3.3.5 to 3.3.6
2016-07-16 15:56:43 +10:00
Boris Nagaev e0d07d5e8b yaml-cpp: add test 2016-07-16 01:55:19 +03:00
Boris Nagaev 1d6bc5b243 yaml-cpp: install .pc file 2016-07-16 01:53:45 +03:00
MXEBot as Travis CI e2b266f020 Update versions.json & build-matrix.html 2016-07-15 22:39:47 +00:00
Mark Brand c2644e08a0 update: freetype 2016-07-16 00:37:31 +02:00
Boris Nagaev b309c85202 index.html: description of yaml-cpp from upstream 2016-07-16 01:35:16 +03:00
Mark Brand ff850fb574 update: libgcrypt, libgpg_error 2016-07-16 00:33:25 +02:00
Boris Nagaev a7b1463323 yaml-cpp: add dependency on boost
Shared targets were broken. It tries to find boost which is not declared
as a dependency of yaml-cpp. The upstream says "yaml-cpp 0.5.3 has been
released! This is a bug fix release. It also will be the last release that
uses Boost; futures releases will require C++11 instead."

Build log: https://gist.github.com/2e8ada031d3ffd37f4a06324908a4d4a
2016-07-16 00:42:27 +03:00
Boris Nagaev 4e9a20bf4e yaml-cpp: install with -j 1 2016-07-16 00:40:01 +03:00
Boris Nagaev a239f4ae92 yaml-cpp: use CMAKE_SHARED_BOOL variable 2016-07-16 00:39:41 +03:00
Boris Nagaev de305c205e yaml-cpp: use SOURCE_DIR and BUILD_DIR variables 2016-07-16 00:38:48 +03:00
Boris Nagaev aa85d819dc yaml-cpp: use cmake wrapper 2016-07-16 00:30:33 +03:00
Boris Nagaev f61c053d13 yaml-cpp: provide updater 2016-07-16 00:25:48 +03:00
Boris Nagaev 7398ee1f25 yaml-cpp: rename file to yaml-cpp-$VERSION.tar.gz 2016-07-16 00:24:45 +03:00
Nick Overdijk 38d5c27896 Adds yaml-cpp 2016-07-16 00:14:59 +03:00
Boris Nagaev 1b0b0497a3 update wt: 3.3.5 -> 3.3.6 2016-07-16 00:09:58 +03:00
Tony Theodore a903d59466 Merge pull request #1391 from darealshinji/poppler-shared
poppler: enable .dll builds
2016-07-16 02:10:13 +10:00
darealshinji 8904756b6f poppler: enable DLL builds 2016-07-15 17:43:44 +02:00
Lars Engelhard 4d76a91cd2 tools/copydlldeps: removing exit 0 at the end 2016-07-15 22:50:17 +10:00
Lars 0eda283b50 tools/copydlldeps: introducing excludepattern and whitelist of DLLs 2016-07-15 22:50:09 +10:00
Lars 73ae658c4a tools/copydlldeps: multiCall + case insensitivity 2016-07-15 22:50:00 +10:00
Tony Theodore 6f830ee8f2 Merge pull request #1438 from LuaAndC/cgal-static
cgal: build static libraries for static targets
2016-07-15 22:17:16 +10:00
Boris Nagaev 8901059de7 cgal: build static libraries for static targets
fix #1402
2016-07-15 11:41:47 +03:00
Boris Nagaev fa95f391b6 cgal: install with -j 1 2016-07-15 11:41:24 +03:00
Tony Theodore 837e5e705c Merge pull request #1432 from LuaAndC/skeleton
add tool skeleton.py
2016-07-14 17:51:31 +10:00
Boris Nagaev 86edac88a9 wt: fix updater
Use github tags and filter out tags like *-rc* tags (e.g. "3.3.6-rc2").
2016-07-14 00:06:50 +03:00
Boris Nagaev b52d3c0c9c refactor macro MXE_GET_GITHUB_ALL_TAGS
It is needed to get full list of tags and apply grep or sed manually.
2016-07-13 23:04:01 +03:00
Boris Nagaev 38a5c97d0b skeleton: don't truncate index.html on write error
Write new version to a temporary file and rename it to index.html.
2016-07-12 11:37:22 +03:00
Boris Nagaev f1581d20bf make skeleton.py Python 3 compatible 2016-07-12 11:26:15 +03:00
Tony Theodore de9611cfee gcc-host plugin: fix conflict with target libiconv 2016-07-12 14:27:52 +10:00
Boris Nagaev 56ab126366 use $(TEST_FILE) in skeleton.py 2016-07-11 19:24:39 +03:00
Boris Nagaev 1f83e2cb75 Merge pull request #8 from tonytheodore/LuaAndC-skeleton
Makefile: add `TEST_FILE` to variables for pkg build rules
2016-07-11 20:23:01 +04:00
Tony Theodore 5920eb8de3 Makefile: add `TEST_FILE` to variables for pkg build rules 2016-07-11 20:56:22 +10:00
Boris Nagaev 50b311964f skeleton: use SOURCE_DIR and BUILD_DIR
and do not mkdir build dir.
2016-07-11 09:32:10 +03:00
Tony Theodore 1d75e1f353 Makefile: add SOURCE_DIR and BUILD_DIR variables
* use `*.build_` until all packages are converted

see #1159

This commit was amended by Boris Nagaev on Jul 11, 2016.
2016-07-11 09:27:22 +03:00
Boris Nagaev ec93179493 add description of skeleton.py to index.html 2016-07-10 18:41:39 +03:00
Boris Nagaev ff1867021c add tool skeleton.py
This tool creates a skeleton of new MXE package.
2016-07-10 18:41:35 +03:00
Boris Nagaev 50f3f95af0 index.html: sort packages lexicographically
Fix indentation of openthreads.
2016-07-10 18:24:36 +03:00
Boris Nagaev 2ee728cf99 Merge pull request #1431 from tonytheodore/qt5-host-tools
add qt5-host-tools example plugin
2016-07-10 15:51:59 +04:00
Tony Theodore ff380791b7 qt5-host-tools: update README 2016-07-09 21:43:17 +10:00
Tony Theodore 0bc628650f add qt5-host-tools example plugin
starting point for #950, builds `qmake.exe`, `rcc.exe`, etc
2016-07-09 21:16:12 +10:00
MXEBot as Travis CI 0f69807bae Update versions.json & build-matrix.html 2016-07-08 19:11:41 +00:00
Tony Theodore 53f4026d7f Merge pull request #1430 from sibuserv/update-ffmpeg
Update ffmpeg
2016-07-09 05:10:33 +10:00
Boris Pek 0b1d7f3f8a ffmpeg: update from 3.0 to 3.1.1 2016-07-08 18:27:26 +03:00
Boris Pek 0652ead114 x264: update from 20151011-2245 to 20160706-2245 2016-07-08 18:14:56 +03:00