Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | sqlite: update | Mark Brand | 2016-01-14 | 1 | -2/+2 | |
| | ||||||
* | pcre: update | Mark Brand | 2016-01-13 | 1 | -2/+2 | |
| | ||||||
* | Merge pull request #1149 from tonytheodore/hier | Boris Nagaev | 2016-01-12 | 1 | -6/+14 | |
|\ | | | | | mxe-conf: create basic non-empty directory hierarchy | |||||
| * | Makefile and mxe-conf: create basic non-empty directory hierarchy | Tony Theodore | 2016-01-12 | 1 | -6/+13 | |
| | | | | | | | | | | https://github.com/mxe/mxe/pull/1061/files#r49049496 https://github.com/mxe/mxe/issues/1111#issuecomment-169280181 | |||||
| * | mxe-conf: create .gitkeep in CMAKE_TOOLCHAIN_DIR | Boris Nagaev | 2016-01-12 | 1 | -0/+1 | |
| | | | | | | | | It is needed for build-pkg and #1111, Git doesn't see empty directories. | |||||
* | | wget: update | Mark Brand | 2016-01-12 | 1 | -5/+3 | |
| | | | | | | | | | | To avoid trouble with static linking to gnutls_free, defined GNUTLS_INTERNAL_BUILD to prevent defining _SYM_EXPORT. | |||||
* | | openal: really disable examples | Tony Theodore | 2016-01-12 | 1 | -1/+1 | |
| | | ||||||
* | | openthreads: build standalone and fix static build | Tony Theodore | 2016-01-12 | 2 | -34/+48 | |
| | | ||||||
* | | openthreads: convert patch | Tony Theodore | 2016-01-12 | 1 | -5/+14 | |
| | | ||||||
* | | openscenegraph: add missing gstreamer dep and fix detection on mingw | Tony Theodore | 2016-01-12 | 2 | -1/+23 | |
| | | ||||||
* | | openscenegraph: consolidate patches | Tony Theodore | 2016-01-12 | 5 | -156/+137 | |
| | | ||||||
* | | gtkimageview: fix using deprecated gdk-pixbuf declarations | Tony Theodore | 2016-01-12 | 1 | -1/+2 | |
| | | ||||||
* | | pixman: update 0.31.2 --> 0.33.6 | Tony Theodore | 2016-01-12 | 1 | -2/+2 | |
| | | ||||||
* | | lzo: update 2.08 --> 2.09 | Tony Theodore | 2016-01-12 | 1 | -2/+2 | |
| | | ||||||
* | | libpng: update 1.6.19 --> 1.6.20 | Tony Theodore | 2016-01-12 | 1 | -2/+2 | |
| | | ||||||
* | | icu4c: update 54.1 --> 56.1 | Tony Theodore | 2016-01-12 | 1 | -2/+2 | |
| | | ||||||
* | | gettext: update 0.19.5.1 --> 0.19.7 | Tony Theodore | 2016-01-12 | 1 | -2/+2 | |
| | | ||||||
* | | gdk-pixbuf: update 2.30.8 --> 2.32.3 | Tony Theodore | 2016-01-12 | 1 | -2/+2 | |
| | | ||||||
* | | dbus: update 1.10.6 --> 1.11.0 | Tony Theodore | 2016-01-12 | 1 | -2/+2 | |
| | | ||||||
* | | cairo: update 1.14.2 --> 1.14.6 | Tony Theodore | 2016-01-12 | 1 | -2/+2 | |
| | | ||||||
* | | gstreamer and plugins: update 1.4.5 --> 1.6.2 and enable shared | Tony Theodore | 2016-01-12 | 4 | -53/+20 | |
| | | ||||||
* | | libshout: update 2.3.1 --> 2.4.1 | Tony Theodore | 2016-01-12 | 2 | -28/+38 | |
| | | ||||||
* | | liboil: enable shared and x86_64-w64-mingw32 build | Tony Theodore | 2016-01-12 | 2 | -8/+172 | |
|/ | ||||||
* | libieee1284 patch: do not rename | Boris Nagaev | 2016-01-11 | 1 | -13/+577 | |
| | | | | | | import/export the patch fix #1170 | |||||
* | Revert "gdal: install pkg-config and data files, add test using pkg-config" | Tony Theodore | 2016-01-11 | 2 | -30/+2 | |
| | | | | This reverts commit 31e57014bca7c5a8e9896b5689001efa78ab009e. | |||||
* | vmime: fix typo in last commit | Mark Brand | 2016-01-10 | 1 | -1/+1 | |
| | ||||||
* | vmime: fix TLS and CHARSETCONV config options | Mark Brand | 2016-01-10 | 1 | -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. | |||||
* | upx: fix unused-local-typedef errors on OSX | Tony Theodore | 2016-01-10 | 1 | -0/+1 | |
| | | | | resulting executable works and compresses fine | |||||
* | add native builds for upx, ucl, zlib | Boris Nagaev | 2016-01-10 | 4 | -0/+26 | |
| | | | | fix #988 | |||||
* | gdal: install pkg-config and data files, add test using pkg-config | Rashad Kanavath | 2016-01-10 | 2 | -2/+30 | |
| | ||||||
* | nsis: update from 2.46 to 2.50 | Boris Nagaev | 2016-01-10 | 1 | -2/+2 | |
| | ||||||
* | fix nsis updater | Boris Nagaev | 2016-01-10 | 1 | -3/+2 | |
| | ||||||
* | nsis: remove patches fixing whitespace errors | Boris Nagaev | 2016-01-09 | 1 | -110/+0 | |
| | ||||||
* | nsis: unify patch | Boris Nagaev | 2016-01-09 | 1 | -41/+30 | |
| | | | | | | $ ./tools/patch-tool-mxe init nsis $ ./tools/patch-tool-mxe import nsis $ ./tools/patch-tool-mxe export nsis | |||||
* | gnutls: update | Mark Brand | 2016-01-09 | 2 | -29/+2 | |
| | ||||||
* | taglib: enable shared | Tony Theodore | 2016-01-08 | 1 | -3/+1 | |
| | | | | tested on all four targets | |||||
* | update taglib from 1.7.2 to 1.10 | Boris Nagaev | 2016-01-08 | 2 | -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 | |||||
* | pcre: enable C++ | Boris Nagaev | 2016-01-08 | 1 | -1/+1 | |
| | | | | | | Application EiskaltDC++ requires pcre with C++ support. See https://github.com/mxe/mxe/pull/1127#issuecomment-169418284 | |||||
* | Merge pull request #1139 from TimothyGu/aubio | Timothy Gu | 2016-01-08 | 3 | -77/+142 | |
|\ | | | | | Fix aubio | |||||
| * | aubio: Explicitly disable jack for static builds | Timothy Gu | 2016-01-07 | 1 | -1/+1 | |
| | | | | | | Prevents issues arising with existing jack shared libraries that are already installed to static directories. | |||||
| * | Fix multiple bugs in aubio | Timothy Gu | 2016-01-06 | 2 | -76/+139 | |
| | | ||||||
| * | Disable jack on static builds | Timothy Gu | 2016-01-06 | 1 | -0/+2 | |
| | | | | | | | | It builds DLLs. | |||||
* | | libieee1284: consolidate patches | Boris Nagaev | 2016-01-07 | 6 | -295/+265 | |
| | | ||||||
* | | Merge pull request #1131 from s09bQ5/libieee1284 | Boris Nagaev | 2016-01-07 | 6 | -0/+321 | |
|\ \ | | | | | | | new package: libieee1284 | |||||
| * | | new package: libieee1284 | Daniel Glöckner | 2016-01-04 | 6 | -0/+321 | |
| |/ | ||||||
* | | Merge pull request #1129 from LuaAndC/waf | Timothy Gu | 2016-01-07 | 3 | -3/+28 | |
|\ \ | | | | | | | [WIP] add package waf and use it from jack and aubio | |||||
| * | | jack: add TODO about waf | Boris Nagaev | 2016-01-06 | 1 | -0/+1 | |
| | | | ||||||
| * | | Revert "jack: use waf from package waf" | Boris Nagaev | 2016-01-06 | 2 | -233/+37 | |
| | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 4dc528380c7873aec87a52656e88eec662a9dc81. *.dll.a were installed to bin/ I will come back to this when jack updates. | |||||
| * | | aubio: use waf from package waf | Boris Nagaev | 2016-01-03 | 1 | -3/+5 | |
| | | | ||||||
| * | | jack: use waf from package waf | Boris Nagaev | 2016-01-03 | 2 | -37/+233 | |
| | | |