Commit Graph

7388 Commits

Author SHA1 Message Date
Quintus d3dc40229c Start work to upgrade to CEGUI 0.8.x.
The build fails in the OpenGL parser with "_imp__" errors in GLEW
currently.
2016-07-19 19:38:53 +02:00
MXEBot as Travis CI 37a792bca9 Update versions.json & build-matrix.html 2016-07-17 15:48:24 +00:00
Mark Brand 6cc523e46b update qtxlsxwriter
Switched to de facto maintainer's fork.
2016-07-17 17:44:24 +02:00
Boris Nagaev 1c0f3d67b4 Merge pull request #1444 from tonytheodore/patch-gsed
patch.mk: portability fix for gsed
2016-07-17 15:24:27 +04:00
Tony Theodore dc122c2ba9 Merge pull request #1371 from tonytheodore/qt-mkspecs
qt: symlink mkspecs/default
2016-07-17 13:48:34 +10:00
Tony Theodore 7d04e40e29 qt: symlink mkspecs/default
On OSX, the default mkspec doesn't set `win32-g++` correctly.
The following workarounds are possible:
 - set `QMAKESPEC` env var
 - use `-spec` command line option
 - set `CONFIG+=`
 - symlink mkspecs/default

The internal build of qt always seems to use the `-spec` option,
but that doesn't solve the default case - the symlink approach used
on linux appears to always work.

closes #1379
2016-07-17 13:42:40 +10:00
Tony Theodore 3246cbdf81 Merge pull request #1436 from tonytheodore/host-tools
host-toolchain plugin: build qt5 test, cmake, and pkgconf, add `make` binary download
2016-07-17 12:58:54 +10:00
Tony Theodore c97ae303d6 Merge pull request #1442 from tonytheodore/qt5-pkgconfig-debug
qt5: fix pkg-config files and enable debug variants
2016-07-17 12:54:33 +10:00
Tony Theodore 09bea83f83 patch.mk: portability fix for gsed 2016-07-17 12:44:48 +10:00
Tony Theodore d9844e79e8 ocaml-camlimages: normalise patch 2016-07-17 12:42:16 +10:00
Tony Theodore 25714a0765 ocaml-camlimages: fix for giflib >=5.1 2016-07-17 12:29:24 +10:00
Tony Theodore 56a6275ed9 qt5 virtual pkg: only include pkgs inheriting from qtbase
other pkgs may depend on qtbase and not be part of the modules
2016-07-17 02:22:37 +10:00
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