c1636d1bcf
Use git master for `graphite2` and a better cmake patch, with these `DIST_ARGS`: ``` -DGRAPHITE2_NFILEFACE=ON -DGRAPHITE2_TESTS=OFF -DGRAPHITE2_DOCS=OFF ``` Use `DIST_CONFIGURE_OVERRIDES` instead of `DIST_ARGS` for `libvpx` and `ffmpeg` because their configure scripts error on the `--sysconfdir` arg. Change all other references to `libvpx` and `ffmpeg` `DIST_ARGS` to use `DIST_CONFIGURE_OVERRIDES` instead. Add `-j1` to `xvidcore` `MAKE_ARGS` because it sometimes fails parallel builds. Change the `mkdir` commands to `mkdir -p` in `mingw.sh` because `core.sh` now also makes those directories. In `mingw.sh` for `libvpx` extra `CFLAGS`, add `-mstackrealign` for 32 bit builds and `-fno-asynchronous-unwind-tables` for 64 bit builds. The latter is necessary to build, taken from the msys2 `libvpx` mingw package. Also add the `stdint.h` `-include` option to `CFLAGS` for libtheora and ffmpeg because they use the `libogg` headers. Signed-off-by: Rafael Kitover <rkitover@gmail.com> |
||
---|---|---|
.. | ||
builder | ||
third_party_libs_tool |