Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | sdl_sound: name pkg-configfile consistent | Martin Müllenhaupt | 2014-10-09 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Revert "build-matrix: use $(newline) instead of ; to enter command" | Timothy Gu | 2014-10-10 | 1 | -9/+11 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commits e21b7281 and f3a7e0f2d01. The performance penalty is not worth it. On a relatively slow box the time spent went from 4.6s to 15s. | |||||
* | | | | build-matrix: use $(newline) instead of ; to enter command | TimothyGu | 2014-10-10 | 1 | -7/+7 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com> | |||||
* | | | | Partially revert "Make build matrix output a bit nicer." | Timothy Gu | 2014-10-10 | 1 | -10/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I have found a better solution. The change to check/cross sign is not reverted. This partially reverts commit 3797d4eb036f08b349c457fc69ae625c8534409d. Signed-off-by: Timothy Gu <timothygu99@gmail.com> | |||||
* | | | | mxe-activate: add build-matrix.html to tab completion | Tony Theodore | 2014-10-10 | 1 | -1/+3 | |
| | | | | ||||||
* | | | | guile: enable i686-w64-mingw32 build (see #492) | Tony Theodore | 2014-10-10 | 4 | -32/+87 | |
| | | | | ||||||
* | | | | Merge pull request #524 from TobiX/shared-fixes | Timothy Gu | 2014-10-09 | 5 | -33/+48 | |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | - Shared builds for smpeg2, sdl2_mixer, and eigen - Temporarily fix argument too long error for build matrix generation - Update package eigen | |||||
| * | | | | eigen: Update & enable shared build. | Tobias Gruetzmacher | 2014-10-09 | 1 | -4/+3 | |
| | | | | | ||||||
| * | | | | Enable shared build for sdl2_mixer. | Tobias Gruetzmacher | 2014-10-09 | 2 | -9/+27 | |
| | | | | | | | | | | | | | | | | | | | | Added a fix for library order when linking. | |||||
| * | | | | Enable shared build for smpeg2. | Tobias Gruetzmacher | 2014-10-09 | 1 | -12/+8 | |
| | | | | | ||||||
| * | | | | Make build matrix output a bit nicer. | Tobias Gruetzmacher | 2014-10-09 | 1 | -8/+10 | |
|/ / / / | | | | | | | | | | | | | | | | | | | | | This swithes the "Y" and "N" in the cells with nice symbols (✓ and ✗). This also tries to shorten the cammand line a bit since this still runs into "Argument list too long" errors on some systems... | |||||
* | | | | sdl2_mixer: fix for smpeg2 in pkg-config file | Tony Theodore | 2014-10-09 | 1 | -0/+1 | |
| | | | | ||||||
* | | | | Merge branch 'stable' | Tony Theodore | 2014-10-09 | 0 | -0/+0 | |
|\ \ \ \ | |/ / / |/| | / | | |/ | |/| | ||||||
| * | | package sfml: fix freetype detection | Tony Theodore | 2014-10-09 | 1 | -1/+2 | |
| | | | ||||||
* | | | Merge pull request #521 from sikoragmbh/improve-cmake-SDL | Tony Theodore | 2014-10-09 | 8 | -1/+81 | |
|\ \ \ | | | | | | | | | Improve cmake sdl | |||||
| * | | | more CMake FindSDL.. replacements | Martin Müllenhaupt | 2014-10-09 | 4 | -2/+39 | |
| | | | | ||||||
| * | | | package sdl_image: Fix #367 | Martin Müllenhaupt | 2014-10-09 | 3 | -1/+26 | |
| | | | | ||||||
| * | | | package sdl_image: create a test to trigger #367 | Martin Müllenhaupt | 2014-10-09 | 2 | -0/+18 | |
| | | | | ||||||
* | | | | sdl_sound: add pkg-config file (see #521) | Tony Theodore | 2014-10-09 | 1 | -3/+11 | |
|/ / / | ||||||
* | | | Merge pull request #519 from sikoragmbh/fix-514 | Tony Theodore | 2014-10-09 | 3 | -4/+8 | |
|\ \ \ | | | | | | | | | package oce: fix static compilation #514 | |||||
| * | | | move CMAKE_MODULE_PATH into toolchain config | Martin Müllenhaupt | 2014-10-08 | 2 | -2/+2 | |
| | | | | ||||||
| * | | | package oce: fix static compilation #514 | Martin Müllenhaupt | 2014-10-08 | 2 | -3/+7 | |
| | | | | ||||||
* | | | | librsvg-1: Fix my email address | Timothy Gu | 2014-10-09 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Makefile: add $(BUILD) to allowed targets | Tony Theodore | 2014-10-08 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | dcmtk-2: Add MXE license header | Timothy Gu | 2014-10-08 | 1 | -5/+3 | |
| | | | | | | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com> | |||||
* | | | dcmtk: Enable on i686-w64-mingw32 | Timothy Gu | 2014-10-08 | 2 | -1/+165 | |
| | | | | | | | | | | | | | | | | | | See #492. Signed-off-by: Timothy Gu <timothygu99@gmail.com> | |||||
* | | | Check if specified target is valid | Timothy Gu | 2014-10-08 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | | | See #518. Signed-off-by: Timothy Gu <timothygu99@gmail.com> | |||||
* | | | libdvdread: cosmetics | Timothy Gu | 2014-10-08 | 1 | -0/+2 | |
| | | | | | | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com> | |||||
* | | | x264: update | Timothy Gu | 2014-10-08 | 2 | -11/+2 | |
| | | | | | | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com> | |||||
* | | | libbluray: update | Timothy Gu | 2014-10-08 | 1 | -2/+2 | |
| | | | | | | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com> | |||||
* | | | ffmpeg: update | Timothy Gu | 2014-10-08 | 1 | -2/+2 | |
| | | | | | | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com> | |||||
* | | | libvpx: update | Timothy Gu | 2014-10-08 | 2 | -62/+2 | |
| | | | | | | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com> | |||||
* | | | Add package libaacs | Timothy Gu | 2014-10-08 | 5 | -0/+115 | |
| | | | | | | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com> | |||||
* | | | opencore-amr, vo-aacenc: Fix update macros | Timothy Gu | 2014-10-07 | 2 | -2/+2 | |
| | | | | | | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com> | |||||
* | | | oce: fix static freetype detection (see #514) | Tony Theodore | 2014-10-06 | 1 | -3/+4 | |
| | | | ||||||
* | | | luajit: detect if host cc accepts -malign-double (fix for clang) | Tony Theodore | 2014-10-05 | 1 | -0/+38 | |
| | | | ||||||
* | | | Makefile: update default target to i686-w64-mingw32.static (see #492) | Tony Theodore | 2014-10-03 | 1 | -1/+1 | |
| | | | ||||||
* | | | Continue drafting the release notes | Timothy Gu | 2014-10-03 | 1 | -4/+42 | |
| | | | | | | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com> | |||||
* | | | Update package stats | Timothy Gu | 2014-10-03 | 1 | -7/+7 | |
| | | | | | | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com> | |||||
* | | | openscenegraph: update and enable *-w64-* (see #492) | Tony Theodore | 2014-10-02 | 1 | -8/+7 | |
| | | | ||||||
* | | | gdal: enable netcdf on i686-w64-mingw32 | Tony Theodore | 2014-10-02 | 1 | -0/+1 | |
| | | | ||||||
* | | | netcdf: enable i686-w64-mingw32 (see #492) | Tony Theodore | 2014-10-02 | 1 | -1/+2 | |
| | | | ||||||
* | | | plibc & libmicrohttpd: enable i686-w64-mingw32 (see #492) | Tony Theodore | 2014-10-02 | 2 | -2/+0 | |
| | | | ||||||
* | | | libdnet: enable *-w64-* targets | Tony Theodore | 2014-10-02 | 2 | -5/+2 | |
| | | | ||||||
* | | | winpcap: enable *-w64-* targets | Tony Theodore | 2014-10-02 | 2 | -44/+65 | |
| | | | ||||||
* | | | dbus: update | Mark Brand | 2014-10-02 | 1 | -2/+2 | |
| | | | ||||||
* | | | bullet-1-pkgconfig: improve patch for upstream submission | Timothy Gu | 2014-10-02 | 1 | -2/+2 | |
| | | | ||||||
* | | | update package pcre | Mark Brand | 2014-10-01 | 1 | -2/+2 | |
| | | | ||||||
* | | | readline-1.patch: strip diffstats and unneeded hunk | Timothy Gu | 2014-10-01 | 1 | -20/+0 | |
| | | | ||||||
* | | | Merge pull request #509 from starius/master | Timothy Gu | 2014-10-01 | 2 | -0/+34 | |
|\ \ \ | | | | | | | | | | | | | Add package LuaJIT |