Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Copyright headers: point to LICENSE.md and shorten | Boris Nagaev | 2016-08-27 | 1 | -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 | ||||
* | freeglut: add glu to requirements in .pc file | Boris Nagaev | 2016-07-16 | 1 | -0/+22 |
| | | | | | | Fix https://github.com/mxe/mxe/issues/1434 See https://github.com/mxe/mxe/pull/1429 See http://stackoverflow.com/a/17451000 | ||||
* | freeglut: update patch: fix pkgconfig file | Boris Pek | 2016-07-08 | 1 | -5/+22 |
| | |||||
* | freeglut: update from 2.8.1 to 3.0.0 | Boris Pek | 2016-06-29 | 1 | -51/+48 |
| | |||||
* | packages freeglut ftgl: add shared builds | Tony Theodore | 2014-02-10 | 1 | -2/+3 |
| | |||||
* | update package freeglut | Mark Brand | 2013-04-11 | 1 | -12/+6 |
| | |||||
* | Move doc/index.html -> index.html | Volker Grabsch | 2012-03-29 | 1 | -1/+1 |
| | |||||
* | Rebrand to new project name MXE | Volker Grabsch | 2012-03-28 | 1 | -2/+2 |
| | |||||
* | freeglut: Mention corresponding issue tracker entry in patch | Volker Grabsch | 2012-03-27 | 1 | -0/+3 |
| | |||||
* | update package freeglut | Mark Brand | 2012-01-03 | 1 | -9/+15 |
| | |||||
* | package freeglut: add pkg-config support | Mark Brand | 2011-10-24 | 1 | -0/+56 |