summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* eigen: Update & enable shared build.Tobias Gruetzmacher2014-10-091-4/+3
|
* Enable shared build for sdl2_mixer.Tobias Gruetzmacher2014-10-092-9/+27
| | | | Added a fix for library order when linking.
* Enable shared build for smpeg2.Tobias Gruetzmacher2014-10-091-12/+8
|
* Make build matrix output a bit nicer.Tobias Gruetzmacher2014-10-091-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 fileTony Theodore2014-10-091-0/+1
|
* Merge branch 'stable'Tony Theodore2014-10-090-0/+0
|\
| * package sfml: fix freetype detectionTony Theodore2014-10-091-1/+2
| |
* | Merge pull request #521 from sikoragmbh/improve-cmake-SDLTony Theodore2014-10-098-1/+81
|\ \ | | | | | | Improve cmake sdl
| * | more CMake FindSDL.. replacementsMartin Müllenhaupt2014-10-094-2/+39
| | |
| * | package sdl_image: Fix #367Martin Müllenhaupt2014-10-093-1/+26
| | |
| * | package sdl_image: create a test to trigger #367Martin Müllenhaupt2014-10-092-0/+18
| | |
* | | sdl_sound: add pkg-config file (see #521)Tony Theodore2014-10-091-3/+11
|/ /
* | Merge pull request #519 from sikoragmbh/fix-514Tony Theodore2014-10-093-4/+8
|\ \ | | | | | | package oce: fix static compilation #514
| * | move CMAKE_MODULE_PATH into toolchain configMartin Müllenhaupt2014-10-082-2/+2
| | |
| * | package oce: fix static compilation #514Martin Müllenhaupt2014-10-082-3/+7
| | |
* | | librsvg-1: Fix my email addressTimothy Gu2014-10-091-1/+1
| | |
* | | Makefile: add $(BUILD) to allowed targetsTony Theodore2014-10-081-1/+1
|/ /
* | dcmtk-2: Add MXE license headerTimothy Gu2014-10-081-5/+3
| | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | dcmtk: Enable on i686-w64-mingw32Timothy Gu2014-10-082-1/+165
| | | | | | | | | | | | See #492. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | Check if specified target is validTimothy Gu2014-10-081-0/+2
| | | | | | | | | | | | See #518. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | libdvdread: cosmeticsTimothy Gu2014-10-081-0/+2
| | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | x264: updateTimothy Gu2014-10-082-11/+2
| | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | libbluray: updateTimothy Gu2014-10-081-2/+2
| | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | ffmpeg: updateTimothy Gu2014-10-081-2/+2
| | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | libvpx: updateTimothy Gu2014-10-082-62/+2
| | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | Add package libaacsTimothy Gu2014-10-085-0/+115
| | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | opencore-amr, vo-aacenc: Fix update macrosTimothy Gu2014-10-072-2/+2
| | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | oce: fix static freetype detection (see #514)Tony Theodore2014-10-061-3/+4
| |
* | luajit: detect if host cc accepts -malign-double (fix for clang)Tony Theodore2014-10-051-0/+38
| |
* | Makefile: update default target to i686-w64-mingw32.static (see #492)Tony Theodore2014-10-031-1/+1
| |
* | Continue drafting the release notesTimothy Gu2014-10-031-4/+42
| | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | Update package statsTimothy Gu2014-10-031-7/+7
| | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | openscenegraph: update and enable *-w64-* (see #492)Tony Theodore2014-10-021-8/+7
| |
* | gdal: enable netcdf on i686-w64-mingw32Tony Theodore2014-10-021-0/+1
| |
* | netcdf: enable i686-w64-mingw32 (see #492)Tony Theodore2014-10-021-1/+2
| |
* | plibc & libmicrohttpd: enable i686-w64-mingw32 (see #492)Tony Theodore2014-10-022-2/+0
| |
* | libdnet: enable *-w64-* targetsTony Theodore2014-10-022-5/+2
| |
* | winpcap: enable *-w64-* targetsTony Theodore2014-10-022-44/+65
| |
* | dbus: updateMark Brand2014-10-021-2/+2
| |
* | bullet-1-pkgconfig: improve patch for upstream submissionTimothy Gu2014-10-021-2/+2
| |
* | update package pcreMark Brand2014-10-011-2/+2
| |
* | readline-1.patch: strip diffstats and unneeded hunkTimothy Gu2014-10-011-20/+0
| |
* | Merge pull request #509 from starius/masterTimothy Gu2014-10-012-0/+34
|\ \ | | | | | | | | | Add package LuaJIT
| * | luajit: support 64-bitTimothy Gu2014-10-011-2/+8
| | | | | | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
| * | add package LuaJITBoris Nagaev2014-10-012-0/+28
|/ /
* | readline: updateTimothy Gu2014-10-012-24/+209
| | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | ffmpeg: updateTimothy Gu2014-10-011-2/+2
| | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | flann: Fix x86_64-w64-mingw32Timothy Gu2014-09-301-0/+21
| | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | libunistring: update and fix update macroTimothy Gu2014-09-301-3/+3
| | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | libunistring: enable shared buildTimothy Gu2014-09-301-5/+1
| | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>