summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | Merge pull request #1277 from pavelvat/add-package-clementineBoris Nagaev2017-01-122-0/+168
|\ \ \ \ | | | | | | | | | | add package clementine_qt4 to mxe/plugins/apps
| * | | | add package clementine_qt4 to mxe/plugins/appsPavel Vatagin2017-01-112-0/+168
|/ / / /
* | | | Merge pull request #1628 from LuaAndC/gitlab-backupBoris Nagaev2017-01-081-1/+3
|\ \ \ \ | | | | | | | | | | add new packages backup: gitlab
| * | | | add new packages backup: gitlabBoris Nagaev2017-01-081-1/+3
| |/ / / | | | | | | | | | | | | See http://lists.nongnu.org/archive/html/mingw-cross-env-list/2017-01/msg00005.html
* | | | Merge pull request #1621 from LuaAndC/cmake-cleanupBoris Nagaev2017-01-0860-160/+68
|\ \ \ \ | |/ / / |/| | | Cleanup of cmake based projects
| * | | cmake: force some variables in toolchain fileBoris Nagaev2017-01-081-5/+5
| | | | | | | | | | | | | | | | See https://github.com/mxe/mxe/pull/1621#issuecomment-270176619
| * | | remove unneeded cmake vars specified by packagesBoris Nagaev2017-01-0820-41/+13
| | | |
| * | | add vars BUILD_{STATIC,SHARED}[_LIBS] to cmakeBoris Nagaev2017-01-081-1/+4
| | | | | | | | | | | | | | | | Only BUILD_SHARED_LIBS was there before.
| * | | use cmake wrapper in all packagesBoris Nagaev2017-01-0847-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 packages.json & build-matrix.htmlMXEBot as Travis CI2017-01-062-4/+4
| | |
* | | update: harfbuzz, sqliteMark Brand2017-01-062-4/+4
| | |
* | | Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-01-052-2/+2
| | |
* | | libpng: updateMark Brand2017-01-051-2/+2
| | |
* | | Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-01-052-4/+4
| | |
* | | vmime: updateMark Brand2017-01-051-2/+2
| | |
* | | harfbuzz: updateMark Brand2017-01-051-2/+2
| | |
* | | Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-01-052-2/+2
| | |
* | | update lzmaMark Brand2017-01-051-4/+4
| | |
* | | gsoap: update source URLMark Brand2017-01-041-2/+2
| | |
* | | Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-01-032-2/+2
| | |
* | | sqlite: updateMark Brand2017-01-031-2/+2
| | |
* | | Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-01-032-2/+2
| | |
* | | sqlite: updateMark Brand2017-01-031-3/+3
| | |
* | | Merge pull request #1625 from ↵Boris Nagaev2017-01-031-50/+0
|\ \ \ | | | | | | | | | | | | | | | | LuaAndC/rm-qhttpengine-1-decrease-required-cmake-ver.patch remove unneeded patch of qhttpengine
| * | | remove unneeded patch of qhttpengineBoris Nagaev2017-01-031-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.
* | | | Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-01-032-5/+16
| | | |
* | | | Merge pull request #1623 from pavelvat/add-package-gst-libavBoris Nagaev2017-01-031-0/+25
|\ \ \ \ | |/ / / |/| | | add package gst-libav
| * | | add package gst-libavPavel Vatagin2017-01-021-0/+25
| | | |
* | | | Merge pull request #1622 from pavelvat/fix-move-gstreamer-dllsBoris Nagaev2017-01-025-4/+21
|\ \ \ \ | |/ / / |/| | | fix moving gstreamer dlls (#1288)
| * | | fix moving gstreamer dlls (#1288)Pavel Vatagin2017-01-025-4/+21
|/ / /
* | | Merge pull request #1620 from LuaAndC/gst-plugins-bad-neonBoris Nagaev2016-12-312-1/+42
|\ \ \ | | | | | | | | gst-plugins-bad: depend on neon and fix its header
| * | | gst-plugins-bad: depend on neon and fix its headerBoris Nagaev2016-12-302-1/+42
| | | | | | | | | | | | | | | | fix https://github.com/mxe/mxe/issues/1619
* | | | remove trailing spaces from hamlib-test.cBoris Nagaev2016-12-301-5/+5
|/ / /
* | | Merge pull request #1618 from LuaAndC/poppler-no-gtk-docBoris Nagaev2016-12-301-2/+2
|\ \ \ | | | | | | | | poppler: disable installation of documentation
| * | | poppler: disable installation of documentationBoris Nagaev2016-12-281-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | It used to install files to <target>/share/gtk-doc/html/poppler/ See https://github.com/mxe/mxe/pull/1617
* | | | Update packages.json & build-matrix.htmlMXEBot as Travis CI2016-12-292-5/+16
| | | |
* | | | Merge pull request #1612 from dl5rcw/masterBoris Nagaev2016-12-292-0/+157
|\ \ \ \ | |/ / / |/| | | Introducing hamlib
| * | | Introducing hamlibLars Holger Engelhard2016-12-292-0/+157
| | | |
* | | | Update packages.json & build-matrix.htmlMXEBot as Travis CI2016-12-282-2/+2
| | | |
* | | | Merge pull request #1617 from saiarcot895/poppler-updateBoris Nagaev2016-12-282-2/+15
|\ \ \ \ | | | | | | | | | | Update poppler.
| * | | | Update poppler.Saikrishna Arcot2016-12-282-2/+15
|/ / / /
* | | | Merge pull request #1615 from LuaAndC/core-is-firstBoris Nagaev2016-12-271-1/+1
|\ \ \ \ | | | | | | | | | | make core to be the first item of MXE_PLUGIN_DIRS
| * | | | make core to be the first item of MXE_PLUGIN_DIRSBoris Nagaev2016-12-261-1/+1
|/ / / / | | | | | | | | | | | | see https://github.com/mxe/mxe/issues/1614
* | | | Merge pull request #1611 from LuaAndC/blas-download-from-backupBoris Nagaev2016-12-241-1/+1
|\ \ \ \ | | | | | | | | | | download blas from backup
| * | | | download blas from backupBoris Nagaev2016-12-241-1/+1
|/ / / / | | | | | | | | | | | | | | | | | | | | ... while upstream URL is being fixed See https://github.com/mxe/mxe/issues/1610
* | | | Merge pull request #1609 from LuaAndC/gcc5-gtkmmBoris Nagaev2016-12-242-2/+2
|\ \ \ \ | |/ / / |/| | | gtkmm2, gtkmm3: fix build for GCC 5.4.0
| * | | gtkmm2, gtkmm3: fix build for GCC 5.4.0Boris Nagaev2016-12-242-2/+2
|/ / / | | | | | | | | | Auto_ptr make GCC 5.4.0 angry.
* | | Merge pull request #1602 from LuaAndC/pkg-dscr-in-mkBoris Nagaev2016-12-23434-2269/+1206
|\ \ \ | | | | | | | | Move package metadata from index.html to src/*.mk
| * | | index.html: load packages.json synchronouslyBoris Nagaev2016-12-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | If it loads asynchronously, then all content after the table of packages, e.g. #creating-packages moves down, making it impossible to make a reference to this content.
| * | | index.html: update "Creating Packages"Boris Nagaev2016-12-221-29/+24
| | | |