summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* | gcc: use MXE_DISABLE_DOC_OPTSTony Theodore2017-07-231-0/+1
| |
* | binutils: use MXE_DISABLE_DOC_OPTS and BUILD_DIR/SOURCE_DIRTony Theodore2017-07-231-3/+4
| |
* | Merge pull request #1822 from tonytheodore/binutils-2.28Tony Theodore2017-07-232-5/+148
|\ \ | | | | | | binutils: update 2.25.1 --> 2.28
| * | binutils: add Debian SOURCE_DATE_EPOCH patchTony Theodore2017-07-141-0/+146
| | |
| * | binutils: update 2.25.1 --> 2.28Tony Theodore2017-07-141-5/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fixes original 2.26 regression with iostreams dll ``` $ make gcc STRIP_TOOLCHAIN= MXE_TARGETS=i686-w64-mingw32.shared [...] $ i686-w64-mingw32.shared-nm usr/i686-w64-mingw32.shared/bin/libstdc++-6.dll | grep InitC1 6fefa2d0 T __ZNSt8ios_base4InitC1Ev ``` * replaces #1737 * fixes #1758 * tested on all four targets
* | | Merge pull request #1830 from tonytheodore/doc-optsTony Theodore2017-07-2321-190/+214
|\ \ \ | | | | | | | | add more MXE_DISABLE_DOC_OPTS and fix related packages
| * | | opencv openscenegraph: fix __STDC_LIMIT_MACROS used by jasperTony Theodore2017-07-202-12/+11
| | | |
| * | | liboil libshout gstreamer and plugins: remove options now in ↵Tony Theodore2017-07-207-30/+13
| | | | | | | | | | | | | | | | MXE_DISABLE_DOC_OPTS
| * | | log4cxx ucl: filter out invalid configure optionsTony Theodore2017-07-202-8/+14
| | | |
| * | | libid3tag libmad: regenerate configure to remove invalid options errorTony Theodore2017-07-202-11/+13
| | | |
| * | | ccfits cfitsio devil jasper: update and switch to cmakeTony Theodore2017-07-208-129/+163
| | | |
* | | | Merge pull request #1831 from muellni/qt5_static_cmake_depsTony Theodore2017-07-221-0/+5
|\ \ \ \ | | | | | | | | | | qtbase: fix CMake static linking dependencies
| * | | | qtbase: fix CMake static linking dependenciesMartin Müllenhaupt2017-07-211-0/+5
| |/ / /
* | | | Merge pull request #1793 from sibuserv/minor-updatesTony Theodore2017-07-222-6/+4
|\ \ \ \ | | | | | | | | | | Minor updates
| * | | | ffmpeg: update from 3.2.4 to 3.3.2Boris Pek2017-07-201-4/+2
| | | | |
| * | | | protobuf: update from 3.2.0 to 3.3.2Boris Pek2017-07-201-2/+2
| |/ / /
* | | | Merge pull request #1839 from tonytheodore/muellni-update_libharuTony Theodore2017-07-222-428/+16
|\ \ \ \ | | | | | | | | | | libharu: update
| * | | | libharu: use new-style GH_CONF and SOURCE_DIR etcTony Theodore2017-07-221-17/+8
| | | | |
| * | | | libharu: updateMartin Müllenhaupt2017-07-212-420/+17
| |/ / /
* | | | qt: set CMake QT_QMAKE_EXECUTABLE variable to cacheMartin Müllenhaupt2017-07-211-1/+1
|/ / /
* | | add qtspeech moduleTony Theodore2017-07-201-0/+22
| | |
* | | Merge pull request #1684 from pavelvat/update-gstreamerTony Theodore2017-07-207-89/+49
|\ \ \ | | | | | | | | update gstreamer
| * | | update gstreamerPavel Vatagin2017-07-157-89/+49
| |/ /
* | | Merge pull request #1799 from darealshinji/djvulibre-staticTony Theodore2017-07-192-10/+60
|\ \ \ | | | | | | | | djvulibre: enable static library builds
| * | | djvulibre: enable static library buildsdarealshinji2017-07-022-10/+60
| | | |
* | | | update vmimeMark Brand2017-07-181-2/+2
| | | |
* | | | Merge pull request #1824 from vszakats/ssl2Tony Theodore2017-07-158-9/+9
|\ \ \ \ | | | | | | | | | | secure URLs
| * | | | secure URLsViktor Szakats2017-07-158-9/+9
| | |/ / | |/| |
* | | | libidn2.mk: dedup slash after previous commitViktor Szakats2017-07-141-1/+1
|/ / /
* | | fontconfig: update from 2.12.3 to 2.12.4Moritz Bunkus2017-07-091-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-fallthroughMoritz Bunkus2017-07-091-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 Taczuk2017-07-091-2/+2
| | | | | | | | * Update cmake to 3.8.2
* | update: dbus, libidn2, libpngMark Brand2017-07-044-94/+7
| |
* | 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
* | | libgcrypt: updateMark Brand2017-07-031-2/+2
|/ /
* | x265: website, new headerdarealshinji2017-07-021-3/+3
| |
* | x265: update, add patch and testdarealshinji2017-07-013-30/+96
| |
* | Merge upstream/master changesdarealshinji2017-07-01936-15418/+16113
|\ \
| * \ 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 #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: expat, freetds, vmimeMark Brand2017-06-203-6/+6
| |/ /
| * | 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
| | |