Commit Graph

13 Commits

Author SHA1 Message Date
Viktor Szakats 7350b98256 secure/fix URLs 2018-08-14 19:09:36 +10:00
Tony Theodore e38d2b7898 libtorrent-rasterbar: enable shared 2018-03-17 19:13:11 +11:00
Tony Theodore 1981062deb libtorrent-rasterbar: update 1.1.0 --> 1.1.6 2018-03-06 21:31:04 +11:00
Tony Theodore 01e2a64d00 cross packages: replace dependency gcc with cc 2017-12-23 08:19:00 +11: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 dea554d038 libtorrent-rasterbar: fix internal gcc error on
logs of x86_64-w64-mingw32.static:
before: https://gist.github.com/7c61dde0bca9160ae335e8a117862b14
after:  https://gist.github.com/f429d35c8600c450606028822649afa8

Flags "-g -O2" had been there before CXXFLAGS was set.
This commit brings them back.
2016-05-30 13:17:35 +10:00
Tony Theodore b247344bdc libtorrent-rasterbar: update 1.0.7 --> 1.1.0
failing on x86_64-w64-mingw32.static
2016-05-30 13:17:34 +10:00
Tony Theodore 1eaf1f32f6 libtorrent-rasterbar: update 1.0.6 --> 1.0.7
tested on all four targets
2015-12-25 22:52:15 +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
Tony Theodore dcd1c40a54 libtorrent-rasterbar: disable tests and examples 2015-09-04 15:12:13 +10:00
Boris Nagaev 30ddbd79e1 add package libtorrent-rasterbar 2015-09-01 00:02:25 +03:00