Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | freetype: don't create harfbuzz alias during boostrap build | Tony Theodore | 2015-12-14 | 2 | -5/+9 |
| | |||||
* | qt: remove broken `lrelease` symlink | Tony Theodore | 2015-12-14 | 1 | -1/+0 |
| | | | | no need for a prefixed version, it seems nobody has ever tried using it. | ||||
* | Merge pull request #1054 from LuaAndC/fix-patch-tool-diffs | Tony Theodore | 2015-12-14 | 1 | -1/+1 |
|\ | | | | | patch-tool-mxe: do not replace object id with 000 | ||||
| * | patch-tool-mxe: do not replace object id with 000 | Boris Nagaev | 2015-12-13 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously patch-tool-mxe produced the following diffs: diff --git a/CMakeLists.txt b/CMakeLists.txt index 0000000..0000000 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt patch tool refused to apply this patch: The next patch would create the file CMakeLists.txt, which already exists! Assume -R? [n] This commit replaces 0000000..0000000 with 1111111..2222222. | ||||
* | | Merge pull request #1057 from LuaAndC/build-pkg-exit-status | Tony Theodore | 2015-12-14 | 1 | -0/+5 |
|\ \ | | | | | | | build-pkg: exit with code 1 if a package is broken | ||||
| * | | build-pkg: exit with code 1 if a package is broken | Boris Nagaev | 2015-12-13 | 1 | -0/+5 |
| |/ | |||||
* | | Merge pull request #1058 from LuaAndC/build-pkg-no-empty-deps | Tony Theodore | 2015-12-14 | 1 | -3/+6 |
|\ \ | | | | | | | build-pkg: do not provide empty dependency list | ||||
| * | | build-pkg: do not provide empty dependency list | Boris Nagaev | 2015-12-13 | 1 | -3/+6 |
| |/ | | | | | | | | | | | | | | | | | | | Debian packages with "Depends: " do not work: > Reading package lists... Error! > E: Problem parsing dependency Depends > E: Error occurred while processing mxe-source (NewVersion2) > E: Problem with MergeList /var/lib/apt/lists/pkg.mxe.cc_repos_apt_debian_dists_wheezy_main_binary-amd64_Packages > E: The package lists or status file could not be parsed or opened. | ||||
* | | Merge pull request #1056 from LuaAndC/build-empty-dependencies-of-nonempty | Tony Theodore | 2015-12-14 | 1 | -5/+24 |
|\ \ | | | | | | | build-pkg: build empty dependencies of non-empty | ||||
| * | | build-pkg: build empty dependencies of non-empty | Boris Nagaev | 2015-12-13 | 1 | -5/+24 |
| |/ | | | | | | | | | | | | | | | Otherwise empty dependency produces no .deb file preventing non-empty package from being installed. Example: non-empty package gcc depends on empty package mingw-w64. | ||||
* | | Merge pull request #1055 from LuaAndC/build-pkg-flush-log | Tony Theodore | 2015-12-14 | 1 | -0/+1 |
|\ \ | | | | | | | build-pkg: flush stdout after echoing | ||||
| * | | build-pkg: flush stdout after echoing | Boris Nagaev | 2015-12-13 | 1 | -0/+1 |
| |/ | |||||
* | | Merge pull request #1053 from LuaAndC/fix-miniupnpc | Tony Theodore | 2015-12-14 | 2 | -28/+30 |
|\ \ | | | | | | | Fix miniupnpc | ||||
| * | | miniupnpc: add headers to install | Boris Nagaev | 2015-12-13 | 1 | -0/+30 |
| | | | | | | | | | | | | See https://github.com/mxe/mxe/issues/1051#issuecomment-164260560 | ||||
| * | | remove unused patch miniupnpc-build-1.patch | Boris Nagaev | 2015-12-13 | 1 | -28/+0 |
| |/ | | | | | | | | | | | | | | | It is not used after eb20723302ed656122ce326129c1347e03b0460d, in which Makefile based installation was replaced with CMake based installation. See https://github.com/mxe/mxe/issues/1051#issuecomment-164201749 | ||||
* | | Merge pull request #1052 from CAMOBAP795/master | Tony Theodore | 2015-12-14 | 1 | -1/+1 |
|\ \ | | | | | | | #782 fix, wrong checksum calculation command for OSX | ||||
| * | | #782 fix, wrong checksum calculation command for OSX | Alexande B | 2015-12-13 | 1 | -1/+1 |
| |/ | |||||
* | | Update versions.json | MXEBot as Travis CI | 2015-12-14 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #1050 from LuaAndC/torrent2 | Tony Theodore | 2015-12-14 | 7 | -0/+314 |
|\ \ | |/ |/| | add packages geoip-database (to src/) and qbitorrent (to plugin/apps/) | ||||
| * | add package "qbittorrent" to plugin "apps" | Boris Nagaev | 2015-12-12 | 5 | -0/+287 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | The qBittorrent project aims to provide a Free Software alternative to µtorrent. Additionally, qBittorrent runs and provides the same features on all major platforms (Linux, Mac OS X, Windows, OS/2, FreeBSD). qBittorrent is based on Qt4 toolkit and libtorrent-rasterbar. http://www.qbittorrent.org/ See also https://github.com/mxe/mxe/pull/812 | ||||
| * | add package geoip-database | Boris Nagaev | 2015-12-12 | 2 | -0/+27 |
| | | |||||
* | | Update versions.json | MXEBot as Travis CI | 2015-12-13 | 1 | -3/+3 |
| | | |||||
* | | update freetds, gnutls, libgpg_error | Mark Brand | 2015-12-13 | 4 | -18/+46 |
|/ | |||||
* | lua: enable native build only in luarocks plugin | Tony Theodore | 2015-12-11 | 2 | -1/+7 |
| | |||||
* | s3-fetch-and-sync: note mirror.mxe.cc | Tony Theodore | 2015-12-11 | 1 | -1/+1 |
| | |||||
* | Merge pull request #1049 from LuaAndC/pkg-mxe-cc | Timothy Gu | 2015-12-10 | 1 | -1/+1 |
|\ | | | | | build-pkg: mxe.redjohn.tk -> pkg.mxe.cc | ||||
| * | build-pkg: mxe.redjohn.tk -> pkg.mxe.cc | Boris Nagaev | 2015-12-10 | 1 | -1/+1 |
|/ | |||||
* | s3-fetch-and-sync: add IPv6 address and gateway | Tony Theodore | 2015-12-10 | 1 | -1/+4 |
| | |||||
* | Merge pull request #1044 from tonytheodore/doxygen | Tony Theodore | 2015-12-09 | 1 | -1/+6 |
|\ | | | | | disable doxygen in MXE_CONFIGURE_OPTS | ||||
| * | disable doxygen in MXE_CONFIGURE_OPTS | Tony Theodore | 2015-12-08 | 1 | -1/+6 |
| | | | | | | | | fixes #952 and should provide a general solution | ||||
* | | plugins: move custom-qt-min to examples | Tony Theodore | 2015-12-09 | 1 | -0/+0 |
| | | |||||
* | | Update versions.json | MXEBot as Travis CI | 2015-12-08 | 1 | -1/+1 |
| | | |||||
* | | openssl: update | Mark Brand | 2015-12-08 | 1 | -2/+2 |
|/ | |||||
* | log4cxx: use $(MXE_CONFIGURE_OPTS) | Tony Theodore | 2015-12-08 | 1 | -4/+1 |
| | |||||
* | move TCL/Tk to plugins/tcl.tk | Tony Theodore | 2015-12-08 | 3 | -8/+4 |
| | |||||
* | add packages TCL/Tk | Russell Standish | 2015-12-08 | 3 | -0/+62 |
| | |||||
* | openssl: change second url | Tony Theodore | 2015-12-07 | 1 | -1/+1 |
| | | | | | | | primary http and ftp sites only keep the latest version so use secondary http `.../source/old` in case we haven't yet updated. fixes #1043 | ||||
* | ossim: add link to patch pull request | Tony Theodore | 2015-12-07 | 1 | -0/+1 |
| | |||||
* | ossim: fixes subdir and build | Rashad Kanavath | 2015-12-07 | 2 | -5/+34 |
| | |||||
* | Merge pull request #1042 from tonytheodore/lua-dll-name | Tony Theodore | 2015-12-07 | 1 | -6/+4 |
|\ | | | | | lua: use libluaX.Y.dll naming convention | ||||
| * | lua: use libluaX.Y.dll naming convention | Tony Theodore | 2015-12-07 | 1 | -6/+4 |
|/ | | | | closes #910 | ||||
* | sdl2_ttf: use $(MXE_CONFIGURE_OPTS) - really build *.dll | Tony Theodore | 2015-12-07 | 1 | -3/+1 |
| | |||||
* | termcap: really build *.dll | Tony Theodore | 2015-12-07 | 1 | -0/+4 |
| | |||||
* | Merge pull request #1040 from LuaAndC/deb-unpacker | Tony Theodore | 2015-12-06 | 1 | -1/+2 |
|\ | | | | | add unpacker for .deb files | ||||
| * | add unpacker for .deb files | Boris Nagaev | 2015-12-06 | 1 | -1/+2 |
| | | |||||
* | | suitesparse: add missing cross CXX variable | Tony Theodore | 2015-12-06 | 1 | -0/+1 |
| | | |||||
* | | rucksack: fix install locations and don't build *.dlls | Tony Theodore | 2015-12-06 | 1 | -1/+9 |
| | | |||||
* | | rubberband: fix install locations | Tony Theodore | 2015-12-06 | 1 | -5/+4 |
|/ | |||||
* | exiv2: fix missing mman lib | Tony Theodore | 2015-12-06 | 1 | -0/+1 |
| | | | | fixes #1039 | ||||
* | zziplib: fix mmap detection and enable shared | Tony Theodore | 2015-12-06 | 1 | -6/+4 |
| | | | | fixes #1038 |