Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add package libtorrent-rasterbar | Boris Nagaev | 2015-08-31 | 5 | -0/+157 |
| | |||||
* | Revert "fix pcl build" | Timothy Gu | 2015-08-27 | 1 | -28/+0 |
| | |||||
* | fix pcl build | Boris Nagaev | 2015-08-25 | 1 | -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 | ||||
* | add package tclap | Piotr Beling | 2015-08-26 | 1 | -0/+23 |
| | |||||
* | gstreamer and plugins: update 1.4.4 --> 1.4.5 | Tony Theodore | 2015-08-25 | 3 | -6/+6 |
| | |||||
* | aubio: update to 0.4.2 | Tony Theodore | 2015-08-25 | 1 | -2/+2 |
| | |||||
* | freetds: remove outdated mirror | Tony Theodore | 2015-08-25 | 1 | -2/+1 |
| | |||||
* | Remove 'removal of gettext' from glib patch | Matthias Gehre | 2015-08-24 | 1 | -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. | ||||
* | Merge pull request #794 from pavelvat/libplist | Timothy Gu | 2015-08-22 | 1 | -0/+24 |
|\ | | | | | add package libplist | ||||
| * | add package libplist | Pavel Vatagin | 2015-08-22 | 1 | -0/+24 |
| | | |||||
* | | harfbuzz: update | Mark Brand | 2015-08-22 | 2 | -12/+23 |
| | | |||||
* | | sqlite: backport LEFT JOIN bugfix | Mark Brand | 2015-08-22 | 1 | -0/+38 |
|/ | |||||
* | curl: update | Mark Brand | 2015-08-12 | 1 | -2/+2 |
| | |||||
* | bfd: disable doc | Boris Nagaev | 2015-08-11 | 1 | -0/+42 |
| | | | | | | | * makeinfo fails when the documentation is built. * MXE tries not to build a documentation close #711 | ||||
* | qtservice: update | Mark Brand | 2015-08-09 | 1 | -3/+2 |
| | |||||
* | dbus vmime: update | Mark Brand | 2015-08-09 | 2 | -4/+4 |
| | |||||
* | qtwebkit: disable | Mark Brand | 2015-08-06 | 1 | -0/+4 |
| | |||||
* | qtsystems: update | Mark Brand | 2015-08-06 | 1 | -2/+2 |
| | |||||
* | Revert "qtbase: dont use fontconfig and freetype" | Mark Brand | 2015-08-06 | 1 | -3/+3 |
| | | | | This reverts commit 48c51901a74ef51bc7abb92e8c0ce0cbe1a7c5e0. | ||||
* | qtbase: dont use fontconfig and freetype | Mark Brand | 2015-08-06 | 1 | -3/+3 |
| | |||||
* | update qt5 modules | Mark Brand | 2015-08-06 | 26 | -96/+116 |
| | |||||
* | qtsystems: remove double macro definition | Mark Brand | 2015-08-06 | 1 | -1/+0 |
| | |||||
* | libidn: update | Mark Brand | 2015-08-05 | 1 | -2/+2 |
| | |||||
* | mingw-w64: update | Mark Brand | 2015-08-05 | 2 | -34/+5 |
| | |||||
* | add package jsoncpp | Pavel Vatagin | 2015-08-03 | 1 | -0/+28 |
| | |||||
* | libass: update to 0.12.3 | Avi Halachmi (:avih) | 2015-08-02 | 1 | -2/+2 |
| | |||||
* | Update OpenEXR (2.2.0) & fix build. | Tobias Gruetzmacher | 2015-08-01 | 1 | -5/+15 |
| | | | | | | - Update autoconf stuff, since the shipped libtool has problems with 64-bit builds (fixes #736) - Manually execute dwaLookup, just like b44ExpLogTable | ||||
* | Merge pull request #777 from pavelvat/master | Timothy Gu | 2015-07-31 | 2 | -0/+36 |
|\ | | | | | Add package aspell | ||||
| * | use $(MXE_CONFIGURE_OPTS) | Pavel Vatagin | 2015-07-29 | 1 | -2/+1 |
| | | |||||
| * | Add package aspell | Pavel Vatagin | 2015-07-28 | 2 | -0/+37 |
| | | |||||
* | | qtbase: remove obsolete icu dependency | Mark Brand | 2015-07-30 | 1 | -1/+1 |
| | | | | | | | | Follow-up to 7eef8b4e298056df2d6d5e2df97e9a8b5590ef12 | ||||
* | | dbus gettext harfbuzz libidn libpng: update | Mark Brand | 2015-07-30 | 5 | -10/+10 |
| | | |||||
* | | binutils gcc: update | Mark Brand | 2015-07-30 | 5 | -124/+90 |
| | | |||||
* | | gnutls: update | Mark Brand | 2015-07-30 | 1 | -2/+2 |
| | | |||||
* | | sqlite: update | Mark Brand | 2015-07-30 | 1 | -2/+2 |
| | | |||||
* | | Merge pull request #780 from colinbourassa/libcomm14cux | Timothy Gu | 2015-07-29 | 2 | -1/+21 |
|\ \ | | | | | | | New package: libcomm14cux | ||||
| * | | New package - libcomm14cux | Colin Bourassa | 2015-07-28 | 1 | -0/+20 |
| | | | |||||
| * | | QtWebKit apparently depends on SQLite even if SQLite support is turned off ↵ | Colin Bourassa | 2015-07-28 | 1 | -1/+1 |
| |/ | | | | | | | in QtBase | ||||
* | | add package pire | Boris Nagaev | 2015-07-28 | 3 | -0/+101 |
|/ | | | | | | | | | | | | | | | | PIRE is Perl Incompatible Regular Expressions library. This library is aimed at checking a huge amount of text against relatively many regular expressions. Roughly speaking, it can just check whether given text maches the certain regexp, but can do it really fast (more than 400 MB/s on our hardware is common). Even more, multiple regexps can be combined together, giving capability to check the text against apx. 10 regexps in a single pass (and mantaining the same speed). Pire was developed in Yandex (http://company.yandex.ru/) as a part of its web crawler. Homepage: https://github.com/yandex/pire | ||||
* | ffmpeg: update | Timothy Gu | 2015-07-27 | 1 | -2/+2 |
| | |||||
* | file: update and fix downloading | Timothy Gu | 2015-07-27 | 2 | -10/+75 |
| | | | | Fixes #773. | ||||
* | Fix downloading json_spirit,liboauth, and netcdf | Timothy Gu | 2015-07-27 | 3 | -4/+4 |
| | | | | See #774. | ||||
* | libsvm: Fix indentation | Timothy Gu | 2015-07-27 | 1 | -3/+3 |
| | |||||
* | tinyxml: Fix indentation | Timothy Gu | 2015-07-27 | 1 | -6/+6 |
| | |||||
* | Merge pull request #727 from bugbrains/tinyxml_shared | Timothy Gu | 2015-07-26 | 3 | -36/+32 |
|\ | | | | | tinyxml: enable shared | ||||
| * | tinyxml: fix style | Rashad M | 2015-06-23 | 1 | -2/+2 |
| | | |||||
| * | tinyxml: fix indention | Rashad M | 2015-06-23 | 1 | -3/+4 |
| | | |||||
| * | tinyxml: use cmake to simply shared and static build | Rashad M | 2015-06-21 | 3 | -41/+29 |
| | | |||||
| * | remove _BUILD_SHARED= | Rashad M | 2015-06-21 | 1 | -5/+0 |
| | | |||||
| * | tinxml: enable shared | Rashad M | 2015-06-21 | 1 | -5/+17 |
| | |