Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1803 from darealshinji/dbus | mabrand | 2017-07-04 | 1 | -0/+32 |
|\ | | | | | dbus: avoid multiple definitions of DllMain in static builds | ||||
| * | dbus: avoid multiple definitions of DllMain in static builds | darealshinji | 2017-07-03 | 1 | -0/+32 |
| | | | | | | Closes #1388 | ||||
* | | libgcrypt: update | Mark Brand | 2017-07-03 | 1 | -2/+2 |
|/ | |||||
* | x265: website, new header | darealshinji | 2017-07-02 | 1 | -3/+3 |
| | |||||
* | x265: update, add patch and test | darealshinji | 2017-07-01 | 3 | -30/+96 |
| | |||||
* | Merge upstream/master changes | darealshinji | 2017-07-01 | 936 | -15418/+16113 |
|\ | |||||
| * | Merge pull request #1776 from darealshinji/wxwidgets-shared | Tony Theodore | 2017-07-01 | 3 | -32/+200 |
| |\ | | | | | | | wxwidgets: enable DLLs (close #1767) | ||||
| | * | wxwidgets: enable DLLs | darealshinji | 2017-07-01 | 3 | -32/+200 |
| | | | |||||
| * | | Merge pull request #1790 from tonytheodore/freetype-pkg-config | Tony Theodore | 2017-06-20 | 1 | -0/+71 |
| |\ \ | | | | | | | | | freetype: use prefixed pkg-config in freetype-config script | ||||
| | * | | freetype: use prefixed pkg-config in freetype-config script | Tony Theodore | 2017-06-20 | 1 | -0/+71 |
| | | | | | | | | | | | | | | | | fixes #1789 | ||||
| * | | | update: expat, freetds, vmime | Mark Brand | 2017-06-20 | 3 | -6/+6 |
| |/ / | |||||
| * | | Revert "sqlite: don't add standard include path to Cflags" | Mark Brand | 2017-06-16 | 1 | -3/+0 |
| | | | | | | | | | | | | | | | | | | No longer necessary since PKG_CONFIG_SYSTEM_INCLUDE_PATH is set. This reverts commit 43214bf7e886bd310965f854dd3a37b64c685bfa. | ||||
| * | | Avoid extra mentions of system library path when linking | Mark Brand | 2017-06-16 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | Normally pkg-config would remove the system library path from --libs output. Defining PKG_CONFIG_SYSTEM_LIBRARY_PATH helps it do so. The extra mentions of system library path in the linking commands is unsightly but probabaly harmless. | ||||
| * | | qtbase: prevent extra leading / on system include and lib directories | Mark Brand | 2017-06-16 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PKG_CONFIG_SYSROOT should not be set because MXE uses fully qualified paths. However, to satisfy the Qt build system's cross-compiling "sanity check", qtbase.mk defines PKG_CONFIG_SYSROOT_DIR=/ This causes pkg-config to prefix the system include and library paths with an extra /. Pkg-config does not strip these prefixed paths from --cflags and --libs output. The workaround here is to remove the PKG_CONFIG_SYSROOT_DIR definition in the wrapper script for pkg-config. | ||||
| * | | correct PKG_CONFIG_LIBDIR for qtbase | Mark Brand | 2017-06-16 | 1 | -1/+1 |
| | | | |||||
| * | | pkgconf: use PKG_CONFIG_SYSTEM_INCLUDE_PATH in wrapper | Tony Theodore | 2017-06-15 | 1 | -1/+4 |
| | | | |||||
| * | | pkgconf: enable PKG_CONFIG_SYSTEM_INCLUDE_PATH environment variable | Tony Theodore | 2017-06-15 | 1 | -0/+50 |
| | | | | | | | | | | | | from #1785 | ||||
| * | | update: freetype, harfbuzz | Mark Brand | 2017-06-14 | 2 | -7/+9 |
| | | | | | | | | | | | | | | | Update requires a second occurence of libfreetype in the static link list to resolved symbols in the second occurence of libharfbuzz. | ||||
| * | | qtbase: use pkg-config for harfbuzz | Mark Brand | 2017-06-14 | 1 | -4/+29 |
| | | | |||||
| * | | pixman: add missing libpng to DEPS | Mark Brand | 2017-06-14 | 1 | -1/+1 |
| | | | |||||
| * | | update: curl, fontconig, freetds, gdb, gnutls, tiff | Mark Brand | 2017-06-14 | 6 | -12/+12 |
| | | | |||||
| * | | sqlite: update | Mark Brand | 2017-06-09 | 1 | -2/+2 |
| | | | |||||
| * | | libgcrypt: update | Mark Brand | 2017-06-04 | 1 | -2/+2 |
| | | | |||||
| * | | sqlite: don't add standard include path to Cflags | Mark Brand | 2017-06-02 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | Explicitly adding the standard include path causes it to end up in -isystem of gcc invocations in Qt builds. This can cause hard to diagnose failures to find system header files when building Qt. | ||||
| * | | qtbase: don't force c++std | Mark Brand | 2017-06-02 | 1 | -1/+0 |
| | | | | | | | | | | | | Qt already uses c++1z/c++14/c++11 by default. | ||||
| * | | upgrade qt5 packages to Qt 5.9.0 | Mark Brand | 2017-06-02 | 34 | -93/+94 |
| | | | |||||
| * | | new package: pcre2 | Mark Brand | 2017-06-02 | 1 | -0/+42 |
| | | | |||||
| * | | openssl: update | Mark Brand | 2017-05-27 | 1 | -2/+2 |
| | | | |||||
| * | | Merge pull request #1775 from ClearCorrect/cgal_491 | Boris Nagaev | 2017-05-26 | 1 | -4/+4 |
| |\ \ | | |/ | |/| | Updated cgal to 4.9.1. | ||||
| | * | Fixed url. | Robert Marsa | 2017-05-26 | 1 | -1/+1 |
| | | | |||||
| | * | Updated cgal to 4.9.1. | Robert Marsa | 2017-05-25 | 1 | -5/+5 |
| | | | |||||
| * | | sqlite: update | Mark Brand | 2017-05-25 | 1 | -2/+2 |
| |/ | |||||
| * | sqlite: update | Mark Brand | 2017-05-24 | 1 | -2/+2 |
| | | |||||
| * | libidn: gcc-7 compatibility | Mark Brand | 2017-05-24 | 2 | -7/+1037 |
| | | |||||
| * | aspell: gcc 7 build fix | Mark Brand | 2017-05-24 | 1 | -0/+36 |
| | | |||||
| * | update gnutls | Mark Brand | 2017-05-20 | 1 | -2/+2 |
| | | |||||
| * | let gnutls use libidn2 | Mark Brand | 2017-05-20 | 2 | -2/+60 |
| | | | | | | | | | | | | | | Gnutls is supposed to be able to detect and use libidn2, but it tries to do this without pkg-config, in a way that doesn't consider transitive dependencies. Using pkg-config with libidn2.pc seems to work okay with MXE's version of libidn2. | ||||
| * | secure URLs | Viktor Szakats | 2017-05-19 | 8 | -14/+14 |
| | | |||||
| * | libsoup: do not use Apache | Boris Nagaev | 2017-05-19 | 1 | -0/+1 |
| | | | | | | | | fix https://github.com/mxe/mxe/issues/1768 | ||||
| * | hunspell: use MXE_DISABLE_CRUFT and -j 1 | Boris Nagaev | 2017-05-18 | 1 | -1/+2 |
| | | | | | | | | See https://github.com/mxe/mxe/pull/1752#issuecomment-298328649 | ||||
| * | Use https for hunspell webpage | Stefan Löffler | 2017-05-18 | 1 | -1/+1 |
| | | |||||
| * | Add support for out-of-source builds of hunspell | Stefan Löffler | 2017-05-18 | 1 | -2/+3 |
| | | |||||
| * | Port hunspell.mk to $(PKG)_GH_CONF functionality | Stefan Löffler | 2017-05-18 | 1 | -9/+1 |
| | | |||||
| * | Update hunspell to 1.6.1 | Stefan Löffler | 2017-05-18 | 2 | -12/+14 |
| | | |||||
| * | sfml: update to 2.4.2 | Boris Nagaev | 2017-05-18 | 1 | -2/+2 |
| | | | | | | | | fix https://github.com/mxe/mxe/issues/1759 | ||||
| * | update vmime | Mark Brand | 2017-05-12 | 1 | -2/+2 |
| | | |||||
| * | update: freetds, lzma, qtxlsxwriter, vmime | Mark Brand | 2017-05-07 | 4 | -8/+8 |
| | | |||||
| * | gnutls.pc: hardcode -lunistring -liconv | Boris Nagaev | 2017-05-02 | 1 | -0/+20 |
| | | | | | | | | fix https://github.com/mxe/mxe/issues/1753 | ||||
| * | gnutls: unify patch | Boris Nagaev | 2017-05-02 | 1 | -12/+8 |
| | | |||||
| * | update: gnutls, vmime | Mark Brand | 2017-04-30 | 3 | -12/+12 |
| | |