Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | 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 | |
| | ||||||
* | Update packages.json & build-matrix.html | MXEBot as Travis CI | 2018-05-05 | 2 | -4/+15 | |
| | ||||||
* | Merge pull request #2112 from MarginUG/master | mabrand | 2018-05-05 | 1 | -0/+22 | |
|\ | | | | | added package for Qt networkauth module | |||||
| * | added package for Qt networkauth module | Christian Leichsenring | 2018-05-03 | 1 | -0/+22 | |
| | | ||||||
* | | Update packages.json & build-matrix.html | MXEBot as Travis CI | 2018-04-27 | 2 | -8/+8 | |
| | | ||||||
* | | wget: use libidn2 instead of libidn | Mark Brand | 2018-04-27 | 1 | -1/+1 | |
| | | | | | | | | ghostscript and libgsasl still need libidn. | |||||
* | | update: freetds, qscintilla2, smtpclient-for-qt, vmime | Mark Brand | 2018-04-27 | 4 | -8/+8 | |
| | | ||||||
* | | qtmultimedia: add missing qtdeclarative dependency | Mark Brand | 2018-04-25 | 1 | -1/+1 | |
|/ | | | | | Othewise, qtmultimedia builds successfully but silently leaves out Qt5MultimediaQuick. | |||||
* | Update packages.json & build-matrix.html | MXEBot as Travis CI | 2018-04-10 | 2 | -6/+6 | |
| | ||||||
* | update: freetds, qtxlsxwriter, sqlite | Mark Brand | 2018-04-10 | 3 | -6/+6 | |
| | ||||||
* | xmlsec: add explicit libgrcypt DEPS and LIBS | Tony Theodore | 2018-04-09 | 1 | -2/+2 | |
| | | | | fixes strange failure on Ubuntu - possibly automake 1.15 related | |||||
* | Update packages.json & build-matrix.html | MXEBot as Travis CI | 2018-04-08 | 2 | -2/+2 | |
| | ||||||
* | binutils: cleanup readelf | Tony Theodore | 2018-04-08 | 1 | -1/+1 | |
| | ||||||
* | gcc plugins: update patches | Tony Theodore | 2018-04-08 | 2 | -2/+68 | |
| | ||||||
* | gcc: update and re-enable coverage | Tony Theodore | 2018-04-08 | 3 | -282/+55 | |
| | | | | | see: http://lists.nongnu.org/archive/html/mingw-cross-env-list/2018-04/msg00003.html fixes #1665 | |||||
* | jpeg: fix checksum for minor packaging changes | Tony Theodore | 2018-04-07 | 1 | -1/+1 | |
| | | | | | changes to README and remove .directory file fixes #2103 | |||||
* | Update packages.json & build-matrix.html | MXEBot as Travis CI | 2018-04-07 | 2 | -4/+15 | |
| |