Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update packages.json & build-matrix.html | MXEBot as Travis CI | 2018-06-17 | 2 | -2/+2 |
| | |||||
* | Merge pull request #2152 from uwehermann/update_zstd | mabrand | 2018-06-17 | 1 | -2/+2 |
|\ | | | | | Update zstd to 1.3.4. | ||||
| * | Update zstd to 1.3.4. | Uwe Hermann | 2018-06-16 | 1 | -2/+2 |
| | | |||||
* | | Update packages.json & build-matrix.html | MXEBot as Travis CI | 2018-06-17 | 2 | -2/+2 |
| | | |||||
* | | update fontconfig | Mark Brand | 2018-06-17 | 2 | -5/+35 |
| | | |||||
* | | Update packages.json & build-matrix.html | MXEBot as Travis CI | 2018-06-16 | 2 | -4/+4 |
| | | |||||
* | | update: harfbuzz, libgcrypt | Mark Brand | 2018-06-16 | 2 | -4/+4 |
|/ | |||||
* | Update packages.json & build-matrix.html | MXEBot as Travis CI | 2018-06-13 | 2 | -2/+2 |
| | |||||
* | update smtpclient-for-qt | Mark Brand | 2018-06-13 | 1 | -2/+2 |
| | |||||
* | Merge pull request #2139 from jonaski/libechonest | mabrand | 2018-06-07 | 1 | -32/+46 |
|\ | | | | | Fix libechonest compile | ||||
| * | Fix libechonest compile | Jonas Kvinge | 2018-06-07 | 1 | -32/+46 |
| | | |||||
* | | Merge pull request #2138 from jonaski/clementine | mabrand | 2018-06-07 | 5 | -57/+16 |
|\ \ | | | | | | | Fix Clementine build | ||||
| * | | Fix Clementine build | Jonas Kvinge | 2018-06-07 | 5 | -57/+16 |
| |/ | |||||
* | | Merge pull request #2137 from jonaski/liblastfm | mabrand | 2018-06-07 | 1 | -21/+77 |
|\ \ | |/ |/| | Fix liblastfm compile with Qt 5.11 | ||||
| * | Fix liblastfm compile with Qt 5.11 | Jonas Kvinge | 2018-06-07 | 1 | -21/+77 |
|/ | |||||
* | Update packages.json & build-matrix.html | MXEBot as Travis CI | 2018-06-04 | 2 | -2/+2 |
| | |||||
* | update sqlite | Mark Brand | 2018-06-04 | 1 | -2/+2 |
| | |||||
* | Update packages.json & build-matrix.html | MXEBot as Travis CI | 2018-06-04 | 2 | -6/+6 |
| | |||||
* | update mingw-w64 | Mark Brand | 2018-06-04 | 2 | -46/+5 |
| | |||||
* | host-toolchain: update qt5-host-tools deps | Tony Theodore | 2018-05-28 | 1 | -1/+1 |
| | |||||
* | host-toolchain: update README for make build | Tony Theodore | 2018-05-28 | 1 | -4/+6 |
| | |||||
* | host-toolchain: build make from source | darealshinji | 2018-05-28 | 2 | -21/+51 |
| | |||||
* | tcl/tk: use external zlib | Tony Theodore | 2018-05-28 | 3 | -1/+118 |
| | | | | closes #2130 | ||||
* | Update packages.json & build-matrix.html | MXEBot as Travis CI | 2018-05-28 | 2 | -6/+6 |
| | |||||
* | libpaper: update to 1.1.24+nmu5, enable shared targets, install .pc file | darealshinji | 2018-05-28 | 2 | -9/+37 |
| | |||||
* | ghostscript: fix missing sys/times.h | Tony Theodore | 2018-05-28 | 1 | -0/+1 |
| | |||||
* | more cross-build fixes for Ghostscript | darealshinji | 2018-05-28 | 2 | -339/+396 |
| | |||||
* | ghostscript: improving cross-building | darealshinji | 2018-05-28 | 3 | -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.html | MXEBot as Travis CI | 2018-05-23 | 2 | -66/+66 |
| | |||||
* | qtwebkit: Qt 5.11 compatibility workaround for test build | Mark Brand | 2018-05-23 | 1 | -2/+1 |
| | |||||
* | qtwinextras: replace patch with qmake argument | Mark Brand | 2018-05-23 | 2 | -28/+3 |
| | |||||
* | qtwebview: add missing dependency | Mark Brand | 2018-05-23 | 1 | -1/+1 |
| | |||||
* | qtbase: ignore warning during test build | Mark Brand | 2018-05-23 | 1 | -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.0 | Mark Brand | 2018-05-23 | 33 | -74/+148 |
| | |||||
* | mingw-w64: backport patch for missing symbols in dwmapi | Mark Brand | 2018-05-23 | 1 | -0/+151 |
| | |||||
* | openjpeg: explicitly enable pkg-config files | darealshinji | 2018-05-22 | 1 | -1/+2 |
| | |||||
* | poppler: disable reference docs (close #1820) | darealshinji | 2018-05-22 | 1 | -0/+1 |
| | |||||
* | Update packages.json & build-matrix.html | MXEBot as Travis CI | 2018-05-22 | 2 | -12/+12 |
| | |||||
* | Update to GStreamer 1.14.0 (#2111) | Jonas Kvinge | 2018-05-22 | 7 | -116/+12 |
| | |||||
* | qtbase: include GCC 8 compatibility patch | Mark Brand | 2018-05-17 | 1 | -12/+66 |
| | |||||
* | Update packages.json & build-matrix.html | MXEBot as Travis CI | 2018-05-16 | 2 | -2/+2 |
| | |||||
* | update curl | Mark Brand | 2018-05-16 | 1 | -2/+2 |
| | |||||
* | Merge pull request #2118 from darealshinji/patch-1 | mabrand | 2018-05-11 | 1 | -8/+8 |
|\ | | | | | ghostscript: create usable static library, don't use bundled lcms2 | ||||
| * | ghostscript: create usable static library, don't use bundled lcms2 | darealshinji | 2018-05-10 | 1 | -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.html | MXEBot as Travis CI | 2018-05-09 | 2 | -2/+2 |
| | |||||
* | Merge pull request #2117 from darealshinji/ghostscript | mabrand | 2018-05-09 | 2 | -1384/+143 |
|\ | | | | | Update ghostscript | ||||
| * | Update ghostscript | darealshinji | 2018-05-09 | 2 | -1384/+143 |
|/ | | | Update ghostscript to version 9.23 and simplify the patch (cross-building is now a lot easier). | ||||
* | Update packages.json & build-matrix.html | MXEBot as Travis CI | 2018-05-08 | 2 | -12/+12 |
| | |||||
* | add gcc8 plugin | Mark Brand | 2018-05-08 | 4 | -6/+124 |
| | |||||
* | update: dbus, freetype, lzma, wget, xz | Mark Brand | 2018-05-08 | 5 | -11/+11 |
| |