summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* dbus: updateMark Brand2015-01-051-2/+2
|
* vmime updateMark Brand2015-01-021-2/+2
|
* freetype: updateMark Brand2014-12-301-2/+2
|
* netpbm: updateMark Brand2014-12-261-2/+2
|
* binutils: updateMark Brand2014-12-261-2/+2
|
* Merge branch 'stable'Volker Grabsch2014-12-241-0/+5
|\
| * Add MSYS2 to the list of related projectsVolker Grabsch2014-12-231-0/+5
| | | | | | | | See also: https://lists.nongnu.org/archive/html/mingw-cross-env-list/2014-12/msg00019.html
* | Merge branch 'stable'Volker Grabsch2014-12-230-0/+0
|\ \ | |/
| * Create gstreamer-1-bison-3.patchTimothy Gu2014-12-201-0/+34
| | | | | | Fixes #575.
* | libpng: updateMark Brand2014-12-221-2/+2
| |
* | Merge pull request #592 from GuilhermeBernal/patch-2Timothy Gu2014-12-221-1/+1
|\ \ | | | | | | openal: fixes compilation on shared target.
| * | openal: fixes compilation on shared target.Guilherme Lima Bernal2014-12-221-1/+1
|/ / | | | | | | | | The patch should only remove the "common" link, not both. Winmm is linked with this EXTRA_LIBS. Many undefined references fixed. Here is the log: http://pastebin.com/iA6Mku2g
* | xz: updateMark Brand2014-12-211-2/+2
| |
* | harfbuzz: updateMark Brand2014-12-181-2/+2
| |
* | Merge pull request #590 from newnon/masterTimothy Gu2014-12-177-19/+220
|\ \ | | | | | | new packages minizip & tinyxml2, OpenAL updated
| * | OpenAl updatedSergey2014-12-152-19/+46
| | |
| * | tinyxml2Sergey2014-12-153-0/+65
| | |
| * | minizipSergey2014-12-153-0/+109
|/ /
* | Update cgalTimothy Gu2014-12-153-382/+272
| | | | | | | | | | | | | | | | Also adds a test for CGALImageIO. Fixes #587. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | Remove extraneous commaTimothy Gu2014-12-141-1/+1
| | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | Print config.log when build succeeded as wellTimothy Gu2014-12-141-6/+5
| | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | Merge branch 'stable'Timothy Gu2014-12-131-5/+2
|\ \ | |/
| * index: Update see-also linksTimothy Gu2014-12-131-5/+2
| | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | Merge branch 'stable'Timothy Gu2014-12-131-11/+10
|\ \ | |/
| * index: name javascript functionsTimothy Gu2014-12-131-11/+10
| | | | | | | | | | | | Better debugger output. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | index: Sort package listTimothy Gu2014-12-131-30/+30
| | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | ccfits: Add update routineTimothy Gu2014-12-131-2/+4
| | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | Added CCfits libraryStefano Balzan2014-12-132-0/+31
| | | | | | | | TODO: add an example program and updade instructions in ccfits.mk
* | cmake: updateTony Theodore2014-12-111-3/+3
| |
* | gnutls: updateMark Brand2014-12-111-2/+2
| |
* | ffmpeg: Update and link as console applicationTimothy Gu2014-12-111-2/+3
| | | | | | | | | | | | | | | | | | SDL and libcaca automatically adds `-mwindows`, treating the ffmpeg.exe as a GUI application while at the same time making stderr go to NUL. Found-by: Bill Westrup <wwestrup@vsscorp.com> See: http://lists.nongnu.org/archive/html/mingw-cross-env-list/2014-12/msg00018.html Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | qtbase: fix shared buildMark Brand2014-12-101-1/+1
| | | | | | | | Typo in 839eaf513b0068589a531e9a7a5525dc206860bd broke it.
* | qt5 modules: updateMark Brand2014-12-1024-7731/+29
| |
* | sqlite: updateMark Brand2014-12-101-2/+2
| |
* | boost: really fix naming convention and removal of previous libsTony Theodore2014-12-091-2/+1
| | | | | | | | | | | | | | | | The `runtime-link` option is redundant as the build will default to `link`. All the option does is to cause the mangling of library names and can be removed. Fixes #573 and #580
* | Revert "boost:fix for naming convention and removal of previous libs"Tony Theodore2014-12-091-12/+7
| | | | | | | | This reverts commit 2ff374c64ea4eba51a7f46d8439cfbd68cfd638d.
* | qtbase: build sql drivers as pluginsMark Brand2014-12-091-5/+4
| | | | | | | | | | | | | | Since Qt 5.3.0, static plugin linking is taken care of automaticallly by qmake, which removes the reason for building the sql drivers into QtSql instead of as plugins. For shared builds, plugins is the sensible choice too.
* | qwt: fix for removed QT_STATIC_CONST* macrosTony Theodore2014-12-092-14/+71
| |
* | qtbase: remove binary patchesMark Brand2014-12-091-238/+0
| | | | | | | | | | patch cannot apply binary diffs and we can live without them until the coming official release anyway.
* | qtbase: include post-RC patchesMark Brand2014-12-091-8/+7948
| | | | | | | | Some fixes and a more accurate preview of coming 5.4.0 release.
* | qtbase: fix oci testMark Brand2014-12-081-3/+23
| |
* | qtserialport_qt4: fix patch following qtserialport updateTony Theodore2014-12-081-59/+1
| |
* | boost hdf5 pkgconf qt: move cmake variables to respective packagesTony Theodore2014-12-084-4/+16
| |
* | Merge pull request #578 from starius/masterTimothy Gu2014-12-071-2/+0
|\ \ | | | | | | enable luabind x86_64 build
| * | enable luabind x86_64 buildBoris Nagaev2014-12-071-2/+0
|/ /
* | gsoap: updateMark Brand2014-12-071-2/+2
| |
* | Merge pull request #577 from starius/masterTimothy Gu2014-12-062-1/+120
|\ \ | | | | | | fix luabind for MinGW-w64
| * | luabind: test iterating list of numbersBoris Nagaev2014-12-061-0/+14
| | |
| * | luabind-test: test class bindingBoris Nagaev2014-12-061-1/+21
| | |
| * | fix luabindBoris Nagaev2014-12-061-0/+85
| | | | | | | | | | | | close #570