Commit Graph

8 Commits

Author SHA1 Message Date
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
Timothy Gu 2fa7aeae00 x264: update
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
2014-10-07 20:30:18 -07:00
Alexander Kojevnikov d67ca7051d Fix x264 compilation on FreeBSD 2013-02-02 16:18:05 -08:00
Tony Theodore 71c06c963b update package x264 2012-12-13 00:02:41 +11:00
Volker Grabsch 7badad85c9 Move doc/index.html -> index.html 2012-03-29 12:14:15 +02:00
Volker Grabsch defdff28f0 Rebrand to new project name MXE 2012-03-28 15:46:58 +02:00
Volker Grabsch 9506a12ea1 upgrade packages: glew imagemagick libpaper x264 2011-05-18 03:49:34 +02:00
Tony Theodore 3bb2b8fcae update packages glew, gtkmm, imagemagick, pangomm, suitesparse, x264, xvidcore 2011-03-01 23:09:17 +11:00
Renamed from src/x264-2-fix-bin-bash.patch (Browse further)