Commit Graph

6 Commits

Author SHA1 Message Date
Tony Theodore cc7dea4004 sfml: update and minor fixes
see #2193 and #2234
2018-11-22 20:06:18 +11:00
PsychoXIVI 5187f11165 sfml: updated (including patch modifications) 2018-11-22 20:06:18 +11:00
Boris Nagaev 6adb5ade12 Copyright headers: point to LICENSE.md and shorten
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
2016-08-27 12:31:29 +03:00
Tony Theodore 3e134a29e4 sfml: update 2.2 -> 2.3.1 and fix external lib installation 2015-09-05 18:31:54 +10:00
GuilhermeBernal aa7088153e sfml: update to 2.2 2015-03-22 09:11:50 -03:00
Tony Theodore b2bef6b006 package sfml: fix line endings and convert patches to git format 2013-07-06 18:54:03 +10:00