summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* s3-fetch-and-sync: fix for s3cmd updateTony Theodore2020-06-261-1/+1
|
* Update packages.json & build-matrix.htmlMXEBot as Travis CI2020-06-252-4/+4
|
* update: curl, libjpeg-turboMark Brand2020-06-252-4/+4
|
* Update packages.json & build-matrix.htmlMXEBot as Travis CI2020-06-232-2/+2
|
* update harfbuzzMark Brand2020-06-231-2/+2
|
* Update packages.json & build-matrix.htmlMXEBot as Travis CI2020-06-212-4/+15
|
* Add libraw: library for processing raw image filesAlberto Mardegan2020-06-212-0/+49
| | | | | | | | | | | | | | | Let's keep jasper disabled for now, as it produces build errors: /mnt/Lavoro/mxe/mxe/usr/x86_64-w64-mingw32.shared/include/jasper/jas_math.h: In function 'bool jas_safe_intfast32_mul(int_fast32_t, int_fast32_t, int_fast32_t*)': /mnt/Lavoro/mxe/mxe/usr/x86_64-w64-mingw32.shared/include/jasper/jas_math.h:241:12: error: 'INT_FAST32_MAX' was not declared in this scope if (x > INT_FAST32_MAX / y) { ^ It's not a required dependency, but we might want to add it later if someone asks for it (and can provide a solution).
* Update packages.json & build-matrix.htmlMXEBot as Travis CI2020-06-212-12/+12
|
* gstreamer and plugins: update 1.16.1 --> 1.16.2Tony Theodore2020-06-216-12/+12
|
* libyaml: cleanup styleTony Theodore2020-06-211-5/+5
|
* docs: add notes about WSL1 and WSL2Tony Theodore2020-06-211-0/+11
| | | | fixes #2476
* luajit: enable verbose buildTony Theodore2020-06-201-0/+1
|
* mman-win32: remove obsolete patchTony Theodore2020-06-201-14/+0
| | | | | | -package switched to cmake in ca5bba63 so patch has no effect -header name doesn't seem to cause issues -closes #1337
* libcaca: add missing dlfcn-win32 depTony Theodore2020-06-201-1/+1
| | | | really closes #2529
* gcc: also remove dlfcn.hTony Theodore2020-06-201-0/+1
| | | | fixes #2529
* gcc: disable libdl detectionTony Theodore2020-06-191-0/+8
| | | | closes #2526
* Update packages.json & build-matrix.htmlMXEBot as Travis CI2020-06-182-2/+2
|
* update sqliteMark Brand2020-06-181-2/+2
|
* Update packages.json & build-matrix.htmlMXEBot as Travis CI2020-06-172-6/+6
|
* update: freetds, lcms, vmimeMark Brand2020-06-173-6/+6
|
* nsis: install testTony Theodore2020-06-151-0/+2
|
* Update packages.json & build-matrix.htmlMXEBot as Travis CI2020-06-152-4/+4
|
* nsis: update 3.04-->3.05, fix gcc10, retry buildTony Theodore2020-06-152-13/+84
|
* scons-local: update 3.0.1 --> 3.1.2 and define SCONS_LOCAL variableTony Theodore2020-06-151-2/+5
|
* Update packages.json & build-matrix.htmlMXEBot as Travis CI2020-06-142-2/+2
|
* update freetdsMark Brand2020-06-141-2/+2
|
* Update packages.json & build-matrix.htmlMXEBot as Travis CI2020-06-112-2/+2
|
* xapian-core: update 1.4.15 --> 1.4.16Tony Theodore2020-06-111-2/+2
|
* gettext: remove patch already applied upstreamTony Theodore2020-06-111-79/+0
| | | | | | rebasing of https://github.com/mxe/mxe/commit/56a46e8796556438bef7b0e3664dd03a52af98ba caused this patch to be applied over the changeset already applied upstream, so the added sections appear twice.
* Update packages.json & build-matrix.htmlMXEBot as Travis CI2020-06-111-2/+2
|
* gcc10: use zstd for LTO compressionTony Theodore2020-06-112-1/+4
|
* zstd: build native libs/bins and use in qtbaseTony Theodore2020-06-112-1/+22
| | | | see #2517
* Makefile: enable target-specific, order-only deps lookupTony Theodore2020-06-111-3/+3
| | | | | | Turns out there are cases when we don't want the default AUTOTOOLS|CMAKE native builds to run - essentially `make gcc` which can use `zstd` on v10+
* Update packages.json & build-matrix.htmlMXEBot as Travis CI2020-06-092-2/+2
|
* cmake: update 3.15.4 --> 3.17.3Tony Theodore2020-06-091-2/+2
| | | | | | | | | Tested with: make `make show-downstream-deps-cmake` \ MXE_TARGETS="i686-w64-mingw32.static \ i686-w64-mingw32.shared \ x86_64-w64-mingw32.static \ x86_64-w64-mingw32.shared"
* agg: fix build with gcc9Tony Theodore2020-06-081-1/+23
|
* wget: fix shared buildbuild-2020-06-06Tony Theodore2020-06-061-1/+2
|
* Update packages.json & build-matrix.htmlMXEBot as Travis CI2020-06-062-4/+4
|
* libnice: update 0.1.13 --> 0.1.16Tony Theodore2020-06-061-5/+5
|
* libsodium: update 1.0.17 --> 1.0.18Tony Theodore2020-06-061-3/+3
|
* Update packages.json & build-matrix.htmlMXEBot as Travis CI2020-06-062-2/+2
|
* xapian-core: update 1.2.21 --> 1.4.15Tony Theodore2020-06-061-5/+5
|
* gdb: workaround for missing makeinfoTony Theodore2020-06-061-1/+1
|
* *zmq: remove stack protector workaroundsTony Theodore2020-06-062-4/+2
|
* gcc: enable default stack protector to mimic glibcTony Theodore2020-06-061-1/+10
| | | | | | | | | "...with mingw-w64 if you define _FORTIFY_SOUECE to something greater than zero you have to link against libssp, either by adding -fstack-protector or -lssp, because mingw-w64, unlike GNU libc, does not provide fortified functions." https://github.com/msys2/MINGW-packages/issues/5868
* mingw-w64: normalise patchTony Theodore2020-06-062-61/+31
| | | | | | | | The previous update[1] left the patch in a state where it was applying the same changeset twice with an incorrect commit message[2] for patch 2 [1] https://github.com/mxe/mxe/commit/8ed36bf81f40a37b4e7b5568a9c5c5b2cbf620ef [2] https://github.com/mxe/mxe/blob/8ed36bf81f40a37b4e7b5568a9c5c5b2cbf620ef/src/mingw-w64-1.patch
* Update packages.json & build-matrix.htmlMXEBot as Travis CI2020-06-062-8/+8
|
* cppmq: compatibility workaround for mingw 7Mark Brand2020-06-061-0/+1
|
* libzmq: compatibility workaround for mingw 7Mark Brand2020-06-061-1/+3
| | | | | | | | | "...with mingw-w64 if you define _FORTIFY_SOUECE to something greater than zero you have to link against libssp, either by adding -fstack-protector or -lssp, because mingw-w64, unlike GNU libc, does not provide fortified functions." https://github.com/msys2/MINGW-packages/issues/5868
* update libzmqMark Brand2020-06-061-2/+2
|