summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* write update script for jackBoris Nagaev2015-08-311-2/+3
|
* Merge pull request #805 from mxe/revert-800-fix-pcl-cmake-policyTimothy Gu2015-08-271-28/+0
|\ | | | | Revert "fix pcl build"
| * Revert "fix pcl build"Timothy Gu2015-08-271-28/+0
|/
* Merge pull request #800 from LuaAndC/fix-pcl-cmake-policyTimothy Gu2015-08-271-0/+28
|\ | | | | fix pcl build
| * fix pcl buildBoris Nagaev2015-08-251-0/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add "cmake_policy(SET CMP0017 NEW)" to CMakeLists.txt $ cmake --help-policy CMP0017 > Starting with CMake 2.8.4, if a cmake-module shipped with CMake (i.e. > located in the CMake module directory) calls include() or > find_package(), the files located in the the CMake module directory > are preferred over the files in CMAKE_MODULE_PATH. This makes sure > that the modules belonging to CMake always get those files included > which they expect, and against which they were developed and tested. > In call other cases, the files found in CMAKE_MODULE_PATH still take > precedence over the ones in the CMake module directory. The OLD > behaviour is to always prefer files from CMAKE_MODULE_PATH over files > from the CMake modules directory. Error message: CMake Error at /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:97 (MESSAGE): Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) (found version "0.28") Call Stack (most recent call first): /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:288 (_FPHSA_FAILURE_MESSAGE) /usr/share/cmake-2.8/Modules/FindPkgConfig.cmake:102 (find_package_handle_standard_args) /usr/lib/mxe/src/cmake/FindTIFF.cmake:5 (find_package) /usr/share/cmake-2.8/Modules/Qt4ConfigDependentSettings.cmake:86 (find_package) /usr/share/cmake-2.8/Modules/FindQt4.cmake:1053 (INCLUDE) CMakeLists.txt:336 (find_package) close #734
* | Merge pull request #801 from LuaAndC/build-pkg-failed-depTimothy Gu2015-08-271-0/+1
|\ \ | |/ |/| build-pkg: pkgs with broken deps are also broken
| * 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.