summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* build-pkg: pkgs with broken deps are also brokenbuild-2015-08-28Boris Nagaev2015-08-241-0/+1
| | | | | | | | | | | | | | | | | | | Bad behaviour prior to this commit: 1. The package is broken: pango 2. Package sdl_pango depends on broken pango 3. When t4k_common (which depends on sdl_pango) is built, pango is tried to build again. This issue was caused by the error fixed in this commit: if a package A depends on a broken package B, then the package A is also BROKEN. So if a package C depends on package A, then all of them are broken: (*)B <- A <- C B is not "rebuilt" for C.
* Update versions.jsonMXEBot as Travis CI2015-08-261-0/+1
|
* Merge pull request #797 from LuaAndC/tclapTimothy Gu2015-08-262-0/+27
|\ | | | | add package tclap
| * add package tclapPiotr Beling2015-08-262-0/+27
|/
* Update versions.jsonMXEBot as Travis CI2015-08-251-3/+3
|
* gstreamer and plugins: update 1.4.4 --> 1.4.5Tony Theodore2015-08-253-6/+6
|
* Update versions.jsonMXEBot as Travis CI2015-08-251-1/+1
|
* aubio: update to 0.4.2Tony Theodore2015-08-251-2/+2
|
* freetds: remove outdated mirrorTony Theodore2015-08-251-2/+1
|
* Merge pull request #796 from mgehre/glib-gettextTimothy Gu2015-08-241-42/+0
|\ | | | | Remove 'removal of gettext' from glib patch
| * Remove 'removal of gettext' from glib patchMatthias Gehre2015-08-241-42/+0
|/ | | | | | | The reason of this patch is not clear, because glib.mk already depends on gettext. It introduces a (hard to find) difference between mxe and native linux builds: On Linux, glib includes gettext header libintl.h, but not on mxe.
* Update versions.jsonMXEBot as Travis CI2015-08-221-0/+1
|
* Merge pull request #794 from pavelvat/libplistTimothy Gu2015-08-222-0/+28
|\ | | | | add package libplist
| * add package libplistPavel Vatagin2015-08-222-0/+28
| |
* | Update versions.jsonMXEBot as Travis CI2015-08-221-1/+1
| |
* | harfbuzz: updateMark Brand2015-08-222-12/+23
| |
* | sqlite: backport LEFT JOIN bugfixMark Brand2015-08-221-0/+38
| |
* | Merge pull request #792 from LuaAndC/masterTimothy Gu2015-08-211-24/+119
|\ \ | |/ |/| improvements of build-pkg
| * build-pkg: fix build success detectionBoris Nagaev2015-08-111-1/+12
| | | | | | | | | | | | | | | | | | | | | | Previous code just checked if any new file was created. New code checks existance of the file created by MXE in case a build succeeded: "usr/<target>/installed/<package>". Without this improvement, some packages (e.g., pango) were falsely reported to be built successfully, because they have two or more targets and only first target succeded, creating *some* files (but not file "usr/<target>/installed/<package>").
| * build-pkg: build for amd64 onlyBoris Nagaev2015-08-111-13/+10
| | | | | | | | | | | | | | Packages containing native binaries (compiler, native libraries, yasm) are compatible only with build machine architecture. close #756
| * build-pkg: take target common files to a packageBoris Nagaev2015-08-111-9/+96
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There are documentation and other shared files installed, which we don't need [1]. Some packages install files to same paths. There is a list of all packages which overlap and shared files [2]. Create a list of packages which have common files across targets. Some of them are a part of compiler chain (gcc-*), some are built natively intentionally: * gcc-isl * gcc-mpc * gcc-gmp * gcc-mpfr * gcc * yasm * ncurses * pkgconf [1] https://lists.nongnu.org/archive/html/mingw-cross-env-list/2015-06/msg00011.html [2] https://gist.github.com/starius/59625347cd68a21d9cc9 close #763 close #757
| * build-pkg: fix a pattern in blacklistBoris Nagaev2015-08-111-1/+1
| | | | | | | | "-" should be %-escaped in Lua patterns.
* | Update versions.jsonMXEBot as Travis CI2015-08-121-1/+1
| |
* | curl: updateMark Brand2015-08-121-2/+2
| |
* | Merge pull request #788 from LuaAndC/bfd-disable-docTimothy Gu2015-08-111-0/+42
|\ \ | |/ |/| bfd: disable doc
| * bfd: disable docBoris Nagaev2015-08-111-0/+42
|/ | | | | | | * makeinfo fails when the documentation is built. * MXE tries not to build a documentation close #711
* Update versions.jsonMXEBot as Travis CI2015-08-091-1/+1
|
* qtservice: updateMark Brand2015-08-091-3/+2
|
* Update versions.jsonMXEBot as Travis CI2015-08-091-2/+2
|
* dbus vmime: updateMark Brand2015-08-092-4/+4
|
* Update versions.jsonMXEBot as Travis CI2015-08-071-26/+26
|
* qtwebkit: disableMark Brand2015-08-061-0/+4
|
* qtsystems: updateMark Brand2015-08-061-2/+2
|
* Revert "qtbase: dont use fontconfig and freetype"Mark Brand2015-08-061-3/+3
| | | | This reverts commit 48c51901a74ef51bc7abb92e8c0ce0cbe1a7c5e0.
* qtbase: dont use fontconfig and freetypeMark Brand2015-08-061-3/+3
|
* update qt5 modulesMark Brand2015-08-0626-96/+116
|
* qtsystems: remove double macro definitionMark Brand2015-08-061-1/+0
|
* Update versions.jsonMXEBot as Travis CI2015-08-061-5/+5
|
* libidn: updateMark Brand2015-08-051-2/+2
|
* mingw-w64: updateMark Brand2015-08-052-34/+5
|
* Update versions.jsonMXEBot as Travis CI2015-08-031-0/+1
|
* Merge pull request #785 from pavelvat/masterTimothy Gu2015-08-032-0/+32
|\ | | | | add package jsoncpp
| * add package jsoncppPavel Vatagin2015-08-032-0/+32
|/
* Merge pull request #784 from cybersphinx/fix-htmlTimothy Gu2015-08-031-3/+4
|\ | | | | Fix a few HTML errors in index.html.
| * Fix a few HTML errors in index.html.cybersphinx2015-08-021-3/+4
| |
* | Update versions.jsonMXEBot as Travis CI2015-08-021-1/+1
| |
* | Merge pull request #783 from avih/libass-updateTimothy Gu2015-08-021-2/+2
|\ \ | |/ |/| libass: update to 0.12.3
| * libass: update to 0.12.3Avi Halachmi (:avih)2015-08-021-2/+2
|/
* Update versions.jsonMXEBot as Travis CI2015-08-021-1/+1
|
* Merge pull request #776 from TobiX/software-updatesTimothy Gu2015-08-021-5/+15
|\ | | | | Software updates