summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * gstreamer and plugins: update 1.4.5 --> 1.6.2 and enable sharedTony Theodore2016-01-124-53/+20
| |
| * libshout: update 2.3.1 --> 2.4.1Tony Theodore2016-01-122-28/+38
| |
| * liboil: enable shared and x86_64-w64-mingw32 buildTony Theodore2016-01-122-8/+172
|/
* docs: link to build-matrix.html and note libgomp and pthreads availabilityTony Theodore2016-01-121-3/+8
|
* Merge pull request #1171 from LuaAndC/no-renaming-patchesTony Theodore2016-01-112-14/+577
|\ | | | | fix libieee1284 on Wheezy and prevent patch-tool-mxe from using rename
| * libieee1284 patch: do not renameBoris Nagaev2016-01-111-13/+577
| | | | | | | | | | | | import/export the patch fix #1170
| * patch-tool-mxe: remove "-M9" from git format-patchBoris Nagaev2016-01-111-1/+0
|/ | | | | | > patch < 2.7 (Wheezy has 2.6.1) can't handle the rename done in the patch. See https://github.com/mxe/mxe/issues/1170#issuecomment-170701741
* doc update: ocaml now builds on OSXTony Theodore2016-01-111-6/+1
|
* Revert "gdal: install pkg-config and data files, add test using pkg-config"Tony Theodore2016-01-112-30/+2
| | | | This reverts commit 31e57014bca7c5a8e9896b5689001efa78ab009e.
* vmime: fix typo in last commitMark Brand2016-01-101-1/+1
|
* vmime: fix TLS and CHARSETCONV config optionsMark Brand2016-01-101-6/+3
| | | | | | | The old way didn't work. We didn't notice because "gnutls" was the default anyway. For CHARSETCONV, the original configuration attempted "win", but this isn't fully supported by vmime. "iconv" is probably the best choice for most users.
* Merge pull request #1156 from tonytheodore/mxe-activateTony Theodore2016-01-101-16/+36
|\ | | | | mxe-activate: update completions and change alias to mxe-make
| * mxe-activate: update completions and change alias to mxe-makeTony Theodore2016-01-101-16/+36
|/ | | | | | * remove `build-only*` - too low level for general use * add new patch related commands and catch-all completions * `mxe-make` alias is more descriptive
* Update versions.json & build-matrix.htmlMXEBot as Travis CI2016-01-101-5/+5
|
* upx: fix unused-local-typedef errors on OSXTony Theodore2016-01-101-0/+1
| | | | resulting executable works and compresses fine
* add native builds for upx, ucl, zlibBoris Nagaev2016-01-104-0/+26
| | | | fix #988
* gdal: install pkg-config and data files, add test using pkg-configRashad Kanavath2016-01-102-2/+30
|
* Update versions.json & build-matrix.htmlMXEBot as Travis CI2016-01-102-2/+2
|
* Merge pull request #1164 from LuaAndC/nsis-2.50Tony Theodore2016-01-102-155/+33
|\ | | | | nsis: update from 2.46 to 2.50
| * nsis: update from 2.46 to 2.50Boris Nagaev2016-01-101-2/+2
| |
| * fix nsis updaterBoris Nagaev2016-01-101-3/+2
| |
| * nsis: remove patches fixing whitespace errorsBoris Nagaev2016-01-091-110/+0
| |
| * nsis: unify patchBoris Nagaev2016-01-091-41/+30
|/ | | | | | $ ./tools/patch-tool-mxe init nsis $ ./tools/patch-tool-mxe import nsis $ ./tools/patch-tool-mxe export nsis
* Update versions.json & build-matrix.htmlMXEBot as Travis CI2016-01-092-2/+2
|
* gnutls: updateMark Brand2016-01-092-29/+2
|
* doc/gmsl.html: update from cvsTony Theodore2016-01-091-1/+1
| | | | | | version in tarball is incorrect, no change to other files fixes #1154
* Update versions.json & build-matrix.htmlMXEBot as Travis CI2016-01-092-6/+6
|
* Merge pull request #1153 from LuaAndC/update-taglibTony Theodore2016-01-092-32/+5
|\ | | | | update taglib from 1.7.2 to 1.10
| * Merge pull request #2 from tonytheodore/LuaAndC-update-taglibBoris Nagaev2016-01-081-3/+1
| |\ | | | | | | taglib: enable shared
| | * taglib: enable sharedTony Theodore2016-01-081-3/+1
| |/ | | | | | | tested on all four targets
| * update taglib from 1.7.2 to 1.10Boris Nagaev2016-01-082-29/+4
|/ | | | | | | | Remove the patch which should be in upstream [1]. The project was moved to GitHub [2]. [1] https://bugs.kde.org/show_bug.cgi?id=268441 [2] http://lists.nongnu.org/archive/html/mingw-cross-env-list/2016-01/msg00001.html
* Merge pull request #1152 from LuaAndC/pcre-enable-cppTony Theodore2016-01-081-1/+1
|\ | | | | pcre: enable C++
| * pcre: enable C++Boris Nagaev2016-01-081-1/+1
| | | | | | | | | | | | Application EiskaltDC++ requires pcre with C++ support. See https://github.com/mxe/mxe/pull/1127#issuecomment-169418284
* | Merge pull request #1134 from LuaAndC/fix-patch-toolTony Theodore2016-01-084-105/+108
|\ \ | |/ |/| reimplement patch-tool-mxe in Makefile
| * patch-tool-mxe: add "-M9" to git format-patchBoris Nagaev2016-01-081-0/+1
| | | | | | | | See https://github.com/mxe/mxe/pull/1131#issuecomment-168547049
| * move patching functions and targets to patch.mkBoris Nagaev2016-01-083-84/+89
| | | | | | | | | | See https://github.com/mxe/mxe/pull/1134#issuecomment-168873410 See https://github.com/mxe/mxe/pull/1134#issuecomment-169867926
| * patch-tool-mxe can import all patches of a packageBoris Nagaev2016-01-082-3/+20
| |
| * reimplement patch-tool-mxe in MakefileBoris Nagaev2016-01-082-106/+86
|/ | | | fix #1063
* Update versions.json & build-matrix.htmlMXEBot as Travis CI2016-01-081-4/+4
|
* Merge pull request #1139 from TimothyGu/aubioTimothy Gu2016-01-083-77/+142
|\ | | | | Fix aubio
| * aubio: Explicitly disable jack for static buildsTimothy Gu2016-01-071-1/+1
| | | | | | Prevents issues arising with existing jack shared libraries that are already installed to static directories.
| * Fix multiple bugs in aubioTimothy Gu2016-01-062-76/+139
| |
| * Disable jack on static buildsTimothy Gu2016-01-061-0/+2
| | | | | | | | It builds DLLs.
* | Merge pull request #1150 from LuaAndC/libieee1284-consolidateTony Theodore2016-01-086-295/+265
|\ \ | | | | | | libieee1284: consolidate patches
| * | libieee1284: consolidate patchesBoris Nagaev2016-01-076-295/+265
| | |
* | | Merge pull request #1151 from LuaAndC/perl-versionTony Theodore2016-01-081-0/+1
|\ \ \ | | | | | | | | print Perl version to log
| * | | print Perl version to logBoris Nagaev2016-01-071-0/+1
|/ / / | | | | | | | | | | | | See https://github.com/mxe/mxe/issues/1108#issuecomment-169556116 See https://github.com/mxe/mxe/issues/1112
* | | Update versions.json & build-matrix.htmlMXEBot as Travis CI2016-01-072-5/+16
|/ /
* | Merge pull request #1131 from s09bQ5/libieee1284Boris Nagaev2016-01-077-0/+325
|\ \ | | | | | | new package: libieee1284
| * | new package: libieee1284Daniel Glöckner2016-01-047-0/+325
| | |