Commit Graph

7176 Commits

Author SHA1 Message Date
Tony Theodore b0e89cbbaf qt5 modules: remove disabled debug workaround for *.pc files 2016-07-17 00:30:44 +10:00
Tony Theodore fef76ed094 qtbase: fix pkgconfig files and enable debug variants
fixes #1316
2016-07-17 00:29:41 +10:00
Tony Theodore f88bbe7ffd Makefile: add BUILD_TYPE [debug | release] varaibles for pkg build rules 2016-07-17 00:26:09 +10:00
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
Tony Theodore bc5c058fe7 host-toolchain plugin: use new BUILD_DIR, SOURCE_DIR, $(PKG)_PATCHES variables 2016-07-16 16:53:58 +10:00
Tony Theodore e9299c0204 host-toolchain plugin: add pkgconf/pkg-config 2016-07-16 16:53:58 +10:00
Tony Theodore 109e905f56 host-toolchain plugin: improve README 2016-07-16 16:53:58 +10:00
Tony Theodore bc77cb384e host-toolchain plugin: binary compare gcc cross and host output 2016-07-16 16:53:58 +10:00
Tony Theodore fd90cc7b6d host-toolchain plugin: add cmake notes 2016-07-16 16:53:58 +10:00
Tony Theodore 884922d11c host-toolchain plugin: build qt5 test and cmake, add `make` binary download 2016-07-16 16:53:58 +10: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