summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* libmikmod: enable shared and disable docsStefan Löffler2014-09-161-5/+2
| | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* libmikmod: Use MXE_DISABLE_CRUFTTimothy Gu2014-09-161-1/+1
| | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* sdl2_gfx: fix syntax error near unexpected token `) 'Luis Saavedra2014-09-161-2/+2
| | | | | | | | | Also use `` instead of $() and use $(SED) instead of sed (completely my fault). Fixes #506. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* libmikmod: update and support mingw-w64Timothy Gu2014-09-162-60/+10
| | | | | | See #492. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* update package xzMark Brand2014-09-151-2/+2
|
* update package curlMark Brand2014-09-101-2/+2
|
* sdl2_image: require libwebp as a dependencyTimothy Gu2014-09-091-2/+2
| | | | | | See previous commit. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* sdl_image: explicitly depend on libwebpTimothy Gu2014-09-091-2/+3
| | | | | | | | Based on a patch by Luis Saavedra <luis94855510@gmail.com>. Fixes #505. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* gdal: Use $(BUILD)Timothy Gu2014-09-091-1/+1
| | | | | | See #504. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* oce: Add update macroTimothy Gu2014-09-091-2/+4
| | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* oce: Use a more consistent naming scheme for package fileTimothy Gu2014-09-091-2/+2
| | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* Merge pull request #503 from sikoragmbh/oce_packageTimothy Gu2014-09-092-0/+36
|\ | | | | Package request: OCE
| * package oce: msvfw32 patch not neededMartin Müllenhaupt2014-09-081-28/+0
| |
| * package oce: fix indentation of update placeholderMartin Müllenhaupt2014-09-041-2/+2
| |
| * package oce: fix patch and updateMartin Müllenhaupt2014-09-042-3/+3
| |
| * package oce: build more modules, add update placeholderMartin Müllenhaupt2014-09-042-2/+32
| |
| * new package: oceMartin Müllenhaupt2014-09-042-0/+34
| |
* | poco: Enable on x86_64-w64-mingw32Timothy Gu2014-09-092-1/+45
| | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | poco: Add POCO_STATIC to Config.h when building staticTimothy Gu2014-09-092-0/+30
| | | | | | | | | | | | This allows easier integration with user applications. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | poco: Use system zlib etc. and enable on i686-w64-mingw32Timothy Gu2014-09-093-4/+27
| | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | id3lib: remove duplicated patchTimothy Gu2014-09-081-23/+0
| | | | | | | | | | | | Fixes #502. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | libidn: updateTimothy Gu2014-09-081-2/+2
| | | | | | | | | | | | Fixes #243. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | chipmunk: numerous fixesTimothy Gu2014-09-052-6/+71
| | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | add chipmunk physics packageAndrew Kelley2014-09-053-0/+106
| |
* | libdvdnav, libdvdread: UpdateTimothy Gu2014-09-052-27/+18
|/
* crystalhd: Fix update macroTimothy Gu2014-09-041-2/+2
|
* cppunit: Fix update macroTimothy Gu2014-09-041-2/+3
|
* winpcap: remove duplicated linesTimothy Gu2014-09-041-2/+0
|
* Explicitly disallow paths with whitespaceTimothy Gu2014-09-042-0/+9
| | | | | | It didn't work anyway even before this commit. Workarounds #490.
* Change default sf mirror to auto-selectTimothy Gu2014-09-041-1/+1
|
* s3-fetch-and-sync: Label download bugs as bugsTimothy Gu2014-09-031-2/+2
|
* mingw-w64: fix buildTimothy Gu2014-09-031-1/+1
|
* mingw-w64: update checksumMark Brand2014-09-031-1/+1
|
* update package mingw-w64Mark Brand2014-09-033-21/+3
|
* package vtk6: updateMartin Müllenhaupt2014-09-032-16/+5
| | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* Fix glibmm headersTimothy Gu2014-09-031-0/+67
| | | | Fixes #479.
* tools/fake-editor, s3-fetch-and-sync: add commentsTimothy Gu2014-09-032-3/+18
| | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* dlfcn-win32: updateTimothy Gu2014-09-032-42/+7
| | | | Fixes #464 and #498.
* Update package statsTimothy Gu2014-09-031-9/+9
|
* Delete libcilkrts.mkTimothy Gu2014-09-031-33/+0
| | | Accidentally included in a merge commit.
* libsndfile: Use MXE_DISABLE_CRUFTTimothy Gu2014-09-011-1/+1
|
* Merge branch 'master' of https://github.com/mxe/mxeTimothy Gu2014-09-011-54/+85
|\
| * package qt: Include qt-dont-perform-ipc-checks-for-win32.patchDaniel Burr2014-09-011-54/+85
| |
* | libsndfile: Fix assertion failureTimothy Gu2014-09-012-0/+29
|/ | | | | | Should fix #499. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* libbluray: updateTimothy Gu2014-08-311-4/+5
| | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* ffmpeg: updateTimothy Gu2014-08-311-3/+6
| | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* Add package libbs2bTimothy Gu2014-08-313-6/+110
| | | | | | | The libbs2b.mk file was incorrectly added in 262aa647f04db4aac. Sorry about that. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* s3-fetch-and-sync: the new testing system is functional nowTimothy Gu2014-08-311-2/+1
| | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* Revert "bzip2, ffmpeg: Intentionally make download URLs incorrect"Timothy Gu2014-08-312-3/+3
| | | | This reverts commit 858b2886bc4904d4279f389162575f99023941fa.
* Add forgotten fileTimothy Gu2014-08-311-0/+7
| | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>