mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
emulators/yuzu: revert LICENSE change
Yuzu upstream was taken down as part of the settlement between
Nintendo and Tropic Haze LLC. Other parties are mostly unaffected.
For example, DMCA §1201(a)(2)(a) doesn't seem to apply here as Yuzu
- can be used to develop and run homebrew games
- is primarily designed for emulation
- can play already decrypted games
- doesn't ship/generate decryption keys (unlike libdvdcss)
This reverts commit df375e19a7
.
See also: https://www.eff.org/press/releases/licensing-scheme-fair-uses-and-other-speech-violates-first-amendment-eff-argues
This commit is contained in:
parent
e6cdbf1f12
commit
3a9bd9dd8a
1 changed files with 6 additions and 14 deletions
|
@ -1,7 +1,5 @@
|
|||
PORTNAME= yuzu
|
||||
PORTVERSION= s20240227
|
||||
PORTREVISION= 1
|
||||
|
||||
CATEGORIES= emulators wayland
|
||||
.if make(makesum)
|
||||
MASTER_SITES= https://api.yuzu-emu.org/gamedb/?dummy=/:gamedb
|
||||
|
@ -15,18 +13,12 @@ MAINTAINER= jbeich@FreeBSD.org
|
|||
COMMENT= Nintendo Switch emulator/debugger
|
||||
WWW= https://yuzu-emu.org/
|
||||
|
||||
#LICENSE= APACHE20 BSD3CLAUSE GPLv3+ ISCL MIT UNLICENSE
|
||||
#LICENSE_COMB= multi
|
||||
#LICENSE_FILE_BSD3CLAUSE=${WRKSRC}/externals/sirit/LICENSE.txt
|
||||
#LICENSE_FILE_GPLv3+ = ${WRKSRC}/LICENSE.txt
|
||||
#LICENSE_FILE_ISCL= ${WRKSRC}/externals/cubeb/LICENSE
|
||||
#LICENSE_FILE_MIT= ${WRKSRC}/externals/sirit/externals/SPIRV-Headers/LICENSE
|
||||
|
||||
LICENSE= yuzu
|
||||
LICENSE_NAME= yuzu license
|
||||
LICENSE_TEXT= No redistribution
|
||||
|
||||
LICENSE_PERMS= no-dist-mirror no-dist-sell no-pkg-mirror no-pkg-sell no-auto-accept
|
||||
LICENSE= APACHE20 BSD3CLAUSE GPLv3+ ISCL MIT UNLICENSE
|
||||
LICENSE_COMB= multi
|
||||
LICENSE_FILE_BSD3CLAUSE=${WRKSRC}/externals/sirit/LICENSE.txt
|
||||
LICENSE_FILE_GPLv3+ = ${WRKSRC}/LICENSE.txt
|
||||
LICENSE_FILE_ISCL= ${WRKSRC}/externals/cubeb/LICENSE
|
||||
LICENSE_FILE_MIT= ${WRKSRC}/externals/sirit/externals/SPIRV-Headers/LICENSE
|
||||
|
||||
ONLY_FOR_ARCHS= aarch64 amd64
|
||||
ONLY_FOR_ARCHS_REASON= requires int128 and dynarmic backend
|
||||
|
|
Loading…
Add table
Reference in a new issue