summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Update versions.jsonMXEBot as Travis CI2015-10-011-1/+1
|
* harfbuzz: updateMark Brand2015-10-011-2/+2
|
* Makefile: fix download for script only packagesTony Theodore2015-10-011-3/+3
| | | | | | fixes #899 also cleanup download-foo dependencies
* Makefile: add note about WINEPREFIXTony Theodore2015-10-011-0/+2
|
* Update versions.jsonMXEBot as Travis CI2015-09-301-1/+1
|
* 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-302-0/+5
| | | | 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
|
* Revert "Make CHECK_PKG_ARCHIVE return true for packages without files"Tony Theodore2015-09-301-1/+1
| | | | This reverts commit e474e772442d6207980268189b0255f2d7a15e96.
* gmp guile icu4c ncurses xmlrpc: use BUILD_CC/CXX portability variableTony Theodore2015-09-305-7/+7
|
* Makefile: rename CC/CXX_BUILD --> BUILD_CC/CXXTony Theodore2015-09-301-3/+3
| | | | somewhat more aligned to the <target>-<tool> convention
* Makefile: add CC/CXX_BUILD portability variablesTony Theodore2015-09-301-3/+5
| | | | fixes #900
* Merge pull request #898 from LuaAndC/build-pkg-find-mxe-confTony Theodore2015-09-301-1/+3
|\ | | | | build-pkg: add MXE_CONF_PKGS to deps of packages
| * build-pkg: add MXE_CONF_PKGS to deps of packagesBoris Nagaev2015-09-291-1/+3
| | | | | | | | close #890
* | Make CHECK_PKG_ARCHIVE return true for packages without filesTimothy Gu2015-09-291-1/+1
|/ | | Should fix #899.
* new core team member Boris NagaevTony Theodore2015-09-292-0/+2
|
* 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
* | Merge pull request #895 from ChristianFrisson/widl-cmakeTony Theodore2015-09-291-0/+4
|\ \ | |/ |/| widl: generation of widl.cmake
| * widl: generation of widl.cmake with CMAKE_WIDL indicating the path of the ↵Christian Frisson2015-09-291-0/+4
|/ | | | widl executable
* Merge pull request #891 from LuaAndC/build-pkg-ipcs-noteTony Theodore2015-09-291-22/+31
|\ | | | | build-pkg: add a note about fakeroot ipc problem
| * build-pkg: add a note about fakeroot ipc problemBoris Nagaev2015-09-271-0/+7
| | | | | | | | | | | | I faced with the problem after running build-pkg on this machine many-many times. Finally I found this method how to fix it without restarting the machine.
| * build-pkg: use --[[ ... ]] syntax for long commentBoris Nagaev2015-09-271-17/+19
| |
* | Merge pull request #892 from LuaAndC/build-pkg-gitignoreTony Theodore2015-09-291-0/+7
|\ \ | | | | | | add files generated by build-pkg to .gitignore
| * | add files generated by build-pkg to .gitignoreBoris Nagaev2015-09-271-0/+7
| |/
* | 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
| |/
* | Update versions.jsonMXEBot as Travis CI2015-09-291-0/+1
| |
* | speexdsp: move to src/Tony Theodore2015-09-291-0/+0
| |
* | Merge pull request #894 from Hopper262/masterTimothy Gu2015-09-282-0/+29
|\ \ | | | | | | add package speexdsp
| * | add package libspeexHopper2622015-09-282-0/+29
|/ /
* | wget: use MXE_CONFIGURE_OPTSMark Brand2015-09-281-3/+1
| |
* | Update versions.jsonMXEBot as Travis CI2015-09-281-0/+1
| |
* | Merge pull request #889 from mabrand/unrtfmabrand2015-09-283-0/+98
|\ \ | |/ |/| new package: unrtf
| * new package: unrtfMark Brand2015-09-273-0/+98
| |
* | Update versions.jsonMXEBot as Travis CI2015-09-261-1/+1
|/
* 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
* | Merge pull request #865 from LuaAndC/pire-updaterTony Theodore2015-09-261-0/+5
|\ \ | | | | | | add updater for pire
| * | add updater for pireBoris Nagaev2015-09-261-0/+5
| |/
* | Merge pull request #888 from LuaAndC/get-github-tagsTony Theodore2015-09-261-3/+10
|\ \ | |/ |/| add macro MXE_GET_GITHUB_TAGS
| * add macro MXE_GET_GITHUB_TAGSTimothy Gu2015-09-261-0/+7
| | | | | | | | Source: https://github.com/mxe/mxe/pull/649#issuecomment-143390677