Commit Graph

19 Commits

Author SHA1 Message Date
Jonas Kvinge e85e2ac8e8 Update mman-win32 2018-09-23 23:14:28 +02:00
Tony Theodore adc19c37e8 mman picomodel pire: use new-style options 2018-03-15 12:28:24 +11:00
Tony Theodore 01e2a64d00 cross packages: replace dependency gcc with cc 2017-12-23 08:19:00 +11:00
Boris Nagaev c5864def02 remove unneeded cmake vars specified by packages 2017-01-08 03:01:54 +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
Jérémie Laval 039d02de7b mman-win32: re-enable static build after changes in ca5bba6 2016-03-23 15:31:37 -04:00
Tony Theodore ca5bba63af mman-win32: switch to cmake and really build .dll 2015-12-02 18:28:07 +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
0xACE c761464b6c Fixed errors in mman-win32.mk
This has been tested and works fine now.
2015-03-12 22:39:08 +01:00
0xACE 238ff4d97d mman-win32.mk download .tar.gz rather than .zip
Noticed this small error.
2015-03-10 03:21:13 +01:00
0xACE dced1f10b6 Updated to the latest mman-win32
Updated to the latest mman-win32. Improved the method of resolving the URL and UPDATE variables.
2015-03-10 02:28:45 +01:00
0xACE ad0e46aa82 Update mman-win32.mk
Rather than always downloading the latest commit, this will cause it to download a specific commit.
2015-03-10 01:19:16 +01:00
0xACE cd52f35335 Updated mman-win32
This updates the the checksum and version to the latest commit...

If you're not willing to change to the latest commit, you could change the URL to:
    3421c28e75.zip

Rather than keeping:
    https://github.com/witwall/mman-win32/archive/master.tar.gz

That master.tar.gz is probably always pointing at the latest commit.
2015-03-09 21:52:35 +01:00
Tony Theodore c950f3635c various packages: enable shared builds 2014-02-10 16:33:26 +11:00
Tony Theodore 50ad49f7bc packages libcdio mman-win32 vcdimager: fix update placeholders 2014-01-28 16:12:26 +11:00
Tuukka Pasanen ea231497a3 package mman-win32: changed tar-ball name better 2014-01-28 16:02:47 +11:00
Tuukka Pasanen 6ac8cdd497 new package mman-win32: depency of xine-lib 1.2 2014-01-28 16:02:28 +11:00