summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Multiple packages: use target-g++ instead of target-c++ as CXXTimothy Gu2014-08-104-4/+4
| | | | | | It is more explicit and conforms with other packages. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* libcaca: install caca-config to standard directoryTimothy Gu2014-08-081-0/+1
|
* qtservice, qtsystems: fix checksumsTimothy Gu2014-08-082-2/+2
| | | | | | Fixes #452. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* index.html: Restore alphabetical order of package listTimothy Gu2014-08-081-5/+4
|
* Merge pull request #448 from nandub/feature/primesieveTimothy Gu2014-08-082-0/+34
|\ | | | | add primesieve library
| * add primesieve libraryFernando Ortiz2014-08-082-0/+34
|/
* gcc: remove `--disable-libmudflap`Timothy Gu2014-08-081-1/+0
| | | | | | libmudflap is removed in gcc 4.9. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* boost: install DLLs to bin/Timothy Gu2014-08-081-0/+2
| | | | | | | Fixes #375. See #393. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* icu4c: fix wildcardTimothy Gu2014-08-081-1/+1
| | | | | | | | See http://www.cmcrossroads.com/article/trouble-wildcard $(wildcard) is evaluated at parse-time, not run-time. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* Support .tbz2 and .txzTimothy Gu2014-08-081-2/+4
| | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* icu4c: move DLLs to bin/Timothy Gu2014-08-081-2/+8
| | | | | | See #393. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* icu4c: updateTimothy Gu2014-08-083-18/+2
| | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* patch-tool-mxe: Support .tgz, .tbz2, .txzTimothy Gu2014-08-071-3/+6
| | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* Merge branch 'stable'Timothy Gu2014-08-070-0/+0
|\
| * Reduce difference with masterTimothy Gu2014-08-071-1/+1
| | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
| * gdk-pixbuf: install files when autoreconfingTimothy Gu2014-08-071-1/+1
| | | | | | Might fix #451.
* | Merge branch 'master' of https://github.com/mxe/mxeTimothy Gu2014-08-071-2/+2
|\ \
| * | update package opensslMark Brand2014-08-071-2/+2
| | |
* | | libwebp: build all librariesTimothy Gu2014-08-071-1/+2
| | | | | | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | | Add package libwebpSergey2014-08-062-0/+28
|/ / | | | | | | | | | | See #442 and #445. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | Add package intltoolSergey2014-08-062-0/+29
| | | | | | | | | | | | See #445. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | Add package libwebsocketsTimothy Gu2014-08-063-0/+196
| | | | | | | | | | | | | | | | | | | | | | | | | | | | See #442 and #445. Initial patch based on: Sergey <non_2001@mail.ru> Modifications: - fix update macro - disable on MinGW32 - fix lib installation (w/o the patch it builds both shared/static) - use system zlib Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | glew: install the static lib as libglew32 tooTimothy Gu2014-08-041-0/+2
| | | | | | | | | | | | | | | | | | | | | | Initial patch based on that of: Sergey <non_2001@mail.ru> Modifications made to build on master branch, and to make it work with shared build. See #442. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | Merge branch 'master' of https://github.com/mxe/mxeTimothy Gu2014-08-043-7/+7
|\ \
| * | update package vmimeMark Brand2014-08-041-2/+2
| | |
| * | update package gdbMark Brand2014-08-041-3/+3
| | |
| * | update package harfbuzzMark Brand2014-08-041-2/+2
| | |
* | | sdl2_gfx: enable shared buildTimothy Gu2014-08-041-6/+4
| | |
* | | sdl_gfx: enable shared buildsTimothy Gu2014-08-041-5/+1
| | |
* | | sdl2_mixer: make configure flag order sanerTimothy Gu2014-08-041-2/+2
| | |
* | | sdl2_gfx: disable on i686-pc-mingw32Timothy Gu2014-08-041-0/+3
| | | | | | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | | sdl_gfx, sdl2_gfx: consistently use square brackets for #includeSylvain Beucler2014-08-042-4/+4
| | |
* | | sdl2_gfx: new MakefileSylvain Beucler2014-08-043-0/+63
|/ / | | | | | | | | | | | | | | Some modifications made by me (Timothy): - test program name changed to follow conventions - checksum fixed Signed-off-by: Timothy Gu <timothygu99@gmail.com
* | Merge pull request #432 from tarent/qt_lreleaseTimothy Gu2014-08-031-0/+4
|\ \ | | | | | | qt: build lrelease for host usage
| * | qt: build lrelease for host usageHenning Heinold2014-07-151-0/+4
| | | | | | | | | | | | | | | The original patch comes from gnu-octave: http://savannah.gnu.org/bugs/download.php?file_id=28078
* | | Merge pull request #417 from t-paul/qscintilla2Timothy Gu2014-08-033-0/+50
|\ \ \ | | | | | | | | Add package qscintilla2
| * | | Use pkg-config to get the Qt5 compiler/linker flags for the test program.Torsten Paul2014-06-231-6/+3
| | | |
| * | | Depend on qtbase instead of qt5.Torsten Paul2014-06-201-1/+1
| | | |
| * | | Fix formatting.Torsten Paul2014-06-202-12/+12
| | | |
| * | | Add test program using the qscintilla2 editor component.Torsten Paul2014-06-182-0/+24
| | | |
| * | | Add qscintilla2 editor component (Qt5).Torsten Paul2014-06-122-0/+29
| | | |
* | | | ffmpeg: enable libcacaTimothy Gu2014-08-031-3/+4
| | | | | | | | | | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | | | Add package libcacaTimothy Gu2014-08-033-0/+196
| | | | | | | | | | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | | | ftgl: install pkg-config fileTimothy Gu2014-08-031-2/+4
| | | | | | | | | | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | | | libdvdread: fix update routineTimothy Gu2014-08-031-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | | | libdvdnav: updateTimothy Gu2014-08-021-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | | | ncurses: update to development version and enable shared buildTimothy Gu2014-08-022-74/+16
| | | | | | | | | | | | | | | | | | | | | | | | Dev is fairly stable, and has fixes for mingw shared build. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | | | New release notes draftTimothy Gu2014-08-021-0/+30
| | | |
* | | | Merge remote-tracking branch 'mxe/master' into workTimothy Gu2014-08-022-1/+10
|\ \ \ \
| * \ \ \ Merge pull request #438 from MisterTea/patch-1Timothy Gu2014-07-291-0/+9
| |\ \ \ \ | | | | | | | | | | | | mingw-utils: Fix return value in reimp.c