summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* add package libtorrent-rasterbarBoris Nagaev2015-08-315-0/+157
|
* Revert "fix pcl build"Timothy Gu2015-08-271-28/+0
|
* 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
* add package tclapPiotr Beling2015-08-261-0/+23
|
* gstreamer and plugins: update 1.4.4 --> 1.4.5Tony Theodore2015-08-253-6/+6
|
* aubio: update to 0.4.2Tony Theodore2015-08-251-2/+2
|
* freetds: remove outdated mirrorTony Theodore2015-08-251-2/+1
|
* 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.
* Merge pull request #794 from pavelvat/libplistTimothy Gu2015-08-221-0/+24
|\ | | | | add package libplist
| * add package libplistPavel Vatagin2015-08-221-0/+24
| |
* | harfbuzz: updateMark Brand2015-08-222-12/+23
| |
* | sqlite: backport LEFT JOIN bugfixMark Brand2015-08-221-0/+38
|/
* curl: updateMark Brand2015-08-121-2/+2
|
* bfd: disable docBoris Nagaev2015-08-111-0/+42
| | | | | | | * makeinfo fails when the documentation is built. * MXE tries not to build a documentation close #711
* qtservice: updateMark Brand2015-08-091-3/+2
|
* dbus vmime: updateMark Brand2015-08-092-4/+4
|
* 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
|
* libidn: updateMark Brand2015-08-051-2/+2
|
* mingw-w64: updateMark Brand2015-08-052-34/+5
|
* add package jsoncppPavel Vatagin2015-08-031-0/+28
|
* libass: update to 0.12.3Avi Halachmi (:avih)2015-08-021-2/+2
|
* Update OpenEXR (2.2.0) & fix build.Tobias Gruetzmacher2015-08-011-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/masterTimothy Gu2015-07-312-0/+36
|\ | | | | Add package aspell
| * use $(MXE_CONFIGURE_OPTS)Pavel Vatagin2015-07-291-2/+1
| |
| * Add package aspellPavel Vatagin2015-07-282-0/+37
| |
* | qtbase: remove obsolete icu dependencyMark Brand2015-07-301-1/+1
| | | | | | | | Follow-up to 7eef8b4e298056df2d6d5e2df97e9a8b5590ef12
* | dbus gettext harfbuzz libidn libpng: updateMark Brand2015-07-305-10/+10
| |
* | binutils gcc: updateMark Brand2015-07-305-124/+90
| |
* | gnutls: updateMark Brand2015-07-301-2/+2
| |
* | sqlite: updateMark Brand2015-07-301-2/+2
| |
* | Merge pull request #780 from colinbourassa/libcomm14cuxTimothy Gu2015-07-292-1/+21
|\ \ | | | | | | New package: libcomm14cux
| * | New package - libcomm14cuxColin Bourassa2015-07-281-0/+20
| | |
| * | QtWebKit apparently depends on SQLite even if SQLite support is turned off ↵Colin Bourassa2015-07-281-1/+1
| |/ | | | | | | in QtBase
* | add package pireBoris Nagaev2015-07-283-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: updateTimothy Gu2015-07-271-2/+2
|
* file: update and fix downloadingTimothy Gu2015-07-272-10/+75
| | | | Fixes #773.
* Fix downloading json_spirit,liboauth, and netcdfTimothy Gu2015-07-273-4/+4
| | | | See #774.
* libsvm: Fix indentationTimothy Gu2015-07-271-3/+3
|
* tinyxml: Fix indentationTimothy Gu2015-07-271-6/+6
|
* Merge pull request #727 from bugbrains/tinyxml_sharedTimothy Gu2015-07-263-36/+32
|\ | | | | tinyxml: enable shared
| * tinyxml: fix styleRashad M2015-06-231-2/+2
| |
| * tinyxml: fix indentionRashad M2015-06-231-3/+4
| |
| * tinyxml: use cmake to simply shared and static buildRashad M2015-06-213-41/+29
| |
| * remove _BUILD_SHARED=Rashad M2015-06-211-5/+0
| |
| * tinxml: enable sharedRashad M2015-06-211-5/+17
| |