summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update packages.json & build-matrix.htmlMXEBot as Travis CI2018-06-172-2/+2
|
* Merge pull request #2152 from uwehermann/update_zstdmabrand2018-06-171-2/+2
|\ | | | | Update zstd to 1.3.4.
| * Update zstd to 1.3.4.Uwe Hermann2018-06-161-2/+2
| |
* | Update packages.json & build-matrix.htmlMXEBot as Travis CI2018-06-172-2/+2
| |
* | update fontconfigMark Brand2018-06-172-5/+35
| |
* | Update packages.json & build-matrix.htmlMXEBot as Travis CI2018-06-162-4/+4
| |
* | update: harfbuzz, libgcryptMark Brand2018-06-162-4/+4
|/
* Update packages.json & build-matrix.htmlMXEBot as Travis CI2018-06-132-2/+2
|
* update smtpclient-for-qtMark Brand2018-06-131-2/+2
|
* Merge pull request #2139 from jonaski/libechonestmabrand2018-06-071-32/+46
|\ | | | | Fix libechonest compile
| * Fix libechonest compileJonas Kvinge2018-06-071-32/+46
| |
* | Merge pull request #2138 from jonaski/clementinemabrand2018-06-075-57/+16
|\ \ | | | | | | Fix Clementine build
| * | Fix Clementine buildJonas Kvinge2018-06-075-57/+16
| |/
* | Merge pull request #2137 from jonaski/liblastfmmabrand2018-06-071-21/+77
|\ \ | |/ |/| Fix liblastfm compile with Qt 5.11
| * Fix liblastfm compile with Qt 5.11Jonas Kvinge2018-06-071-21/+77
|/
* Update packages.json & build-matrix.htmlMXEBot as Travis CI2018-06-042-2/+2
|
* update sqliteMark Brand2018-06-041-2/+2
|
* Update packages.json & build-matrix.htmlMXEBot as Travis CI2018-06-042-6/+6
|
* update mingw-w64Mark Brand2018-06-042-46/+5
|
* host-toolchain: update qt5-host-tools depsTony Theodore2018-05-281-1/+1
|
* host-toolchain: update README for make buildTony Theodore2018-05-281-4/+6
|
* host-toolchain: build make from sourcedarealshinji2018-05-282-21/+51
|
* tcl/tk: use external zlibTony Theodore2018-05-283-1/+118
| | | | closes #2130
* Update packages.json & build-matrix.htmlMXEBot as Travis CI2018-05-282-6/+6
|
* libpaper: update to 1.1.24+nmu5, enable shared targets, install .pc filedarealshinji2018-05-282-9/+37
|
* ghostscript: fix missing sys/times.hTony Theodore2018-05-281-0/+1
|
* more cross-build fixes for Ghostscriptdarealshinji2018-05-282-339/+396
|
* ghostscript: improving cross-buildingdarealshinji2018-05-283-117/+710
| | | | | | | First, run configure with the option `--with-drivers=ALL,display`. Upstream confirmed an error in the build process that keeps the display driver disabled when building a static library, but that driver is needed if you want to use libgs through the wrapper library libspectre. So creating a static library manually from the DLL object files isn't required anymore. Also a massive update on the patch, mostly to enable real support for `--host` on the configure script (instead of relying on `uname`). Full support for `--build` wasn't added to keep the patch smaller and to not make things more complicated as they already are (for example configure runs itself recursively when CCAUX environment variable was set). ghostscript.mk now builds the needed auxiliary tools in a separate stage (as native binaries) and deletes the unwanted third-party library sources afterwards. This ensures those binaries will run on the build system and keeping the third-party sources on that step will ensure that configuring doesn't fail if i.e. native libjpeg development files aren't found. Builds on all four MXE targets and the libraries are confirmed to work.
* Update packages.json & build-matrix.htmlMXEBot as Travis CI2018-05-232-66/+66
|
* qtwebkit: Qt 5.11 compatibility workaround for test buildMark Brand2018-05-231-2/+1
|
* qtwinextras: replace patch with qmake argumentMark Brand2018-05-232-28/+3
|
* qtwebview: add missing dependencyMark Brand2018-05-231-1/+1
|
* qtbase: ignore warning during test buildMark Brand2018-05-231-1/+1
| | | | | | | | Building test program produces warning: redeclared without dllimport attribute after being referenced with dll linkage This warning was already ignored in the test using qmake, so ignore it using pkgconfig too.
* qt5: update to 5.11.0Mark Brand2018-05-2333-74/+148
|
* mingw-w64: backport patch for missing symbols in dwmapiMark Brand2018-05-231-0/+151
|
* openjpeg: explicitly enable pkg-config filesdarealshinji2018-05-221-1/+2
|
* poppler: disable reference docs (close #1820)darealshinji2018-05-221-0/+1
|
* Update packages.json & build-matrix.htmlMXEBot as Travis CI2018-05-222-12/+12
|
* Update to GStreamer 1.14.0 (#2111)Jonas Kvinge2018-05-227-116/+12
|
* qtbase: include GCC 8 compatibility patchMark Brand2018-05-171-12/+66
|
* Update packages.json & build-matrix.htmlMXEBot as Travis CI2018-05-162-2/+2
|
* update curlMark Brand2018-05-161-2/+2
|
* Merge pull request #2118 from darealshinji/patch-1mabrand2018-05-111-8/+8
|\ | | | | ghostscript: create usable static library, don't use bundled lcms2
| * ghostscript: create usable static library, don't use bundled lcms2darealshinji2018-05-101-8/+8
|/ | | It appears that the default static library created with "make libgs" doesn't always work correctly. I had issues where a postscript viewer would only display the .ps files if it was linked against the shared library (same happened for native Linux builds). Creating the static library manually from the object files that were used to build the dll fixes this issue.
* Update packages.json & build-matrix.htmlMXEBot as Travis CI2018-05-092-2/+2
|
* Merge pull request #2117 from darealshinji/ghostscriptmabrand2018-05-092-1384/+143
|\ | | | | Update ghostscript
| * Update ghostscriptdarealshinji2018-05-092-1384/+143
|/ | | Update ghostscript to version 9.23 and simplify the patch (cross-building is now a lot easier).
* Update packages.json & build-matrix.htmlMXEBot as Travis CI2018-05-082-12/+12
|
* add gcc8 pluginMark Brand2018-05-084-6/+124
|
* update: dbus, freetype, lzma, wget, xzMark Brand2018-05-085-11/+11
|