summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* luajit: add .exe to executables installedBoris Nagaev2015-09-061-0/+2
|
* Merge pull request #831 from LuaAndC/fix-qhttpengineTony Theodore2015-09-061-0/+51
|\ | | | | qhttpengine: decrease required cmake ver
| * qhttpengine: decrease required cmake verBoris Nagaev2015-09-061-0/+51
| | | | | | | | Fix build for CMake 2.8.9, which is used in Debian Wheezy.
* | Merge pull request #828 from LuaAndC/fix-opencvTony Theodore2015-09-061-0/+38
|\ \ | |/ |/| fix linking error in opencv
| * fix linking error in opencvBoris Nagaev2015-09-061-0/+38
| | | | | | | | | | | | Reorder libraries in opencv.pc so that a depender before a dependee. close #735
* | Merge pull request #830 from LuaAndC/update-pangoTimothy Gu2015-09-062-101/+8
|\ \ | | | | | | update pango to 1.37.4
| * | update pango to 1.37.4Boris Nagaev2015-09-052-101/+8
| |/ | | | | | | | | | | | | | | | | | | | | | | Remove patches: * the patch disabling DllMain in pango-utils.c (There is no DllMain pango-utils.c in pango 1.37.4) * the patch disabling forced shared build for win32 (Can't find this code in configure.ac; also the build is'not forced to be shared, so it is Ok to remove the patch) * patches related to modules (there are no more eodules) Fix patches with changed context
* | add package libgit2Boris Nagaev2015-09-061-0/+22
|/
* qtwebkit: display deprecation messageTony Theodore2015-09-051-0/+2
|
* libftd1: now deprecated upstream - disable build and updateTony Theodore2015-09-051-1/+8
|
* libusb: now deprecated upstream - disable build and updateTony Theodore2015-09-051-1/+8
|
* Merge pull request #819 from LuaAndC/fix-jackTony Theodore2015-09-054-1/+178
|\ | | | | Fix jack
| * jack: install libs to lib/jack/ instead of lib/Boris Nagaev2015-09-041-0/+80
| |
| * jack: depend on readlineBoris Nagaev2015-09-041-1/+1
| | | | | | | | | | | | | | | | Example example-clients/transport.c depends on readline. Jack can be built without this example, but it worth adding it to dependencies to make build more predictable. See #731
| * jack: link transport.c with readline and termcapBoris Nagaev2015-09-041-0/+52
| | | | | | | | See #731
| * jack: disable SIGQUIT and SIGHUPBoris Nagaev2015-09-041-0/+45
| | | | | | | | see #731
* | sfml: update 2.2 -> 2.3.1 and fix external lib installationTony Theodore2015-09-052-32/+10
|/
* libtorrent-rasterbar: disable tests and examplesTony Theodore2015-09-041-1/+2
|
* Merge branch 'libtorrent-rasterbar' of https://github.com/LuaAndC/mxe into ↵Tony Theodore2015-09-045-0/+157
|\ | | | | | | LuaAndC-libtorrent-rasterbar
| * add package libtorrent-rasterbarBoris Nagaev2015-08-315-0/+157
| |
* | 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
| | |
* | | 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 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
* | | harfbuzz: updateMark Brand2015-09-021-2/+2
| | |
* | | db: Various fixesTimothy Gu2015-09-011-2/+3
| | |
* | | Merge pull request #791 from mezzovide/masterTimothy Gu2015-09-011-0/+28
|\ \ \ | | | | | | | | new package berkeleydb
| * | | change berkeleydb to dbmezzovide2015-08-191-2/+2
| | | |
| * | | added new package : berkeleydbmezzovide2015-08-191-0/+28
| | | |
* | | | tiff: updateMark Brand2015-08-311-2/+2
| |_|/ |/| |
* | | 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)
* | | dbus: updateMark Brand2015-08-281-2/+2
| | |
* | | libgpg_error: updateMark Brand2015-08-281-2/+2
|/ /
* | 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
| |