summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* libsamplerate: use BUILD_DIR/SOURCE_DIR, disable progs and docsTony Theodore2017-02-121-3/+7
|
* Merge pull request #1669 from tuxu/libsamplerate-0.1.9Tony Theodore2017-02-121-2/+2
|\ | | | | libsamplerate: update to 0.1.9
| * libsamplerate: update to 0.1.9Tino Wagner2017-02-081-2/+2
| |
* | Merge e4fef6b0ef0fa08a02a02e42e6feef039c32afe2 into ↵mabrand2017-02-124-332/+3
|\ \ | | | | | | | | | 171f71df81f6c59e93f76b1e78a4d1e2428ea1d2
| * | upgrade to postgresql 9.6.2Mark Brand2017-02-124-332/+3
| | |
* | | Merge pull request #1626 from pavelvat/add-package-qtsparkleTony Theodore2017-02-124-35/+99
|\ \ \ | |/ / |/| | add package qtsparkle (build with Qt5)
| * | add package qtsparkle (build with Qt5)Pavel Vatagin2017-02-124-35/+99
| | |
* | | update: freetds, libiconv, wgetMark Brand2017-02-124-51/+6
|/ /
* | vmime: updateMark Brand2017-02-111-2/+2
| |
* | libmysqlclient: fix redefinition of pthreads functionsTony Theodore2017-02-081-0/+20
| |
* | apr: fix posix build and use SOURCE_DIR etc.Tony Theodore2017-02-071-6/+11
| |
* | allow non-default exception handling targetsTony Theodore2017-02-071-1/+3
|/
* Merge pull request #1659 from tonytheodore/gcc5-fixbuild-2017-02-11Boris Nagaev2017-02-056-983/+67
|\ | | | | Cleanups and fixes after gcc5 update
| * Revert "hyperscan: enable -msse4 flag"Tony Theodore2017-02-041-1/+0
| | | | | | | | This reverts commit b9485ff3bf4b8b9e7d8003e0602fd75ef85349d1.
| * Revert "hyperscan: fix build with gcc54 on darwin"Tony Theodore2017-02-042-48/+1
| | | | | | | | This reverts commit 2a92ee34324326b4988fb7899a02b59553c25329.
| * gcc: allow native cpu detection when building with clangTony Theodore2017-02-041-0/+27
| | | | | | | | fixes #1641
| * gcc: move shared libgcc install to post build and cleanup libcc1Tony Theodore2017-02-041-21/+22
| |
| * gcc cloog: remove unnecessary rules/variables/optionsTony Theodore2017-02-042-10/+0
| |
| * gcc: remove patchTimothy Gu2017-02-041-884/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | The first one seems to be needed for MinGW.org only. The patch was originally provided to fix _clear87 not defined errors. A simple test program from _clear87 documentation seems to be working [1]. The second one is not needed since [2] (committed on 2013-09-20). [1]: https://msdn.microsoft.com/en-us/library/49bs2z07.aspx [2]: http://sourceforge.net/p/mingw-w64/code/6303/ replaces and closes #1082
| * gcc: use SOURCE_DIR and BUILD_DIRTony Theodore2017-02-041-20/+18
| |
* | qtwebkit: fix downloading on JessieBoris Nagaev2017-02-041-1/+1
|/ | | | fix https://github.com/mxe/mxe/issues/1662
* Merge branch 'LuaAndC-levmar-ua' of https://github.com/tonytheodore/mxe into uaTony Theodore2017-02-041-0/+1
|\
| * allow to change User Agent; fix levmar downloadBoris Nagaev2016-10-171-0/+1
| | | | | | | | | | | | | | | | | | Parameter $(PKG)_UA overrides default user agent used by wget to download a package. It is needed, because download server www.ics.forth.gr from where levmar is downloaded, crashes on default user agent Wget/1.13.4. User agent for levmar was set to MXE. Now the server works. see https://github.com/mxe/mxe/issues/1519
* | boost: add test for boost.context linkingTony Theodore2017-02-033-2/+34
| |
* | Merge pull request #1654 from tonytheodore/gsoapTony Theodore2017-02-012-17/+40
|\ \ | | | | | | gsoap: fix build on newer macos version
| * | gsoap: fix build on newer macos versionTony Theodore2017-02-012-17/+40
| | |
* | | Merge pull request #1653 from LuaAndC/gtk3-3.22.7Tony Theodore2017-02-015-119/+71
|\ \ \ | | | | | | | | update gtk3 to 3.22.7, glib to 2.50.2, cairo to snapshot 1.15.4
| * | | update gtk3 to 3.22.7Boris Nagaev2017-02-012-81/+37
| | | | | | | | | | | | | | | | | | | | | | | | fix https://github.com/mxe/mxe/issues/1647 gtk3 now depends on libepoxy.
| * | | cairo: update to snapshot 1.15.4Boris Nagaev2017-02-011-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | See https://github.com/mxe/mxe/issues/1647#issuecomment-275925653 Warning! Updating to a snapshot, not to a release! Snapshots are the unstable, in-progress cairo development.
| * | | glib: update to 2.50.2Boris Nagaev2017-02-012-34/+30
| | | | | | | | | | | | | | | | See https://github.com/mxe/mxe/issues/1647#issuecomment-275888417
| * | | glib: fix updaterBoris Nagaev2017-02-011-1/+1
| |/ /
* | | Merge pull request #1652 from LuaAndC/libepoxy-fix-staticTony Theodore2017-02-013-1/+55
|\ \ \ | | | | | | | | libepoxy: fix linking in static targets and add test
| * | | libepoxy: add testBoris Nagaev2017-02-012-0/+16
| | | |
| * | | libepoxy: fix EPOXY_IMPORTEXPORT for static targetBoris Nagaev2017-02-012-1/+39
| |/ / | | | | | | | | | See https://github.com/mxe/mxe/issues/1647#issuecomment-275967915
* | | mingw-w64: add --enable-secure-apiBoris Nagaev2017-02-011-0/+1
|/ / | | | | | | | | | | | | | | This is needed to update glib to 2.51.1. It uses strerror_s, which is guarded by MINGW_HAS_SECURE_API. See http://win-builds.org/bugs/index.php?do=details&task_id=79 See https://sourceforge.net/p/tdm-gcc/bugs/305/
* | Merge pull request #1650 from mabrand/qt-5.8.0mabrand2017-01-3136-227/+177
|\ \ | | | | | | upgrade qt5 modules to 5.8.0
| * | qtofficeopenxml: build fix for Qt 5.8.0Mark Brand2017-01-301-2/+27
| | |
| * | upgrade qt5 modules to 5.8.0Mark Brand2017-01-3035-225/+150
| | |
* | | gtk3: unify patchBoris Nagaev2017-01-291-35/+64
|/ /
* | Merge pull request #1613 from LuaAndC/mingw-w64-5.0.0Boris Nagaev2017-01-271-2/+2
|\ \ | | | | | | mingw-w64: update to 5.0.1
| * | mingw-w64: update to 5.0.1Boris Nagaev2017-01-271-2/+2
| | |
* | | update opensslMark Brand2017-01-272-47/+34
|/ /
* | gtkglextmm: fix deprecation error in test programTony Theodore2017-01-251-1/+1
| |
* | hyperscan: fix build with gcc54 on darwinTony Theodore2017-01-252-1/+48
| |
* | update default gcc to 5.4.0Boris Nagaev2017-01-253-13/+9
| | | | | | | | | | | | | | | | | | The bug in gcc 5 which was a reason to downgrade to gcc 4 was fixed. See https://github.com/mxe/mxe/issues/964 for more details. cloog was updated to 0.18.4, because 0.18.1 version uses too old isl and failes to compile because it uses isl_int and it was removed from isl: https://gist.github.com/f550a61371f597a213f0291e53e632f0
* | hyperscan: enable -msse4 flagBoris Nagaev2017-01-251-0/+1
| | | | | | | | | | GCC 5.4.0 on Mac lacks SSSE3 and SSE4. See https://github.com/mxe/mxe/pull/1541#issuecomment-274018559
* | qtwebkit: fix missing _mm_mfence declarationTony Theodore2017-01-251-3/+34
| |
* | Merge pull request #1644 from pavelvat/add-package-liblastfmTony Theodore2017-01-233-0/+89
|\ \ | | | | | | add package liblastfm
| * | add package liblastfmPavel Vatagin2017-01-223-0/+89
| | |
* | | add package liblastfm_qt4Pavel Vatagin2017-01-222-0/+59
|/ /