summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1701 from LuaAndC/armadillo-fix-urlBoris Nagaev2017-03-091-1/+1
|\ | | | | armadillo: fix download URL
| * armadillo: fix download URLBoris Nagaev2017-03-091-1/+1
|/ | | | fix https://github.com/mxe/mxe/issues/1699
* Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-03-082-5/+16
|
* Merge pull request #1692 from pavelvat/add-package-libmmsBoris Nagaev2017-03-085-1/+151
|\ | | | | add package libmms
| * add package libmmsPavel Vatagin2017-03-065-1/+151
|/
* Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-03-062-5/+16
|
* Merge pull request #1693 from LuaAndC/libidn2Boris Nagaev2017-03-065-2/+176
|\ | | | | add libidn2 and use it in curl instead of libidn
| * build-pkg: disable usr/share/gtk-docBoris Nagaev2017-03-051-0/+1
| | | | | | | | | | | | This path is buggy. Packages installing files there have options --disable-gtk-doc and --disable-gtk-doc-html, but they don't help.
| * curl: use libidn2 instead of libidnBoris Nagaev2017-03-051-2/+2
| | | | | | | | close https://github.com/mxe/mxe/issues/1691
| * add package libidn2Boris Nagaev2017-03-053-0/+173
|/ | | | See https://github.com/mxe/mxe/issues/1691https://github.com/mxe/mxe/issues/1691
* Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-03-041-76/+76
|
* Merge pull request #1690 from vszakats/url1Boris Nagaev2017-03-04181-266/+266
|\ | | | | URL updates
| * cloog: restore homepageViktor Szakats2017-03-041-1/+1
| |
| * xvid.org -> xvid.comViktor Szakats2017-03-041-1/+1
| |
| * URL updatesViktor Szakats2017-03-04181-267/+267
| |
* | Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-03-042-2/+2
| |
* | update libgpg-errorMark Brand2017-03-041-2/+2
|/
* Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-02-271-1/+1
|
* Merge pull request #1687 from LuaAndC/print-spacesBoris Nagaev2017-02-272-2/+5
|\ | | | | Travis: print spaces every minute to fix build
| * fix broken download URL of mxmlBoris Nagaev2017-02-271-2/+2
| | | | | | | | | | | | | | The project was moved to GitHub on 27 Feb 2017 https://michaelrsweet.github.io/ Broken build: https://travis-ci.org/mxe/mxe/builds/205984065#L479
| * Travis: print spaces every minute to fix buildBoris Nagaev2017-02-271-0/+3
|/ | | | | | Package wxwidgets is downloaded for more than 10 minutes, Travis failed because of no output for 10 minutes: https://travis-ci.org/mxe/mxe/builds/205649309
* Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-02-272-2/+2
|
* Revert "update: harfbuzz"Mark Brand2017-02-271-4/+2
| | | | | | | The update expectedly leads to static linking failure of the qtbase test program. Rolling back until the problem can be solved. This reverts commit d6992ec3cf896dfecd2301b095e3ceb8ba7365d8.
* Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-02-262-2/+2
|
* update: harfbuzzMark Brand2017-02-261-2/+4
|
* Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-02-262-2/+2
|
* Merge pull request #1686 from pavelvat/update-jsoncppBoris Nagaev2017-02-261-6/+4
|\ | | | | update jsoncpp
| * update jsoncppPavel Vatagin2017-02-231-6/+4
| |
* | Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-02-252-2/+2
| |
* | Merge pull request #1682 from pavelvat/update-libsoupBoris Nagaev2017-02-252-41/+39
|\ \ | | | | | | update libsoup
| * | update libsoupPavel Vatagin2017-02-202-41/+39
| | |
* | | Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-02-242-4/+4
| | |
* | | update: curl, dbusMark Brand2017-02-243-34/+4
| |/ |/|
* | Merge pull request #1675 from phillipberndt/masterTony Theodore2017-02-231-0/+1
|\ \ | | | | | | glib 2.50.2 native build fails, libmount dependency missing
| * | Fix glib build failure if native glib is unavailablePhillip Berndt2017-02-151-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Recent versions of glib require libmount on Linux. If it is unavailable, configure fails with checking libmount/libmount.h presence... no checking for libmount/libmount.h... no configure: error: *** Could not find libmount This commit disables libmount.
* | | Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-02-232-2/+2
| | |
* | | update: curlMark Brand2017-02-232-2/+32
| | |
* | | Merge pull request #1680 from LuaAndC/go18Boris Nagaev2017-02-202-109/+3
|\ \ \ | | | | | | | | Go: update to 1.8 and fix installation after rebuild
| * | | go: update from 1.7.4 to 1.8Boris Nagaev2017-02-182-109/+2
| | | | | | | | | | | | | | | | | | | | | | | | Release notes of new release: https://golang.org/doc/go1.8 The patch adding support of PKG_CONFIG is not needed anymore: it was merged to upstream: https://github.com/golang/go/commit/5dcb31b2d55
| * | | go: remove target directory before copying to itBoris Nagaev2017-02-181-0/+1
| | | | | | | | | | | | | | | | | | | | Otherwise when the version is updated and the package is rebuilt, the target directory contains two mixed installations.
* | | | Merge pull request #1678 from sibuserv/update-docBoris Nagaev2017-02-191-0/+3
|\ \ \ \ | |_|_|/ |/| | | index.html: add Sibuserv to the list of projects which use MXE
| * | | index.html: add Sibuserv to the list of projects which use MXEBoris Pek2017-02-171-0/+3
| |/ /
* | | Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-02-182-6/+6
| | |
* | | Merge pull request #1677 from sibuserv/minor-updatesBoris Nagaev2017-02-183-6/+6
|\ \ \ | |/ / |/| | Minor updates
| * | ffmpeg: update from 3.2.1 to 3.2.4Boris Pek2017-02-171-2/+2
| | |
| * | gdal: update from 2.1.2 to 2.1.3Boris Pek2017-02-171-2/+2
| | |
| * | protobuf: update from 3.1.0 to 3.2.0Boris Pek2017-02-171-2/+2
| | |
* | | Add digiKam to the list of projects that use MXEVolker Diels-Grabsch2017-02-171-0/+3
| | |
* | | Fix lowercase/uppercase in docsVolker Diels-Grabsch2017-02-171-5/+5
| | |
* | | Fix grammar in docsVolker Diels-Grabsch2017-02-171-2/+2
|/ /