summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
* | | freetype: updateMark Brand2014-12-061-2/+2
| | |
* | | sqlite: updateMark Brand2014-12-061-2/+2
|/ /
* | libftdi: fix typoTony Theodore2014-12-061-1/+1
| |
* | boost:fix for naming convention and removal of previous libsTony Theodore2014-12-061-7/+12
| |
* | new qt5 modules: qtwebchannel and qtwebengineMark Brand2014-12-063-0/+52
| |
* | qt5: update modulesMark Brand2014-12-0623-76/+46
| |
* | qtsystems: updateMark Brand2014-12-061-2/+2
| |
* | Merge pull request #574 from uwehermann/libftdi_fixTimothy Gu2014-12-051-0/+3
|\ \ | | | | | | libftdi: Explicitly disable bindings and docs.
| * | libftdi: Explicitly disable bindings and docs.Uwe Hermann2014-12-051-0/+3
|/ / | | | | | | | | | | | | | | | | Building the libftdi C++/Python bindings requires the (pretty large) dependencies on boost/Python, so disable them for now. Also disable unneeded documentation. This fixes issue #572.
* | boost: fixes for v1.57 updateTony Theodore2014-12-052-10/+1640
| |
* | vmime: updateMark Brand2014-12-041-2/+2
| |
* | libgcrypt: fix x86_64-w64-mingw32 buildsTony Theodore2014-12-042-1/+145
| |
* | docs: note usage of UPDATE_DRYRUNTony Theodore2014-12-041-0/+8
| |
* | x264: use last commit date in update macroTony Theodore2014-12-031-1/+4
| |
* | update various packages (tested on i686-w64-mingw32.static)Tony Theodore2014-12-0131-62/+62
| | | | | | | | | | | | | | ffmpeg flac gdk-pixbuf glew glib graphicsmagick ilmbase imagemagick libffi libftdi1 libircclient libmicrohttpd libpaper librsvg libtool libwebp libxml++ libxml2 mpg123 mxml nlopt oce openblas opencv opusfile pfstools poco poppler primesieve x264 xine-lib
* | pcl: updateTony Theodore2014-12-013-52/+2
| |
* | libgcrypt: updateTony Theodore2014-12-012-181/+2
| |
* | icu4c: updateTony Theodore2014-12-012-17/+2
| |
* | wt: fixes for newer boostTony Theodore2014-12-011-7/+70
| |
* | boost: updateTony Theodore2014-12-013-60/+9
| | | | | | | | breaks luabind but all other deps (armadillo assimp cgal json_spirit openscenegraph pcl wt xmlwrapp) okay
* | fltk: updateTony Theodore2014-12-012-21/+2
| |
* | hdf4: updateTony Theodore2014-12-012-5/+5
| |
* | file: updateTony Theodore2014-12-012-2/+84
| |
* | armadillo: updateTony Theodore2014-12-011-2/+2
| |
* | gstreamer and plugins: updateTony Theodore2014-12-013-6/+6
| |
* | gsoap: updateMark Brand2014-12-011-2/+2
| |
* | pthreads: change reference to removed pthreads-w32 packageTony Theodore2014-11-301-2/+2
| |
* | opus: portability fix for bashismsTony Theodore2014-11-301-3/+3
| |
* | apr glew: portability fix for $(MAKE)Tony Theodore2014-11-302-2/+2
| |
* | librtmp: call *-pkg-config only for static buildsTony Theodore2014-11-301-2/+3
| |