Commit Graph

14 Commits

Author SHA1 Message Date
Mark Brand 394d23ad0e update: gsoap, lzma, pcre 2019-02-24 19:51:55 +01:00
Mark Brand 8e0cef3ad1 update: gdb, libidn, lzma, nasm 2019-01-01 20:02:54 +01:00
Viktor Szakats b9a47e838a Secure URLs 2018-07-27 12:18:03 +10:00
Mark Brand a08b3225ff update: dbus, freetype, lzma, wget, xz 2018-05-08 22:43:12 +02:00
Tony Theodore 1bc2e4c181 liblzma: add note about liblzma installed by xz 2018-03-18 20:41:14 +11:00
Mark Brand b7cda18083 update: freetype, harfbuzz, lzma 2018-01-30 23:34:53 +01:00
Tony Theodore 01e2a64d00 cross packages: replace dependency gcc with cc 2017-12-23 08:19:00 +11:00
Mark Brand 6e2d233822 update lzma 2017-08-28 15:07:25 +02:00
Mark Brand 3712c4928c update: freetds, lzma, qtxlsxwriter, vmime 2017-05-07 15:25:51 +02:00
Mark Brand 31956d1c23 update lzma 2017-01-05 11:38:56 +01: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 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 Nagaev 513096f06e add native builds for upx, ucl, zlib
fix #988
2016-01-10 21:43:13 +11:00
Boris Nagaev 1185a87aaf add package lzma 2015-11-10 04:24:09 +03:00