summaryrefslogtreecommitdiffstats
path: root/src/oce.mk
Commit message (Collapse)AuthorAgeFilesLines
* oce: updateMartin Müllenhaupt2017-08-081-19/+9
|
* use cmake wrapper in all packagesBoris Nagaev2017-01-081-2/+2
| | | | | | | Native binaries (libmysqlclient, vtk, vtk6) still build with `cmake` instead of the cmake wrapper. Note that even in these cases MXE's cmake is used (not system cmake), because $(PREFIX)/$(BUILD)/bin is added to PATH by Makefile and MXE's cmake binary exists there.
* add _WEBSITE and _DESCR fields to core packagesBoris Nagaev2016-12-221-0/+2
| | | | | | See https://github.com/mxe/mxe/issues/1422 Automation (Python 2 code): https://gist.github.com/9f5c315e5d0cf113d41dc454b7a0eb41
* Copyright headers: point to LICENSE.md and shortenBoris Nagaev2016-08-271-2/+1
| | | | | | | | | | | | | | | | | | | The following script was applied: sed ':a;/part of MXE.$/{N;s/\n//;ba}' -i $(git grep -l 'part of MXE') sed 's/\(part of MXE\).*\(See index.html\)/\1. \2/' -i \ $(git grep -l 'part of MXE.*See index.html') before='This file is part of MXE. See index.html for further information.' after='This file is part of MXE. See LICENSE.md for licensing information.' sed "s/$before/$after/" -i $(git grep -l 'part of MXE') Then git grep 'index.html for further information' revealed two other files. One of them was patched manually (patch.mk). Makefile has text "See index.html for further information" unrelated to licensing. See https://github.com/mxe/mxe/issues/1500#issuecomment-241340792
* oce: disable installing dependent libsTony Theodore2016-07-071-1/+2
| | | | | this breaks static builds and appears to only be useful for creating self-contained bundles
* oce: update from 0.16.1 to 0.17.2Boris Pek2016-07-061-5/+6
|
* all packages: really use sha256 checksumsTony Theodore2015-09-231-1/+1
|
* all packages: switch to sha256 checksumsTony Theodore2015-09-231-1/+1
| | | | closes #871
* update various packages (tested on i686-w64-mingw32.static)Tony Theodore2014-12-011-2/+2
| | | | | | | 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
* various packages: run `make cleanup-style`Tony Theodore2014-10-291-1/+1
|
* Remove i686-pc-mingw32 package recipesTimothy Gu2014-10-141-1/+0
| | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* move CMAKE_MODULE_PATH into toolchain configMartin Müllenhaupt2014-10-081-2/+1
|
* package oce: fix static compilation #514Martin Müllenhaupt2014-10-081-3/+2
|
* oce: fix static freetype detection (see #514)Tony Theodore2014-10-061-3/+4
|
* oce: disable on i686-pc-mingw32Timothy Gu2014-09-211-0/+2
| | | | | | | | | | | There are multiple bugs related to i686-pc-mingw32. They seem to be fixable but I don't think they are worth fixing when i686-w64-mingw32 works just fine. If you are interested in fixing i686-pc-mingw32, by all means feel free to do so! Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* oce: Add update macroTimothy Gu2014-09-091-2/+4
| | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* oce: Use a more consistent naming scheme for package fileTimothy Gu2014-09-091-2/+2
| | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* package oce: fix indentation of update placeholderMartin Müllenhaupt2014-09-041-2/+2
|
* package oce: fix patch and updateMartin Müllenhaupt2014-09-041-2/+2
|
* package oce: build more modules, add update placeholderMartin Müllenhaupt2014-09-041-2/+4
|
* new package: oceMartin Müllenhaupt2014-09-041-0/+30