Commit Graph

12 Commits

Author SHA1 Message Date
Viktor Szakats e961e447fb URL updates 2017-03-04 10:33:47 +00:00
Boris Nagaev 74163f1794 add _WEBSITE and _DESCR fields to core packages
See https://github.com/mxe/mxe/issues/1422

Automation (Python 2 code): https://gist.github.com/9f5c315e5d0cf113d41dc454b7a0eb41
2016-12-22 22:25:48 +01:00
Boris Pek 3c64675593 libjpeg-turbo: update from 1.5.0 to 1.5.1 2016-12-02 15:22:50 +03: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
Boris Pek 6fe4b2838d libjpeg-turbo: update from 1.4.1 to 1.5.0
Drop unneeded patches.
2016-06-16 11:36:04 +03:00
Tony Theodore d28c2c0227 libjpeg-turbo: retry after parallel build failure 2015-11-26 14:28:33 +11:00
Tony Theodore fc0ed34fb9 all packages: really use sha256 checksums 2015-09-23 18:32:58 +10:00
Tony Theodore a228c0488f all packages: switch to sha256 checksums
closes #871
2015-09-23 17:27:16 +10:00
Boris Nagaev c4429f2ce3 libjpeg-turbo: install DLL to bin/libjpeg-turbo
Enable shared build. It was disabled because DLLs were
installed to lib/bin.

see #826
2015-09-06 19:53:57 +03:00
Tony Theodore 1084cc5346 libjpeg-turbo: fix install directories and build test program, disable shared 2015-09-07 00:15:38 +10:00
Boris Pek f88188fabd libjpeg-turbo: add yasm to dependencies 2015-07-16 13:48:23 +03:00
Boris Pek 1635d698dd Add package libjpeg-turbo 2015-07-15 13:20:11 +03:00