aboutsummaryrefslogtreecommitdiffstats
path: root/testing/mednafen
Commit message (Collapse)AuthorAgeFilesLines
* [various]: unify names of licenses according to SPDXJakub Jirutka2017-12-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit updates $license variable in all APKBUILDs to comply with short names specified by SPDX version 3.0 [1] where possible. It was done using find-and-replace method on substrings inside $license variables. Only license names were updated, not "expressions" specifying relation between the licenses (e.g. "X and Y", "X or Y", "X and (Y or Z)") or exceptions (e.g. "X with exceptions"). Many licenses have a version or multiple variants, e.g. MPL-2.0, BSD-2-Clause, BSD-3-Clause. However, $license in many aports do not contain license version or variant. Since there's no way how to infer this information just from abuild, it were left without the variant suffix or version, i.e. non SPDX compliant. GNU licenses (AGPL, GFDL, GPL, LGPL) are especially complicated. They exist in two variants: -only (formerly e.g. GPL-2.0) and -or-later (formerly e.g. GPL-2.0+). We did not systematically noted distinguish between these variants, so GPL-2.0, GPL2, GPLv2 etc. may mean GPL-2.0-only or GPL-2.0-or-later. Thus GNU licenses without "+" (e.g. GPL2+) were left without the variant suffix, i.e. non SPDX compliant. Note: This commit just fixes format of the license names, no verification has been done if the specified license information is actually correct! [1]: https://spdx.org/licenses/
* testing/mednafen: fix build on gcc6Carlo Landmeter2016-08-272-3/+18
|
* testing/mednafen: upgrade to 0.9.38.7AmatCoder2016-06-015-76/+23
|
* testing/mednafen: update to 0.9.38.4 Physical CD support has been dropped so ↵AmatCoder2015-05-212-11/+11
| | | | libcdio is not needed Thanks to Timo for previous upgrade
* testing/mednafen: fix x86 buildTimo Teräs2015-04-102-5/+46
| | | | don't use ebx in inline asm as it's unavailable in PIC build
* testing/mednafen: upgrade to 0.9.38.3 and use paxmarkTimo Teräs2015-04-102-20/+21
|
* testing/mednafen: Fix textrels on x86 and rebuild against new libcdioAmatcoder2014-12-013-12/+27
|
* testing/mednafen: build only x86_64 archAmatCoder2014-11-141-2/+2
|
* testing/mednafen: split out -langNatanael Copa2014-11-131-3/+7
|
* testing/mednafen: new aportAmatCoder2014-11-133-0/+100