Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmake: update to 3.10 | Martin Müllenhaupt | 2017-12-06 | 1 | -2/+2 |
| | |||||
* | Merge pull request #1849 from muellni/qt4overlay | Tony Theodore | 2017-07-25 | 3 | -58/+3 |
|\ | | | | | qt4 overlay plugin (for vtk and qwt) | ||||
| * | create qt4 overlay plugin to link VTK and Qwt to Qt 4 instead of 5 | Martin Müllenhaupt | 2017-07-24 | 3 | -58/+3 |
| | | |||||
* | | Merge pull request #1852 from tonytheodore/muellni-update-vtk | Tony Theodore | 2017-07-25 | 5 | -740/+120 |
|\ \ | | | | | | | vtk: update to version 8 and removal of package vtk6 | ||||
| * | | vtk: remove positional vars and CMAKE_TOOLCHAIN_FILE | Tony Theodore | 2017-07-25 | 1 | -17/+13 |
| | | | |||||
| * | | vtk: use SOURCE_DIR and CMAKE_SHARED_BOOL vars | Martin Müllenhaupt | 2017-07-24 | 1 | -5/+5 |
| | | | |||||
| * | | vtk: update to version 8 and remove package vtk6 | Martin Müllenhaupt | 2017-07-24 | 5 | -737/+121 |
| |/ | |||||
* | | install gstreamer dll plugins to separate directory | Pavel Vatagin | 2017-07-24 | 6 | -6/+12 |
|/ | |||||
* | libarchive: update 3.1.2 --> 3.3.2 | Tony Theodore | 2017-07-24 | 2 | -7/+26 |
| | |||||
* | Merge pull request #1814 from mbunkus/libxml++-update-to-2.40.1-for-gcc6 | Tony Theodore | 2017-07-24 | 1 | -2/+2 |
|\ | | | | | libxml++: update from 2.37.2 to 2.40.1 | ||||
| * | libxml++: update from 2.37.2 to 2.40.1 | Moritz Bunkus | 2017-07-09 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | This fixes the following error with gcc >= 6: ``` libxml++/io/istreamparserinputbuffer.cc: In member function 'virtual bool xmlpp::IStreamParserInputBuffer::do_close()': libxml++/io/istreamparserinputbuffer.cc:42:12: error: cannot convert 'std::istream {aka std::basic_istream<char>}' to 'bool' in return return input_; ``` | ||||
* | | gcc: use MXE_DISABLE_DOC_OPTS | Tony Theodore | 2017-07-23 | 1 | -0/+1 |
| | | |||||
* | | binutils: use MXE_DISABLE_DOC_OPTS and BUILD_DIR/SOURCE_DIR | Tony Theodore | 2017-07-23 | 1 | -3/+4 |
| | | |||||
* | | Merge pull request #1822 from tonytheodore/binutils-2.28 | Tony Theodore | 2017-07-23 | 2 | -5/+148 |
|\ \ | | | | | | | binutils: update 2.25.1 --> 2.28 | ||||
| * | | binutils: add Debian SOURCE_DATE_EPOCH patch | Tony Theodore | 2017-07-14 | 1 | -0/+146 |
| | | | |||||
| * | | binutils: update 2.25.1 --> 2.28 | Tony Theodore | 2017-07-14 | 1 | -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-opts | Tony Theodore | 2017-07-23 | 21 | -190/+214 |
|\ \ \ | | | | | | | | | add more MXE_DISABLE_DOC_OPTS and fix related packages | ||||
| * | | | opencv openscenegraph: fix __STDC_LIMIT_MACROS used by jasper | Tony Theodore | 2017-07-20 | 2 | -12/+11 |
| | | | | |||||
| * | | | liboil libshout gstreamer and plugins: remove options now in ↵ | Tony Theodore | 2017-07-20 | 7 | -30/+13 |
| | | | | | | | | | | | | | | | | MXE_DISABLE_DOC_OPTS | ||||
| * | | | log4cxx ucl: filter out invalid configure options | Tony Theodore | 2017-07-20 | 2 | -8/+14 |
| | | | | |||||
| * | | | libid3tag libmad: regenerate configure to remove invalid options error | Tony Theodore | 2017-07-20 | 2 | -11/+13 |
| | | | | |||||
| * | | | ccfits cfitsio devil jasper: update and switch to cmake | Tony Theodore | 2017-07-20 | 8 | -129/+163 |
| | | | | |||||
* | | | | Merge pull request #1831 from muellni/qt5_static_cmake_deps | Tony Theodore | 2017-07-22 | 1 | -0/+5 |
|\ \ \ \ | | | | | | | | | | | qtbase: fix CMake static linking dependencies | ||||
| * | | | | qtbase: fix CMake static linking dependencies | Martin Müllenhaupt | 2017-07-21 | 1 | -0/+5 |
| |/ / / | |||||
* | | | | Merge pull request #1793 from sibuserv/minor-updates | Tony Theodore | 2017-07-22 | 2 | -6/+4 |
|\ \ \ \ | | | | | | | | | | | Minor updates | ||||
| * | | | | ffmpeg: update from 3.2.4 to 3.3.2 | Boris Pek | 2017-07-20 | 1 | -4/+2 |
| | | | | | |||||
| * | | | | protobuf: update from 3.2.0 to 3.3.2 | Boris Pek | 2017-07-20 | 1 | -2/+2 |
| |/ / / | |||||
* | | | | Merge pull request #1839 from tonytheodore/muellni-update_libharu | Tony Theodore | 2017-07-22 | 2 | -428/+16 |
|\ \ \ \ | | | | | | | | | | | libharu: update | ||||
| * | | | | libharu: use new-style GH_CONF and SOURCE_DIR etc | Tony Theodore | 2017-07-22 | 1 | -17/+8 |
| | | | | | |||||
| * | | | | libharu: update | Martin Müllenhaupt | 2017-07-21 | 2 | -420/+17 |
| |/ / / | |||||
* | | | | qt: set CMake QT_QMAKE_EXECUTABLE variable to cache | Martin Müllenhaupt | 2017-07-21 | 1 | -1/+1 |
|/ / / | |||||
* | | | add qtspeech module | Tony Theodore | 2017-07-20 | 1 | -0/+22 |
| | | | |||||
* | | | 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 |
| | |