summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* freetype: updateMark Brand2015-10-041-2/+2
|
* qt: add cmake testTony Theodore2015-10-042-2/+30
| | | | | workaround in #857 allows this to build. see also #852, a complete solution that covers Qt5 is required
* vtk6: update to sha256 checksumTony Theodore2015-10-041-1/+1
|
* Merge branch 'master' of https://github.com/muellni/mxe into muellni-masterTony Theodore2015-10-044-36/+20
|\
| * vtk6: build exampleMartin Müllenhaupt2015-09-151-0/+9
| |
| * qt: fix QtGui CMake static linking errorsMartin Müllenhaupt2015-09-151-0/+3
| |
| * vtk6: update 6.1.0 --> 6.3.0Martin Müllenhaupt2015-09-153-36/+8
| |
* | cmake modules: use less warning-like status messagesTony Theodore2015-10-0410-9/+10
| |
* | pthreads: remove dummy FILE and CHECKSUM entiresTony Theodore2015-10-041-2/+0
| |
* | boost pthreads sdl: tidy up cmake testsTony Theodore2015-10-047-29/+79
| | | | | | | | closes #887
* | sdl: add cmake testTony Theodore2015-10-031-0/+14
| |
* | cmake modules: status message about using custom mxe fileTony Theodore2015-10-039-0/+18
| |
* | move cmake modules to src/cmake/modulesTony Theodore2015-10-0313-2/+1
| |
* | boost: add cmake testTony Theodore2015-10-021-0/+13
| |
* | harfbuzz: updateMark Brand2015-10-011-2/+2
| |
* | xz: updateMark Brand2015-09-301-2/+2
| |
* | openexr openscenegraph: remove -fpermissive from CXXFLAGSTony Theodore2015-09-302-2/+2
| |
* | ilmbase openexr: use BUILD_CXX portability variableTony Theodore2015-09-302-4/+4
| |
* | set WINEPREFIX to a readonly directory to force wine to failTony Theodore2015-09-301-0/+3
| | | | | | | | fixes #841
* | luajit ocaml-core: use BUILD_CC variableTony Theodore2015-09-302-2/+2
| |
* | openblas: use BUILD_CC varaible and remove unused HOSTFCTony Theodore2015-09-301-2/+1
| |
* | gmp guile icu4c ncurses xmlrpc: use BUILD_CC/CXX portability variableTony Theodore2015-09-305-7/+7
| |
* | Merge pull request #896 from ChristianFrisson/pkgconf-cmakeTony Theodore2015-09-291-1/+1
|\ \ | | | | | | pkgconf: added option CACHE PATH for PKG_CONFIG_EXECUTABLE
| * | pkgconf: added option CACHE PATH for PKG_CONFIG_EXECUTABLE in pkgconf.cmake ↵Christian Frisson2015-09-291-1/+1
| | | | | | | | | | | | so that pkgconf can be found through cmake at first run
* | | widl: generation of widl.cmake with CMAKE_WIDL indicating the path of the ↵Christian Frisson2015-09-291-0/+4
|/ / | | | | | | widl executable
* | Merge pull request #893 from LuaAndC/prefixed-protocTony Theodore2015-09-291-2/+2
|\ \ | | | | | | protobuf: install prefixed protoc tool
| * | protobuf: install prefixed protoc toolBoris Nagaev2015-09-271-2/+2
| | |
* | | speexdsp: move to src/Tony Theodore2015-09-291-0/+25
| | |
* | | wget: use MXE_CONFIGURE_OPTSMark Brand2015-09-281-3/+1
| | |
* | | new package: unrtfMark Brand2015-09-272-0/+94
|/ /
* | Merge pull request #866 from LuaAndC/muparser-update-githubTony Theodore2015-09-261-8/+7
|\ \ | | | | | | muparser: update upstream URL and version to 2.2.5
| * | muparser: update upstream URL and version to 2.2.5Boris Nagaev2015-09-261-8/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Original muparser location [1] forwards to Google Code [2], which in turn forwards to Github [3]. Version 2.2.3 can't be found on Github, that is why it was updated to 2.2.5. Updater script updated as well. MXE_GET_GITHUB_TAGS is used. [1] http://sourceforge.net/projects/muparser/ [2] https://code.google.com/p/muparser/ [3] https://github.com/beltoforion/muparser
* | | add updater for pireBoris Nagaev2015-09-261-0/+5
|/ /
* | ossim: various fixes and cleanupsTony Theodore2015-09-251-13/+7
| | | | | | | | | | | | | | | | | | | | | | -explicitly declare static/shared builds -enable freetype -use openthreads from openscenegraph -only build/install libs and headers -remove dummy test program -remove random empty lines see #726
* | add package ossimRashad M2015-09-251-0/+36
| |
* | openscenegraph: update 3.2.1 --> 3.40 and enable sharedTony Theodore2015-09-251-7/+5
| |
* | llvm: enable shared buildBoris Nagaev2015-09-241-3/+3
| |
* | llvm: fix update macro and remove obsolete llvm-config symlinkTony Theodore2015-09-241-2/+1
| | | | | | | | Fixes #844
* | qt and qtbase: fix the test built the manual wayBoris Nagaev2015-09-232-2/+18
| | | | | | | | | | | | Add MOC and RCC commands and files produced to the test. close #883
* | all packages: really use sha256 checksumsTony Theodore2015-09-23370-370/+370
| |
* | Merge pull request #851 from LuaAndC/qt-improve-testTony Theodore2015-09-234-4/+40
|\ \ | | | | | | Qt: test more Qt tools (moc, rcc)
| * | qt-test: add a headerBoris Nagaev2015-09-213-4/+34
| | | | | | | | | | | | Test moc tool
| * | qt-test: add Qt resources fileBoris Nagaev2015-09-212-0/+6
| | | | | | | | | | | | Test rcc tool
* | | many packages: cleanup deps orderingTony Theodore2015-09-2380-82/+87
| | |
* | | all packages: switch to sha256 checksumsTony Theodore2015-09-23370-370/+370
| | | | | | | | | | | | closes #871
* | | pthreads: test cmake find_package(Threads REQUIRED)Tony Theodore2015-09-231-4/+18
| | |
* | | Merge pull request #850 from LuaAndC/gtk3Tony Theodore2015-09-236-0/+296
|\ \ \ | | | | | | | | add packages gtk3 and gtkmm3
| * | | add packages gtk3 and gtkmm3Gerardo Ballabio2015-09-216-0/+296
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Pango has been updated to 1.37.4 in 24cf97dbdd62ece0ea0b39cf33694a8804352bd1 Side effects: * mute function g_win32_run_session_bus of glib (see the thread) * add new external dependency: gdk-pixbuf Original thread: https://lists.nongnu.org/archive/html/mingw-cross-env-list/2015-08/msg00009.html
* | | sdl_rwhttp: remove obsolete deps for i686-pc-mingw32Tony Theodore2015-09-221-5/+1
| | |
* | | libepoxy: update 1.2 --> 1.3.1Tony Theodore2015-09-211-4/+5
| | |