Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | wget: remove old workaround for symbol clash with gnutls | Mark Brand | 2017-01-14 | 1 | -2/+0 | |
| | | ||||||
* | | update gnutls (new stable branch 3.5) | Mark Brand | 2017-01-14 | 2 | -25/+22 | |
| | | ||||||
* | | vmime: update | Mark Brand | 2017-01-13 | 1 | -2/+2 | |
| | | ||||||
* | | cmake: force some variables in toolchain file | Boris Nagaev | 2017-01-08 | 1 | -5/+5 | |
| | | | | | | | | See https://github.com/mxe/mxe/pull/1621#issuecomment-270176619 | |||||
* | | remove unneeded cmake vars specified by packages | Boris Nagaev | 2017-01-08 | 20 | -41/+13 | |
| | | ||||||
* | | add vars BUILD_{STATIC,SHARED}[_LIBS] to cmake | Boris Nagaev | 2017-01-08 | 1 | -1/+4 | |
| | | | | | | | | Only BUILD_SHARED_LIBS was there before. | |||||
* | | use cmake wrapper in all packages | Boris Nagaev | 2017-01-08 | 47 | -120/+53 | |
| | | | | | | | | | | | | | | Native binaries (libmysqlclient, vtk, vtk6) still build with `cmake` instead of the cmake wrapper. Note that even in these cases MXE's cmake is used (not system cmake), because $(PREFIX)/$(BUILD)/bin is added to PATH by Makefile and MXE's cmake binary exists there. | |||||
* | | update: harfbuzz, sqlite | Mark Brand | 2017-01-06 | 2 | -4/+4 | |
| | | ||||||
* | | libpng: update | Mark Brand | 2017-01-05 | 1 | -2/+2 | |
| | | ||||||
* | | vmime: update | Mark Brand | 2017-01-05 | 1 | -2/+2 | |
| | | ||||||
* | | harfbuzz: update | Mark Brand | 2017-01-05 | 1 | -2/+2 | |
| | | ||||||
* | | update lzma | Mark Brand | 2017-01-05 | 1 | -4/+4 | |
| | | ||||||
* | | gsoap: update source URL | Mark Brand | 2017-01-04 | 1 | -2/+2 | |
| | | ||||||
* | | sqlite: update | Mark Brand | 2017-01-03 | 1 | -2/+2 | |
| | | ||||||
* | | sqlite: update | Mark Brand | 2017-01-03 | 1 | -3/+3 | |
| | | ||||||
* | | Merge pull request #1625 from ↵ | Boris Nagaev | 2017-01-03 | 1 | -50/+0 | |
|\ \ | | | | | | | | | | | | | LuaAndC/rm-qhttpengine-1-decrease-required-cmake-ver.patch remove unneeded patch of qhttpengine | |||||
| * | | remove unneeded patch of qhttpengine | Boris Nagaev | 2017-01-03 | 1 | -50/+0 | |
| | | | | | | | | | | | | | | | This patch was needed when MXE used system cmake. The patch enabled cmake 2.8.9 to work. Currently we use cmake 3.5.2 shipped with MXE. | |||||
* | | | Merge pull request #1623 from pavelvat/add-package-gst-libav | Boris Nagaev | 2017-01-03 | 1 | -0/+25 | |
|\ \ \ | |/ / |/| | | add package gst-libav | |||||
| * | | add package gst-libav | Pavel Vatagin | 2017-01-02 | 1 | -0/+25 | |
| | | | ||||||
* | | | fix moving gstreamer dlls (#1288) | Pavel Vatagin | 2017-01-02 | 5 | -4/+21 | |
|/ / | ||||||
* | | Merge pull request #1620 from LuaAndC/gst-plugins-bad-neon | Boris Nagaev | 2016-12-31 | 2 | -1/+42 | |
|\ \ | | | | | | | gst-plugins-bad: depend on neon and fix its header | |||||
| * | | gst-plugins-bad: depend on neon and fix its header | Boris Nagaev | 2016-12-30 | 2 | -1/+42 | |
| | | | | | | | | | | | | fix https://github.com/mxe/mxe/issues/1619 | |||||
* | | | remove trailing spaces from hamlib-test.c | Boris Nagaev | 2016-12-30 | 1 | -5/+5 | |
|/ / | ||||||
* | | Merge pull request #1618 from LuaAndC/poppler-no-gtk-doc | Boris Nagaev | 2016-12-30 | 1 | -2/+2 | |
|\ \ | | | | | | | poppler: disable installation of documentation | |||||
| * | | poppler: disable installation of documentation | Boris Nagaev | 2016-12-28 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | It used to install files to <target>/share/gtk-doc/html/poppler/ See https://github.com/mxe/mxe/pull/1617 | |||||
* | | | Merge pull request #1612 from dl5rcw/master | Boris Nagaev | 2016-12-29 | 2 | -0/+157 | |
|\ \ \ | |/ / |/| | | Introducing hamlib | |||||
| * | | Introducing hamlib | Lars Holger Engelhard | 2016-12-29 | 2 | -0/+157 | |
| | | | ||||||
* | | | Update poppler. | Saikrishna Arcot | 2016-12-28 | 2 | -2/+15 | |
| | | | ||||||
* | | | download blas from backup | Boris Nagaev | 2016-12-24 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | ... while upstream URL is being fixed See https://github.com/mxe/mxe/issues/1610 | |||||
* | | | gtkmm2, gtkmm3: fix build for GCC 5.4.0 | Boris Nagaev | 2016-12-24 | 2 | -2/+2 | |
|/ / | | | | | | | Auto_ptr make GCC 5.4.0 angry. | |||||
* | | add _WEBSITE and _DESCR fields to core packages | Boris Nagaev | 2016-12-22 | 425 | -0/+690 | |
| | | | | | | | | | | | | See https://github.com/mxe/mxe/issues/1422 Automation (Python 2 code): https://gist.github.com/9f5c315e5d0cf113d41dc454b7a0eb41 | |||||
* | | update libgpg_error | Mark Brand | 2016-12-22 | 1 | -2/+2 | |
| | | ||||||
* | | update curl | Mark Brand | 2016-12-21 | 1 | -2/+2 | |
| | | ||||||
* | | native upx: disable asm | Boris Nagaev | 2016-12-21 | 1 | -0/+1 | |
| | | | | | | | | | | | | It fails to build on 32-bit Ubuntu due to attempt to use ASM version. See http://lists.nongnu.org/archive/html/mingw-cross-env-list/2016-12/msg00000.html | |||||
* | | libdvdetect: add dependency on openssl | Boris Nagaev | 2016-12-18 | 1 | -1/+1 | |
| | | | | | | | | | | It depends through Requires.private. Broken build: https://gist.github.com/c1606f613d18fbcdf938941145f5fbbb | |||||
* | | update gmp, libgcrypt, qtxlsxwriter | Mark Brand | 2016-12-17 | 3 | -6/+6 | |
| | | ||||||
* | | Add neon | nschlia | 2016-12-17 | 2 | -0/+82 | |
| | | ||||||
* | | Add libdvdetect | nschlia | 2016-12-17 | 1 | -0/+46 | |
| | | ||||||
* | | Add libcddb | nschlia | 2016-12-17 | 3 | -0/+146 | |
| | | ||||||
* | | freetds: add HTTP download URL | Boris Nagaev | 2016-12-17 | 1 | -0/+1 | |
| | | | | | | | | fix https://github.com/mxe/mxe/issues/1596 | |||||
* | | nsis: update to 3.01 | Boris Nagaev | 2016-12-16 | 2 | -929/+13 | |
| | | ||||||
* | | update qt5 modules to 5.7.1 | Mark Brand | 2016-12-15 | 33 | -150/+103 | |
| | | ||||||
* | | update freetds, gnutls, harfbuzz, libgcrypt | Mark Brand | 2016-12-14 | 4 | -8/+8 | |
| | | ||||||
* | | update vmime to b1b3f30 | Boris Nagaev | 2016-12-07 | 1 | -2/+2 | |
| | | | | | | | | | | See https://github.com/kisli/vmime/issues/151#issuecomment-265280156 Fix https://github.com/mxe/mxe/issues/1586 | |||||
* | | crystalhd: change download URL to a mirror | Boris Nagaev | 2016-12-06 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Failed download: https://travis-ci.org/mxe/mxe/builds/181565782 http://www.broadcom.com/docs/support/crystalhd/crystalhd_lgpl_includes_v1.zip does not work anymore. From https://www.broadcom.com/ > Introducing the New Broadcom Limited Website > Broadcom and Avago are one company. Now the websites > are integrated, too. Find all the product information > you need right here in one place. one can conclude that the file is not expected to appear there, so switching to mirror website https://ftp.videolan.org/contrib/crystalhd/ which hosts the same file. | |||||
* | | apply `make cleanup-deps-style` | Boris Nagaev | 2016-12-05 | 9 | -9/+9 | |
| | | ||||||
* | | Merge pull request #1582 from sibuserv/update-sdl2 | Boris Nagaev | 2016-12-05 | 3 | -598/+127 | |
|\ \ | | | | | | | Update sdl2 | |||||
| * | | sdl2: update from 2.0.4 to 2.0.5 | Boris Pek | 2016-12-02 | 3 | -598/+127 | |
| | | | | | | | | | | | | Update patch. | |||||
* | | | Merge pull request #1581 from sibuserv/update-fontconfig | Boris Nagaev | 2016-12-05 | 1 | -2/+2 | |
|\ \ \ | | | | | | | | | Update fontconfig | |||||
| * | | | fontconfig: update from 2.12.0 to 2.12.1 | Boris Pek | 2016-12-02 | 1 | -2/+2 | |
| |/ / |