summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* update: curl libpngMark Brand2016-08-082-4/+4
|
* sqlite: updateMark Brand2016-08-081-2/+2
|
* Merge pull request #1478 from tonytheodore/gcc-494Boris Nagaev2016-08-063-2/+5
|\ | | | | update gcc 4.9.3 --> 4.9.4
| * update gcc 4.9.3 --> 4.9.4Tony Theodore2016-08-053-2/+5
| | | | | | | | | | Tested on all four targets, list of changes: https://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=RESOLVED&resolution=FIXED&target_milestone=4.9.4
* | Merge pull request #1458 from fiendish/proper_lua_dll_nameTony Theodore2016-08-061-2/+3
|\ \ | |/ |/| Windows Lua DLLs should not start with "lib"
| * Use official Lua DLL version namingfiendish2016-07-271-2/+3
| |
* | Merge branch 'master' into Quintus-cegui-0.8Tony Theodore2016-08-02116-124/+124
|\ \
| * \ Merge pull request #1468 from dl5rcw/masterTony Theodore2016-08-021-1/+1
| |\ \ | | | | | | | | fix for #1462 where qt3d failed to build on JOBS := 4
| | * | fix for #1462 where qt3d failed to build on JOBS := 4dl5rcw2016-07-301-1/+1
| | | |
| * | | Merge pull request #1469 from LuaAndC/no2Tony Theodore2016-08-02115-123/+123
| |\ \ \ | | | | | | | | | | use $(TEST_FILE) instead of $(2).c and other
| | * | | use $(TEST_FILE) instead of $(2).c and otherBoris Nagaev2016-07-30115-123/+123
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The following script was applied: set -xue find src/ plugins/ -name '*.mk' -type f > mks # special cases for test file: # ls -d src/*-test* | sed 's@-test.*@@' | sort | uniq --repeated sed 's@$(2).c@$(PWD)/src/$(PKG)-test.c@g' -i \ src/{boost,freeimage,hdf5,lapack,sdl,sdl_image,sdl_sound}.mk sed 's@$(2).f@$(PWD)/src/$(PKG)-test.f@g' -i src/lapack.mk sed 's@$(PWD)/$(2).pro@$(PWD)/src/$(PKG)-test.pro@g' -i \ src/qt.mk plugins/examples/custom-qt-min/overrides.mk sed 's@$(2)-CMakeLists.txt@$(PWD)/src/$(PKG)-test-CMakeLists.txt@g' \ -i src/{sdl_image,sdl_sound}.mk # check for base in $(ls -d src/*-test* | sed 's@-test.*@@' | sort | uniq --repeated); do ! grep -q '$(2)' "${base}.mk" done # other $(2) sed 's@$(2).cpp@$(TEST_FILE)@g' -i $(cat mks) sed 's@$(2).cxx@$(TEST_FILE)@g' -i $(cat mks) sed 's@$(2).c@$(TEST_FILE)@g' -i $(cat mks) sed 's@$(2).ml@$(TEST_FILE)@g' -i $(cat mks) sed 's@$(2).f@$(TEST_FILE)@g' -i $(cat mks) # check ! grep '$(2)' $(cat mks) See https://github.com/mxe/mxe/issues/1452
* | | | | cegui: separate shared/static builds and manually configure pc filesTony Theodore2016-08-022-1/+100
| | | | |
* | | | | cegui: switch to tracking dev branchTony Theodore2016-08-022-57/+13
| | | | |
* | | | | Merge branch 'cegui-0.8' of https://github.com/Quintus/mxe into ↵Tony Theodore2016-07-313-65/+119
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | Quintus-cegui-0.8
| * | | | Enable CEGUI OpenGL3, Direct3D9, Direct3D10 renderers.Quintus2016-07-301-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | They build just fine. The Direct3D11 renderer fails to build with an include error and hence has not been enabled.
| * | | | Check explicitely for MinGW in CEGUI pkg-config patch.Quintus2016-07-301-1/+1
| | | | |
| * | | | Merge branch 'Quintus-cegui-0.8' of git://github.com/tonytheodore/mxe into ↵Quintus2016-07-305-63/+67
| |\ \ \ \ | | | | | | | | | | | | | | | | | | cegui-0.8
| | * | | | cegui: enable shared and x86_64 buildsTony Theodore2016-07-291-6/+3
| | | | | |
| | * | | | cegui: reformat and remove freetype2 workaroundTony Theodore2016-07-291-17/+8
| | | | | |
| | * | | | cegui: fix test and miminise invocationTony Theodore2016-07-292-6/+4
| | | | | |
| | * | | | cegui: unify patchesTony Theodore2016-07-294-34/+52
| | | | | |
| | * | | | Merge branch 'cegui-0.8' of https://github.com/Quintus/mxe into ↵Tony Theodore2016-07-294-59/+109
| | |\ \ \ \ | | | |_|/ / | | |/| | | | | | | | | Quintus-cegui-0.8
| * | | | | Merge branch 'freetype-cmake' of git://github.com/tonytheodore/mxe into ↵Quintus2016-07-301-1/+3
| |\ \ \ \ \ | | | |_|/ / | | |/| | | | | | | | | cegui-0.8
| * | | | | Merge remote-tracking branch 'upstream/master' into cegui-0.8Quintus2016-07-2912-51/+1819
| |\ \ \ \ \ | | | |/ / / | | |/| / / | | |_|/ / | |/| | |
| * | | | Patch CEGUI build system to build the pkg-config filesQuintus2016-07-292-0/+14
| | | | |
| * | | | Fix glew build problems.Quintus2016-07-293-20/+23
| | | | | | | | | | | | | | | | | | | | | | | | | Cf. upstream ticket at <https://bitbucket.org/cegui/cegui/issues/1131/opengl-renderers-fail-to-crosscompile-due>.
| * | | | Start work to upgrade to CEGUI 0.8.x.Quintus2016-07-193-59/+92
| | | | | | | | | | | | | | | | | | | | | | | | | The build fails in the OpenGL parser with "_imp__" errors in GLEW currently.
* | | | | update: curl, libidnMark Brand2016-07-312-4/+4
| |_|/ / |/| | |
* | | | FindFreetype.cmake: add INCLUDE_DIRTony Theodore2016-07-291-1/+3
| |/ / |/| |
* | | Merge pull request #1457 from LuaAndC/poppler-after-mman-win32Boris Nagaev2016-07-281-0/+26
|\ \ \ | | | | | | | | poppler: do not try to use mman.h
| * | | poppler: do not try to use mman.hBoris Nagaev2016-07-271-0/+26
| | |/ | |/| | | | | | | fix https://github.com/mxe/mxe/issues/1455
* | | Solved #1374 problem compiling aubioThao le2016-07-271-0/+1
|/ /
* | djvulibre: fixesdarealshinji2016-07-252-13/+39
| |
* | Merge remote-tracking branch 'upstream/master' into djvulibredarealshinji2016-07-23166-1248/+10401
|\ \
| * | New package 'libspectre'darealshinji2016-07-213-0/+105
| | |
| * | Merge pull request #1382 from darealshinji/ghostscriptBoris Nagaev2016-07-213-0/+1511
| |\ \ | | | | | | | | New package: ghostscript
| | * | Add package 'ghostscript'darealshinji2016-07-203-0/+1511
| | |/
| * | Merge pull request #1443 from tonytheodore/ocaml-camlimages-giflibBoris Nagaev2016-07-201-51/+75
| |\ \ | | |/ | |/| ocaml-camlimages: fix for giflib >=5.1
| | * ocaml-camlimages: normalise patchTony Theodore2016-07-171-51/+43
| | |
| | * ocaml-camlimages: fix for giflib >=5.1Tony Theodore2016-07-171-0/+32
| | |
| * | update qtxlsxwriterMark Brand2016-07-172-51/+4
| | | | | | | | | | | | Switched to de facto maintainer's fork.
| * | qt: symlink mkspecs/defaultTony Theodore2016-07-171-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | qt5 virtual pkg: only include pkgs inheriting from qtbaseTony Theodore2016-07-161-1/+1
| | | | | | | | | | | | other pkgs may depend on qtbase and not be part of the modules
| * | qt5 modules: remove disabled debug workaround for *.pc filesTony Theodore2016-07-1634-102/+34
| | |
| * | qtbase: fix pkgconfig files and enable debug variantsTony Theodore2016-07-162-7/+71
| |/ | | | | | | fixes #1316
| * freeglut: add glu to requirements in .pc fileBoris Nagaev2016-07-161-0/+22
| | | | | | | | | | | | Fix https://github.com/mxe/mxe/issues/1434 See https://github.com/mxe/mxe/pull/1429 See http://stackoverflow.com/a/17451000
| * Merge pull request #1440 from LuaAndC/yaml-cppTony Theodore2016-07-163-0/+66
| |\ | | | | | | add yaml-cpp (second attempt)
| | * yaml-cpp: add testBoris Nagaev2016-07-152-0/+13
| | |
| | * yaml-cpp: install .pc fileBoris Nagaev2016-07-151-0/+29
| | |
| | * yaml-cpp: add dependency on boostBoris Nagaev2016-07-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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