summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update versions.json & build-matrix.htmlMXEBot as Travis CI2016-12-212-2/+2
|
* update gcc6 to 6.3.0Mark Brand2016-12-211-2/+2
|
* update curlMark Brand2016-12-211-2/+2
|
* Merge pull request #1606 from LuaAndC/upx-no-asmBoris Nagaev2016-12-211-0/+1
|\ | | | | native upx: disable asm
| * native upx: disable asmBoris Nagaev2016-12-211-0/+1
|/ | | | | | It fails to build on 32-bit Ubuntu due to attempt to use ASM version. See http://lists.nongnu.org/archive/html/mingw-cross-env-list/2016-12/msg00000.html
* Merge pull request #1604 from LuaAndC/libdvdetect-opensslBoris Nagaev2016-12-181-1/+1
|\ | | | | libdvdetect: add dependency on openssl
| * libdvdetect: add dependency on opensslBoris Nagaev2016-12-181-1/+1
|/ | | | | It depends through Requires.private. Broken build: https://gist.github.com/c1606f613d18fbcdf938941145f5fbbb
* Merge pull request #1600 from LuaAndC/cleanup-jsBoris Nagaev2016-12-181-56/+3
|\ | | | | index.html: rm JS code loading versions from .mk
| * index.html: rm JS code loading versions from .mkBoris Nagaev2016-12-181-56/+3
|/ | | | | | | | The code loading versions from .mk was written before versions cache was added to the repo. See e570f8aae5583d91b1e910f7f0a7a2459fa3d161 Now as versions cache (versions.json) is a part of the repo, this code is not needed.
* Update versions.json & build-matrix.htmlMXEBot as Travis CI2016-12-172-6/+6
|
* update gmp, libgcrypt, qtxlsxwriterMark Brand2016-12-173-6/+6
|
* Update versions.json & build-matrix.htmlMXEBot as Travis CI2016-12-172-5/+38
|
* Merge pull request #1598 from LuaAndC/libcddb2Boris Nagaev2016-12-177-0/+286
|\ | | | | add libcddb, libdvdetect and neon
| * Add neonnschlia2016-12-173-0/+86
| |
| * Add libdvdetectnschlia2016-12-172-0/+50
| |
| * Add libcddbnschlia2016-12-174-0/+150
|/
* Merge pull request #1597 from LuaAndC/freetds-non-ftpBoris Nagaev2016-12-171-0/+1
|\ | | | | freetds: add HTTP download URL
| * freetds: add HTTP download URLBoris Nagaev2016-12-171-0/+1
|/ | | | fix https://github.com/mxe/mxe/issues/1596
* Update versions.json & build-matrix.htmlMXEBot as Travis CI2016-12-162-2/+2
|
* Merge pull request #1592 from LuaAndC/nsis-3.01Boris Nagaev2016-12-162-929/+13
|\ | | | | nsis: update to 3.01
| * nsis: update to 3.01Boris Nagaev2016-12-162-929/+13
|/
* Update versions.json & build-matrix.htmlMXEBot as Travis CI2016-12-152-66/+66
|
* update qt5 modules to 5.7.1Mark Brand2016-12-1533-150/+103
|
* Merge pull request #1594 from LuaAndC/sid-opensslBoris Nagaev2016-12-151-1/+1
|\ | | | | fix detection of openssl in Debian Sid
| * fix detection of openssl in Debian SidBoris Nagaev2016-12-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | $ openssl --help Invalid command '--help'; type "help" for a list. $ echo $? 1 $ openssl help ... $ echo $? 0 fix https://github.com/mxe/mxe/issues/1593
* | Merge pull request #1595 from LuaAndC/sid-libtoolBoris Nagaev2016-12-141-1/+2
|\ \ | | | | | | install-deps: install libtool-bin on Debian Sid
| * | install-deps: install libtool-bin on Debian SidBoris Nagaev2016-12-141-1/+2
| |/ | | | | | | See https://github.com/mxe/mxe/issues/1593
* | Update versions.json & build-matrix.htmlMXEBot as Travis CI2016-12-142-8/+8
| |
* | update freetds, gnutls, harfbuzz, libgcryptMark Brand2016-12-144-8/+8
|/
* Merge pull request #1563 from LuaAndC/doc-varsBoris Nagaev2016-12-121-0/+71
|\ | | | | docs: add description of useful Makefile variables
| * docs: add description of useful Makefile variablesBoris Nagaev2016-12-121-0/+71
|/
* Update versions.json & build-matrix.htmlMXEBot as Travis CI2016-12-072-2/+2
|
* Merge pull request #1590 from LuaAndC/update-vmimeBoris Nagaev2016-12-071-2/+2
|\ | | | | update vmime to b1b3f30
| * update vmime to b1b3f30Boris Nagaev2016-12-071-2/+2
|/ | | | | See https://github.com/kisli/vmime/issues/151#issuecomment-265280156 Fix https://github.com/mxe/mxe/issues/1586
* Merge pull request #1589 from LuaAndC/fix-crystalhd-urlBoris Nagaev2016-12-071-1/+1
|\ | | | | crystalhd: change download URL to a mirror
| * crystalhd: change download URL to a mirrorBoris Nagaev2016-12-061-1/+1
|/ | | | | | | | | | | | | | | | | | Failed download: https://travis-ci.org/mxe/mxe/builds/181565782 http://www.broadcom.com/docs/support/crystalhd/crystalhd_lgpl_includes_v1.zip does not work anymore. From https://www.broadcom.com/ > Introducing the New Broadcom Limited Website > Broadcom and Avago are one company. Now the websites > are integrated, too. Find all the product information > you need right here in one place. one can conclude that the file is not expected to appear there, so switching to mirror website https://ftp.videolan.org/contrib/crystalhd/ which hosts the same file.
* Merge pull request #1588 from LuaAndC/go-1.7.4Boris Nagaev2016-12-061-2/+2
|\ | | | | update Go to 1.7.4
| * update Go to 1.7.4Boris Nagaev2016-12-051-2/+2
|/
* Merge pull request #1546 from LuaAndC/luarocks-reduce-patchBoris Nagaev2016-12-052-55/+49
|\ | | | | luarocks: move most of the patch to config.lua
| * luarocks: move most of the patch to config.luaBoris Nagaev2016-12-052-55/+49
|/ | | | See https://github.com/keplerproject/luarocks/pull/491#issuecomment-246206471
* Merge pull request #1583 from LuaAndC/update-versions-pluginsBoris Nagaev2016-12-0512-15/+15
|\ | | | | make versions.json and cleanup-deps-style aware of plugins; apply cleanup-deps-style
| * apply `make cleanup-deps-style`Boris Nagaev2016-12-0511-11/+11
| |
| * cleanup-deps-style: omit pkgs with derived depsBoris Nagaev2016-12-051-1/+1
| | | | | | | | | | | | | | | | | | Do not touch lines like this: $(PKG)_DEPS := $(patsubst $(TOP_DIR)/src/%.mk,%,\ ... (src/qt5.mk)
| * make cleanup-deps-style aware of pluginsBoris Nagaev2016-12-051-3/+3
| |
| * fix updating docs/versions.json with pluginsBoris Nagaev2016-12-051-1/+1
|/ | | | fix https://github.com/mxe/mxe/issues/1580
* Merge pull request #1584 from LuaAndC/fix-appended-downloadBoris Nagaev2016-12-051-7/+8
|\ | | | | pkg download: do not append to previous attempt
| * pkg download: do not append to previous attemptBoris Nagaev2016-12-051-7/+8
|/ | | | | | | Slow HTTP server with lag for tests: https://gist.github.com/45472174f8bd97989c1eb9bc64d50468 Fix https://github.com/mxe/mxe/issues/1552
* Update versions.json & build-matrix.htmlMXEBot as Travis CI2016-12-052-2/+2
|
* Merge pull request #1582 from sibuserv/update-sdl2Boris Nagaev2016-12-053-598/+127
|\ | | | | Update sdl2
| * sdl2: update from 2.0.4 to 2.0.5Boris Pek2016-12-023-598/+127
| | | | | | | | Update patch.