summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* add Issue and Pull Request templatesBoris Nagaev2016-07-262-0/+21
| | | | See https://github.com/mxe/mxe/issues/1235
* Update versions.json & build-matrix.htmlMXEBot as Travis CI2016-07-262-3/+14
|
* Merge pull request #1286 from darealshinji/djvulibreBoris Nagaev2016-07-264-0/+105
|\ | | | | add package djvulibre
| * djvulibre: fixesdarealshinji2016-07-252-13/+39
| |
| * Merge remote-tracking branch 'upstream/master' into djvulibredarealshinji2016-07-23206-1812/+13440
| |\ | |/ |/|
* | Update versions.json & build-matrix.htmlMXEBot as Travis CI2016-07-222-4/+15
| |
* | Merge pull request #1449 from darealshinji/libspectreBoris Nagaev2016-07-224-0/+109
|\ \ | | | | | | New package 'libspectre'
| * | New package 'libspectre'darealshinji2016-07-214-0/+109
|/ /
* | Update versions.json & build-matrix.htmlMXEBot as Travis CI2016-07-212-4/+15
| |
* | Merge pull request #1382 from darealshinji/ghostscriptBoris Nagaev2016-07-214-0/+1515
|\ \ | | | | | | New package: ghostscript
| * | Add package 'ghostscript'darealshinji2016-07-204-0/+1515
| | |
* | | 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
| | |
* | | Merge pull request #1445 from LuaAndC/build-pkg-ignore-gitignoreTony Theodore2016-07-201-1/+1
|\ \ \ | | | | | | | | build-pkg: do not omit gitignored files in usr
| * | | build-pkg: track all files including gitignoredBoris Nagaev2016-07-201-1/+1
|/ / / | | | | | | | | | See https://github.com/mxe/mxe/pull/1443#issuecomment-233181951
* | | Update versions.json & build-matrix.htmlMXEBot as Travis CI2016-07-172-2/+2
| | |
* | | update qtxlsxwriterMark Brand2016-07-172-51/+4
| | | | | | | | | | | | Switched to de facto maintainer's fork.
* | | Merge pull request #1444 from tonytheodore/patch-gsedBoris Nagaev2016-07-171-4/+4
|\ \ \ | | | | | | | | patch.mk: portability fix for gsed
| * | | patch.mk: portability fix for gsedTony Theodore2016-07-171-4/+4
| |/ /
* | | Merge pull request #1371 from tonytheodore/qt-mkspecsTony Theodore2016-07-171-0/+7
|\ \ \ | | | | | | | | qt: symlink mkspecs/default
| * | | 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
* | | Merge pull request #1436 from tonytheodore/host-toolsTony Theodore2016-07-178-47/+221
|\ \ \ | | | | | | | | host-toolchain plugin: build qt5 test, cmake, and pkgconf, add `make` binary download
| * | | host-toolchain plugin: use new BUILD_DIR, SOURCE_DIR, $(PKG)_PATCHES variablesTony Theodore2016-07-165-37/+34
| | | |
| * | | host-toolchain plugin: add pkgconf/pkg-configTony Theodore2016-07-162-0/+58
| | | |
| * | | host-toolchain plugin: improve READMETony Theodore2016-07-161-19/+28
| | | |
| * | | host-toolchain plugin: binary compare gcc cross and host outputTony Theodore2016-07-162-3/+14
| | | |
| * | | host-toolchain plugin: add cmake notesTony Theodore2016-07-161-0/+22
| | | |
| * | | host-toolchain plugin: build qt5 test and cmake, add `make` binary downloadTony Theodore2016-07-166-17/+94
| | | |
* | | | Merge pull request #1442 from tonytheodore/qt5-pkgconfig-debugTony Theodore2016-07-1738-110/+108
|\ \ \ \ | |_|/ / |/| | | qt5: fix pkg-config files and enable debug variants
| * | | 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
| * | | Makefile: add BUILD_TYPE [debug | release] varaibles for pkg build rulesTony Theodore2016-07-161-0/+2
|/ / /
* | | Merge pull request #1441 from LuaAndC/fix-cegui-after-freeglut-updateTony Theodore2016-07-161-0/+22
|\ \ \ | |/ / |/| | freeglut: add glu to requirements in .pc file
| * | 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
* | Update versions.json & build-matrix.htmlMXEBot as Travis CI2016-07-162-4/+15
| |
* | Merge pull request #1440 from LuaAndC/yaml-cppTony Theodore2016-07-164-0/+70
|\ \ | | | | | | add yaml-cpp (second attempt)
| * | yaml-cpp: add testBoris Nagaev2016-07-152-0/+13
| | |
| * | yaml-cpp: install .pc fileBoris Nagaev2016-07-151-0/+29
| | |
| * | index.html: description of yaml-cpp from upstreamBoris Nagaev2016-07-151-1/+1
| | |
| * | 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
| * | yaml-cpp: install with -j 1Boris Nagaev2016-07-151-1/+1
| | |
| * | yaml-cpp: use CMAKE_SHARED_BOOL variableBoris Nagaev2016-07-151-1/+1
| | |
| * | yaml-cpp: use SOURCE_DIR and BUILD_DIR variablesBoris Nagaev2016-07-151-4/+5
| | |
| * | yaml-cpp: use cmake wrapperBoris Nagaev2016-07-151-2/+1
| | |
| * | yaml-cpp: provide updaterBoris Nagaev2016-07-151-0/+4
| | |
| * | yaml-cpp: rename file to yaml-cpp-$VERSION.tar.gzBoris Nagaev2016-07-151-2/+2
| | |
| * | Adds yaml-cppNick Overdijk2016-07-152-0/+24
| | |
* | | Update versions.json & build-matrix.htmlMXEBot as Travis CI2016-07-162-2/+2
| | |