summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1801 from tonytheodore/debian-libtool-docTony Theodore2017-07-081-4/+3
|\ | | | | debian requirements: move libtool-bin to main section
| * debian requirements: move libtool-bin to main sectionTony Theodore2017-07-011-4/+3
| | | | | | | | | | See: https://github.com/mxe/mxe/issues/593#issuecomment-300228919
* | Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-07-042-6/+6
| |
* | update: dbus, libidn2, libpngMark Brand2017-07-044-94/+7
| |
* | Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-07-042-2/+2
| |
* | update gnutlsMark Brand2017-07-041-2/+2
| |
* | Merge pull request #1803 from darealshinji/dbusmabrand2017-07-041-0/+32
|\ \ | | | | | | dbus: avoid multiple definitions of DllMain in static builds
| * | dbus: avoid multiple definitions of DllMain in static buildsdarealshinji2017-07-031-0/+32
| | | | | | | | | Closes #1388
* | | Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-07-032-2/+2
| | |
* | | libgcrypt: updateMark Brand2017-07-031-2/+2
|/ /
* | Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-07-022-5/+16
| |
* | Merge pull request #984 from darealshinji/x265Tony Theodore2017-07-023-0/+131
|\ \ | |/ |/| new package: x265
| * x265: website, new headerdarealshinji2017-07-021-3/+3
| |
| * x265: update, add patch and testdarealshinji2017-07-013-30/+96
| |
| * Merge upstream/master changesdarealshinji2017-07-011050-19389/+29735
| |\ | |/ |/|
* | Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-07-011-4/+4
| |
* | Merge pull request #1776 from darealshinji/wxwidgets-sharedTony Theodore2017-07-013-32/+200
|\ \ | | | | | | wxwidgets: enable DLLs (close #1767)
| * | wxwidgets: enable DLLsdarealshinji2017-07-013-32/+200
| | |
* | | Merge pull request #1800 from LuaAndC/mxe-targetsTony Theodore2017-07-011-4/+4
|\ \ \ | | | | | | | | homepage: s/MXE_TARGET/MXE_TARGETS/
| * | | homepage: s/MXE_TARGET/MXE_TARGETS/Boris Nagaev2017-07-011-4/+4
|/ / /
* | | Merge pull request #1791 from tonytheodore/osx-docTony Theodore2017-06-201-1/+11
|\ \ \ | | | | | | | | osx: note workaround for recent Xcode versions
| * | | osx: note workaround for recent Xcode versionsTony Theodore2017-06-201-1/+11
| | | | | | | | | | | | | | | | see #1758
* | | | Merge pull request #1790 from tonytheodore/freetype-pkg-configTony Theodore2017-06-201-0/+71
|\ \ \ \ | | | | | | | | | | freetype: use prefixed pkg-config in freetype-config script
| * | | | freetype: use prefixed pkg-config in freetype-config scriptTony Theodore2017-06-201-0/+71
| |/ / / | | | | | | | | | | | | fixes #1789
* | | | Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-06-202-6/+6
| | | |
* | | | update: expat, freetds, vmimeMark Brand2017-06-203-6/+6
|/ / /
* | | Merge pull request #1788 from mabrand/clean-cflags-v3Tony Theodore2017-06-204-5/+57
|\ \ \ | | | | | | | | Clean cflags v3
| * | | Revert "sqlite: don't add standard include path to Cflags"Mark Brand2017-06-161-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 linkingMark Brand2017-06-161-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 directoriesMark Brand2017-06-161-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 qtbaseMark Brand2017-06-161-1/+1
| | | |
| * | | pkgconf: use PKG_CONFIG_SYSTEM_INCLUDE_PATH in wrapperTony Theodore2017-06-151-1/+4
| | | |
| * | | pkgconf: enable PKG_CONFIG_SYSTEM_INCLUDE_PATH environment variableTony Theodore2017-06-151-0/+50
|/ / / | | | | | | | | | from #1785
* | | Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-06-142-6/+6
| | |
* | | update: freetype, harfbuzzMark Brand2017-06-142-7/+9
| | | | | | | | | | | | | | | Update requires a second occurence of libfreetype in the static link list to resolved symbols in the second occurence of libharfbuzz.
* | | Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-06-142-12/+12
| | |
* | | qtbase: use pkg-config for harfbuzzMark Brand2017-06-141-4/+29
| | |
* | | pixman: add missing libpng to DEPSMark Brand2017-06-141-1/+1
| | |
* | | update: curl, fontconig, freetds, gdb, gnutls, tiffMark Brand2017-06-146-12/+12
| | |
* | | Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-06-092-4/+4
| | |
* | | sqlite: updateMark Brand2017-06-091-2/+2
| | |
* | | libgcrypt: updateMark Brand2017-06-041-2/+2
| | |
* | | sqlite: don't add standard include path to CflagsMark Brand2017-06-021-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++stdMark Brand2017-06-021-1/+0
| | | | | | | | | | | | Qt already uses c++1z/c++14/c++11 by default.
* | | Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-06-022-69/+80
| | |
* | | upgrade qt5 packages to Qt 5.9.0Mark Brand2017-06-0234-93/+94
| | |
* | | new package: pcre2Mark Brand2017-06-021-0/+42
| | |
* | | Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-05-272-2/+2
| | |
* | | openssl: updateMark Brand2017-05-271-2/+2
| | |
* | | Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-05-262-2/+2
| | |