summaryrefslogtreecommitdiffstats
path: root/src/mman-win32.mk
Commit message (Collapse)AuthorAgeFilesLines
* remove unneeded cmake vars specified by packagesBoris Nagaev2017-01-081-2/+1
|
* add _WEBSITE and _DESCR fields to core packagesBoris Nagaev2016-12-221-0/+2
| | | | | | See https://github.com/mxe/mxe/issues/1422 Automation (Python 2 code): https://gist.github.com/9f5c315e5d0cf113d41dc454b7a0eb41
* Copyright headers: point to LICENSE.md and shortenBoris Nagaev2016-08-271-2/+1
| | | | | | | | | | | | | | | | | | | 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
* mman-win32: re-enable static build after changes in ca5bba6Jérémie Laval2016-03-231-1/+2
|
* mman-win32: switch to cmake and really build .dllTony Theodore2015-12-021-15/+15
|
* all packages: really use sha256 checksumsTony Theodore2015-09-231-1/+1
|
* all packages: switch to sha256 checksumsTony Theodore2015-09-231-1/+1
| | | | closes #871
* Fixed errors in mman-win32.mk0xACE2015-03-121-2/+2
| | | This has been tested and works fine now.
* mman-win32.mk download .tar.gz rather than .zip0xACE2015-03-101-1/+1
| | | Noticed this small error.
* Updated to the latest mman-win320xACE2015-03-101-7/+4
| | | Updated to the latest mman-win32. Improved the method of resolving the URL and UPDATE variables.
* Update mman-win32.mk0xACE2015-03-101-3/+3
| | | Rather than always downloading the latest commit, this will cause it to download a specific commit.
* Updated mman-win320xACE2015-03-091-2/+2
| | | | | | | | | | | 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: https://github.com/witwall/mman-win32/archive/3421c28e753c38d24a2e27c111b1c9b4601ebe7d.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.
* various packages: enable shared buildsTony Theodore2014-02-101-3/+1
|
* packages libcdio mman-win32 vcdimager: fix update placeholdersTony Theodore2014-01-281-2/+3
|
* package mman-win32: changed tar-ball name betterTuukka Pasanen2014-01-281-1/+1
|
* new package mman-win32: depency of xine-lib 1.2Tuukka Pasanen2014-01-281-0/+29