summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
| * skeleton.py: put website and description to .mkBoris Nagaev2016-12-221-48/+2
| | | | | | | | | | | | ... instead of index.html See https://github.com/mxe/mxe/issues/1422
| * index.html: load packages table from JSONBoris Nagaev2016-12-221-1724/+32
| | | | | | | | See https://github.com/mxe/mxe/issues/1422
| * add descriptions and websites to packages.jsonBoris Nagaev2016-12-224-429/+431
| | | | | | | | See https://github.com/mxe/mxe/issues/1422
| * add _WEBSITE and _DESCR fields to core packagesBoris Nagaev2016-12-22425-0/+690
| | | | | | | | | | | | See https://github.com/mxe/mxe/issues/1422 Automation (Python 2 code): https://gist.github.com/9f5c315e5d0cf113d41dc454b7a0eb41
| * core packages are now a pluginBoris Nagaev2016-12-222-32/+20
| | | | | | | | See https://github.com/mxe/mxe/issues/1422
| * mv docs/versions.json docs/packages.jsonBoris Nagaev2016-12-226-6/+6
| | | | | | | | See https://github.com/mxe/mxe/issues/1422
* | Merge pull request #1607 from LuaAndC/ricochetBoris Nagaev2016-12-231-0/+28
|\ \ | |/ |/| apps: add ricochet 1.1.4
| * apps: add ricochet 1.1.4Boris Nagaev2016-12-221-0/+28
| |
* | Update versions.json & build-matrix.htmlMXEBot as Travis CI2016-12-222-2/+2
| |