summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* scons-local: update 3.0.1 --> 3.1.2 and define SCONS_LOCAL variableTony Theodore2020-06-151-2/+5
|
* update freetdsMark Brand2020-06-141-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.
* gcc10: use zstd for LTO compressionTony Theodore2020-06-111-1/+1
|
* zstd: build native libs/bins and use in qtbaseTony Theodore2020-06-112-1/+22
| | | | see #2517
* 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
|
* 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
|
* 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
* 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
|
* update mingw-w64 to 7.0.0Mark Brand2020-06-061-2/+2
|
* update sqliteMark Brand2020-06-051-2/+2
|
* gnutls: build out-of-sourceTony Theodore2020-06-051-2/+4
|
* updates: dbus, harfbuzz, lcms, libgpg_error, mpg123, poppler, vmimeMark Brand2020-06-049-17/+17
|
* qwt: update and remove obsolete patchMark Brand2020-06-042-142/+3
|
* gnutls: update and remove obsolete patchesMark Brand2020-06-042-115/+4
|
* libyaml: update and disable programsTony Theodore2020-06-041-6/+5
|
* add libyamlAlexandros Theodotou2020-06-041-0/+19
|
* qtwebkit: fix for qt5.15 updateTony Theodore2020-06-041-7/+62
|
* aubio jack: workaround for default python being v3Tony Theodore2020-06-042-2/+3
|
* llvm: update 8.0.0 --> 10.0.0Tony Theodore2020-06-032-31/+17
| | | | tested on all four targets
* libvpx: Re-add and fix patchesLothar Serra Mari2020-06-031-0/+40
|
* libvpx: bump version to 1.8.2Lothar Serra Mari2020-06-032-49/+3
|
* gdk-pixbuf: Enable dynamic modules in shared buildsJan-Michael Brummer2020-06-031-1/+2
| | | | | GTK3 makes use of svg icons, but required librsvg module cannot be build in static gdk-pixbuf so allow dynamic modules for shared builds.
* librsvg: Enable module generation for shared buildJan-Michael Brummer2020-06-031-1/+2
|
* Add adwaita-icon-themeJan-Michael Brummer2020-06-031-0/+27
|
* fltk: update 1.3.4-2 --> 1.3.5Tibor Lajos Füzi2020-06-031-2/+2
|
* zstd: consolidate upstream patchesTony Theodore2020-06-031-3/+27
|
* XMLPUBVAR: patch the mingw block, not the cygwinjan2020-06-021-1/+1
| | | | | | | | | | | In the patch that is now in MXE, somehow the line numbers got messed up. The result is that the XMLPUBVAR is now fixed for the cygwin case, not for mingw. This patch fixes that. It adds 'extern' to the __declspec(dllexport) definition of XMLPUBVAR. This is also what is already in upstream libxml2, including in the version that is shipped with mxe. See: https://github.com/GNOME/libxml2/commit/1eabc31401b7b8c3b5273993778f37eeef37a055
* gtk*mm*: use gcc plugin-specific extra warning variablesTony Theodore2020-06-023-3/+3
|
* openal: retry buildTony Theodore2020-06-011-1/+1
| | | | strange resource exhaustion on recent darwin
* gcc: fix for qt 5.15Tony Theodore2020-05-311-4/+76
| | | | fixes #2509
* update wtMark Brand2020-05-292-65/+18
|
* wxwidgets: update and fix gcc 10 compatibilityMark Brand2020-05-292-61/+47
|
* qwt: compatibility fix for Qt 5.15Mark Brand2020-05-293-26/+163
|
* qtsparkle: compatibility fix for Qt 4 and gcc 10Mark Brand2020-05-291-0/+1
|
* qt: Qt 4 compatibility with gcc 9 and laterMark Brand2020-05-282-0/+65
|
* gtk and friends: gcc 10 compatibilityMark Brand2020-05-286-19/+262
|
* hyperscan: fix gcc version check for gcc 10Mark Brand2020-05-281-3/+23
|
* fluidsynth: workaround for linking multiple definitionsMark Brand2020-05-281-0/+1
| | | | | | | | | Multiple defintiions for some symbols such as PC are introduced by readline and termcap. This causes GCC 10 linking error. Related to: Default to -fno-common https://gcc.gnu.org/gcc-10/porting_to.html
* update minizipMark Brand2020-05-282-4/+96
|