Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Merge pull request #1684 from pavelvat/update-gstreamer | Tony Theodore | 2017-07-20 | 7 | -89/+49 | |
|\ \ \ | | | | | | | | | update gstreamer | |||||
| * | | | update gstreamer | Pavel Vatagin | 2017-07-15 | 7 | -89/+49 | |
| |/ / | ||||||
* | | | Merge pull request #1799 from darealshinji/djvulibre-static | Tony Theodore | 2017-07-19 | 2 | -10/+60 | |
|\ \ \ | | | | | | | | | djvulibre: enable static library builds | |||||
| * | | | djvulibre: enable static library builds | darealshinji | 2017-07-02 | 2 | -10/+60 | |
| | | | | ||||||
* | | | | update vmime | Mark Brand | 2017-07-18 | 1 | -2/+2 | |
| | | | | ||||||
* | | | | Merge pull request #1824 from vszakats/ssl2 | Tony Theodore | 2017-07-15 | 8 | -9/+9 | |
|\ \ \ \ | | | | | | | | | | | secure URLs | |||||
| * | | | | secure URLs | Viktor Szakats | 2017-07-15 | 8 | -9/+9 | |
| | |/ / | |/| | | ||||||
* | | | | libidn2.mk: dedup slash after previous commit | Viktor Szakats | 2017-07-14 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | fontconfig: update from 2.12.3 to 2.12.4 | Moritz Bunkus | 2017-07-09 | 1 | -2/+2 | |
| |/ |/| | | | | | | | | | | | | | | | This fixes compilation with gcc >= 6. Actual error message: ``` In file included from fcobjs.c:33:0: fcobjshash.gperf:172:1: error: conflicting types for 'FcObjectTypeLookup' ``` | |||||
* | | gendef: build with -Wno-implicit-fallthrough | Moritz Bunkus | 2017-07-09 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | gcc 7 has -Wimplicit-fallthrough on by default. On systems where the build gcc is v7 or newer building gendef will therefore fail with the following error: src/gendef.c: In function ‘getMemonic’: src/gendef.c:1034:15: error: this statement may fall through [-Werror=implicit-fallthrough=] case c_4: sz++; Fixes #1786. | |||||
* | | Update cmake to 3.8.2 (#1806) | Lukasz Taczuk | 2017-07-09 | 1 | -2/+2 | |
| | | | | | | | | * Update cmake to 3.8.2 | |||||
* | | update: dbus, libidn2, libpng | Mark Brand | 2017-07-04 | 4 | -94/+7 | |
| | | ||||||
* | | update gnutls | Mark Brand | 2017-07-04 | 1 | -2/+2 | |
| | | ||||||
* | | 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. |