summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge branch 'LuaAndC-wt-enable-more'Tony Theodore2015-09-033-6/+115
|\ \
| * | wt: consolidate static and shared build rulesTony Theodore2015-09-031-26/+2
| | |
| * | Merge branch 'wt-enable-more' of https://github.com/LuaAndC/mxe into ↵Tony Theodore2015-09-033-3/+136
| |\ \ |/ / / | | | | | | LuaAndC-wt-enable-more
| * | wt: enable shared buildBoris Nagaev2015-08-303-1/+136
| | |
| * | wt: enable x86_64-w64-mingw32 targetBoris Nagaev2015-08-301-2/+0
| | |
* | | Update versions.jsonMXEBot as Travis CI2015-09-031-1/+1
| | |
* | | db: enable shared buildBoris Nagaev2015-09-032-2/+29
| | |
* | | db: update to 6.1.26Boris Nagaev2015-09-032-2/+30
| | |
* | | db: add update scriptBoris Nagaev2015-09-031-2/+3
| | |
* | | db: enable internal encryption (no crypto lib deps)Boris Nagaev2015-09-031-2/+3
| | |
* | | Merge pull request #817 from LuaAndC/package-updatersTony Theodore2015-09-033-6/+9
|\ \ \ | | | | | | | | Package updaters for jack, libdca, libwebsockets
| * | | write update script for libwebsocketsBoris Nagaev2015-08-311-2/+3
| | | |
| * | | write update script for libdcaBoris Nagaev2015-08-311-2/+3
| | | |
| * | | write update script for jackBoris Nagaev2015-08-311-2/+3
| | |/ | |/|
* | | Update versions.jsonMXEBot as Travis CI2015-09-031-1/+1
| | |
* | | update libwebsockets to 1.4-chrome43-firefox-36Boris Nagaev2015-09-031-2/+2
| | |
* | | ncurses: fix TIC_PATH issue in make 3.81Tony Theodore2015-09-031-3/+4
| | | | | | | | | | | | fixes #806 and #807
* | | Update versions.jsonMXEBot as Travis CI2015-09-021-1/+1
| | |
* | | harfbuzz: updateMark Brand2015-09-021-2/+2
| | |
* | | Update versions.jsonMXEBot as Travis CI2015-09-011-0/+1
| | |
* | | db: Various fixesTimothy Gu2015-09-011-2/+3
| | |
* | | Merge pull request #791 from mezzovide/masterTimothy Gu2015-09-012-2/+34
|\ \ \ | | | | | | | | new package berkeleydb
| * | | change berkeleydb to dbmezzovide2015-08-192-3/+3
| | | |
| * | | added new package : berkeleydbmezzovide2015-08-192-2/+34
| | | |
* | | | Update versions.jsonMXEBot as Travis CI2015-08-311-1/+1
| | | |
* | | | tiff: updateMark Brand2015-08-311-2/+2
| |_|/ |/| |
* | | Update versions.jsonMXEBot as Travis CI2015-08-301-1/+1
| | |
* | | Merge pull request #814 from LuaAndC/update-wt-3.3.4Timothy Gu2015-08-303-86/+83
|\ \ \ | | | | | | | | update package wt from 3.3.1 to 3.3.4
| * | | update package wt from 3.3.1 to 3.3.4Boris Nagaev2015-08-303-86/+83
| | |/ | |/| | | | | | | | | | | | | | | | * update WtFindSsl.txt patch * remove WRasterImage.C patch: the file was removed * remove fixes for boost: ported to upstream * add patch for WCartesian3DChart (rename conflicting names)
* | | Update versions.jsonMXEBot as Travis CI2015-08-281-2/+2
| | |
* | | dbus: updateMark Brand2015-08-281-2/+2
| | |
* | | libgpg_error: updateMark Brand2015-08-281-2/+2
|/ /
* | 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