Commit Graph

7715 Commits

Author SHA1 Message Date
Pavel Vatagin 1f5358c714 add package libmms 2017-03-06 20:14:53 +03:00
MXEBot as Travis CI 35360463b6 Update packages.json & build-matrix.html 2017-03-06 04:37:16 +00:00
Boris Nagaev e6e09aa812 Merge pull request #1693 from LuaAndC/libidn2
add libidn2 and use it in curl instead of libidn
2017-03-06 08:36:39 +04:00
Boris Nagaev 19de5951d0 build-pkg: disable usr/share/gtk-doc
This path is buggy.
Packages installing files there have options --disable-gtk-doc
and --disable-gtk-doc-html, but they don't help.
2017-03-05 04:08:11 +01:00
Boris Nagaev 2fb99580b4 curl: use libidn2 instead of libidn
close https://github.com/mxe/mxe/issues/1691
2017-03-05 04:08:11 +01:00
Boris Nagaev 7ddc00eaeb add package libidn2
See https://github.com/mxe/mxe/issues/1691https://github.com/mxe/mxe/issues/1691
2017-03-05 03:50:35 +01:00
MXEBot as Travis CI 155109d0c7 Update packages.json & build-matrix.html 2017-03-04 18:56:43 +00:00
Boris Nagaev 1013bc9b3f Merge pull request #1690 from vszakats/url1
URL updates
2017-03-04 22:55:57 +04:00
Viktor Szakats 6574222ba6 cloog: restore homepage 2017-03-04 19:46:22 +01:00
Viktor Szakats 5d93c47715 xvid.org -> xvid.com 2017-03-04 19:39:50 +01:00
MXEBot as Travis CI 5ca43ca49b Update packages.json & build-matrix.html 2017-03-04 14:47:09 +00:00
Mark Brand 7ed9e61c7a update libgpg-error 2017-03-04 15:45:29 +01:00
Viktor Szakats e961e447fb URL updates 2017-03-04 10:33:47 +00:00
MXEBot as Travis CI 215adb5986 Update packages.json & build-matrix.html 2017-02-27 23:31:16 +00:00
Boris Nagaev 62b0ef7c09 Merge pull request #1687 from LuaAndC/print-spaces
Travis: print spaces every minute to fix build
2017-02-28 03:30:37 +04:00
Boris Nagaev f4df52c6c3 fix broken download URL of mxml
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
2017-02-28 00:13:25 +01:00
Boris Nagaev 57a72f9657 Travis: print spaces every minute to fix build
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
2017-02-27 23:43:42 +01:00
MXEBot as Travis CI d0d840f369 Update packages.json & build-matrix.html 2017-02-27 00:48:05 +00:00
Mark Brand e7428b7a63 Revert "update: harfbuzz"
The update expectedly leads to static linking failure of the qtbase
test program. Rolling back until the problem can be solved.

This reverts commit d6992ec3cf.
2017-02-27 01:22:16 +01:00
MXEBot as Travis CI 81009c7db6 Update packages.json & build-matrix.html 2017-02-26 21:03:00 +00:00
Mark Brand d6992ec3cf update: harfbuzz 2017-02-26 22:02:01 +01:00
MXEBot as Travis CI 179f4e22c8 Update packages.json & build-matrix.html 2017-02-26 19:05:05 +00:00
Boris Nagaev a56b37dc46 Merge pull request #1686 from pavelvat/update-jsoncpp
update jsoncpp
2017-02-26 23:04:10 +04:00
MXEBot as Travis CI c32eae030d Update packages.json & build-matrix.html 2017-02-25 01:36:38 +00:00
Boris Nagaev e3497ea8b9 Merge pull request #1682 from pavelvat/update-libsoup
update libsoup
2017-02-25 05:36:01 +04:00
MXEBot as Travis CI 3b98d6df0f Update packages.json & build-matrix.html 2017-02-24 22:21:43 +00:00
Mark Brand 7c70fe10e5 update: curl, dbus 2017-02-24 22:14:25 +01:00
Pavel Vatagin 1edcbfccaa update jsoncpp 2017-02-23 14:56:50 +03:00
Tony Theodore 6c2867432d Merge pull request #1675 from phillipberndt/master
glib 2.50.2 native build fails, libmount dependency missing
2017-02-23 22:13:54 +11:00
MXEBot as Travis CI c9f6f9cbcd Update packages.json & build-matrix.html 2017-02-23 09:27:38 +00:00
Mark Brand 1b5e519a61 update: curl 2017-02-23 10:25:59 +01:00
Boris Nagaev c9c1d7dab3 Merge pull request #1680 from LuaAndC/go18
Go: update to 1.8 and fix installation after rebuild
2017-02-21 03:47:06 +04:00
Pavel Vatagin c054f4134b update libsoup 2017-02-20 18:45:04 +03:00
Boris Nagaev 91fcd506a3 Merge pull request #1678 from sibuserv/update-doc
index.html: add Sibuserv to the list of projects which use MXE
2017-02-19 21:59:26 +04:00
MXEBot as Travis CI 8bcedc76a6 Update packages.json & build-matrix.html 2017-02-18 12:51:39 +00:00
Boris Nagaev 02098afc9e Merge pull request #1677 from sibuserv/minor-updates
Minor updates
2017-02-18 12:50:59 +00:00
Boris Nagaev 0c4807ff0e go: update from 1.7.4 to 1.8
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
2017-02-18 02:35:14 +01:00
Boris Nagaev ed4948e9f5 go: remove target directory before copying to it
Otherwise when the version is updated and the package is rebuilt,
the target directory contains two mixed installations.
2017-02-18 02:35:14 +01:00
Boris Pek 1998fb3c40 index.html: add Sibuserv to the list of projects which use MXE 2017-02-17 18:06:05 +03:00
Volker Diels-Grabsch 8ac70a25b7 Add digiKam to the list of projects that use MXE 2017-02-17 13:10:07 +01:00
Volker Diels-Grabsch a027d71cc1 Fix lowercase/uppercase in docs 2017-02-17 12:59:13 +01:00
Volker Diels-Grabsch ad6146ca01 Fix grammar in docs 2017-02-17 12:58:58 +01:00
Boris Pek a36df67ccf ffmpeg: update from 3.2.1 to 3.2.4 2017-02-17 14:41:52 +03:00
Boris Pek 4a618f1aa3 gdal: update from 2.1.2 to 2.1.3 2017-02-17 14:37:57 +03:00
Boris Pek 3ac3c57c6e protobuf: update from 3.1.0 to 3.2.0 2017-02-17 14:37:51 +03:00
MXEBot as Travis CI 9b7a05b961 Update packages.json & build-matrix.html 2017-02-16 20:05:54 +00:00
Mark Brand 713c5ecad7 Revert "upgrade to postgresql 9.6.2"
The upgrade was merged automatically but unintentionally.
It is not ready.

This reverts commit e4fef6b0ef.
2017-02-16 21:04:41 +01:00
Phillip Berndt 43db7381bb Fix glib build failure if native glib is unavailable
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.
2017-02-15 11:06:31 +01:00
MXEBot as Travis CI b4e1591ddb Update packages.json & build-matrix.html 2017-02-13 17:18:51 +00:00
Mark Brand 0c0df812cc update sqlite 2017-02-13 18:17:35 +01:00