summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-games/godot: drop 4.0_rc1Ionen Wolkens2023-02-163-250/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-games/godot: update musl patchIonen Wolkens2023-02-162-2/+22
| | | | | | | | | | | | | Used to work but missed that a new godot4 alpha added automagic to enable execinfo. If libexecinfo is ever packaged, could yank this, depend on it for musl and let the automagic do its thing. Not really tested on musl, but it builds. godot:3 should still build fine, it only auto-enables execinfo on BSD. Closes: https://bugs.gentoo.org/894762 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-games/godot: add 4.0_rc2Ionen Wolkens2023-02-152-0/+241
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-games/godot: drop 4.0_beta17Ionen Wolkens2023-02-133-293/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-games/godot: add 4.0_rc1Ionen Wolkens2023-02-082-0/+241
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-games/godot: drop 4.0_beta16Ionen Wolkens2023-02-082-241/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-games/godot: add 4.0_beta17Ionen Wolkens2023-02-023-0/+293
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-games/godot: drop 4.0_beta15Ionen Wolkens2023-02-022-241/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-games/godot: add 4.0_beta16Ionen Wolkens2023-01-282-0/+241
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-games/godot: drop 4.0_beta14Ionen Wolkens2023-01-283-252/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-games/godot: add 4.0_beta15Ionen Wolkens2023-01-252-0/+241
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-games/godot: drop 4.0_beta13Ionen Wolkens2023-01-252-251/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-games/godot: add 4.0_beta14Ionen Wolkens2023-01-212-0/+251
| | | | | | | Newly bundles astcenc (Apache-2.0), but doesn't seem to make much sense to try to unbundle this. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-games/godot: drop 4.0_beta12Ionen Wolkens2023-01-212-260/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-games/godot: enable py3.11 for slot 3Ionen Wolkens2023-01-181-1/+1
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-games/godot: drop 4.0_beta11Ionen Wolkens2023-01-182-260/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-games/godot: add 4.0_beta13Ionen Wolkens2023-01-182-0/+251
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* */*: remove py3.8 from PYTHON_COMPATDavid Seifert2023-01-143-4/+4
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* dev-games/godot: add 4.0_beta12Ionen Wolkens2023-01-142-0/+260
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-games/godot: drop 4.0_beta10Ionen Wolkens2023-01-142-257/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-games/godot: add 4.0_beta11Ionen Wolkens2023-01-113-0/+261
| | | | | | | | Newly makes vulkan optional albeit enable it by default given it's still favored (beta11 drops the restriction formerly added because it was the only available option). Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-games/godot: drop 4.0_beta9Ionen Wolkens2022-12-292-257/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-games/godot: add 4.0_beta10Ionen Wolkens2022-12-242-0/+257
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-games/godot: drop 4.0_beta8-r1Ionen Wolkens2022-12-242-257/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-games/godot: add 4.0_beta9Ionen Wolkens2022-12-202-0/+257
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-games/godot: drop 4.0_beta7Ionen Wolkens2022-12-193-286/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-games/godot: prevent upgrade to libX11-1.8.3 tooIonen Wolkens2022-12-151-1/+1
| | | | | | | | | | | | | | | Don't want to cause a rebuild over this, but it's completely broken with 1.8.3. Had hoped libX11's upstream would look at this before doing a new release that includes the reentrancy patch. 1.8.2-r0 works but ideally recommend to use stable libX11-1.8.1 Would be simpler to mask, although affected packages are few (vkQuake (not packaged) and maybe gamescope(?) on top godot for what I've heard). Still unclear if the issue is with the packages or libX11. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-games/godot: add 4.0_beta8Ionen Wolkens2022-12-103-0/+298
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-games/godot: drop 4.0_beta6Ionen Wolkens2022-12-102-251/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-games/godot: avoid at least libX11-1.8.2-r1 for nowIonen Wolkens2022-12-011-1/+7
| | | | | | See comment's issue links for details. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-games/godot: add 4.0_beta7Ionen Wolkens2022-12-012-0/+251
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-games/godot: drop 4.0_beta5Ionen Wolkens2022-12-012-251/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-games/godot: add 4.0_beta6Ionen Wolkens2022-11-242-0/+251
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-games/godot: drop 4.0_beta4-r1Ionen Wolkens2022-11-242-251/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-games/godot: add 4.0_beta5Ionen Wolkens2022-11-162-0/+251
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-games/godot: drop 4.0_beta3Ionen Wolkens2022-11-052-256/+0
| | | | | | Broken with new glslang, may as well get rid of it now. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-games/godot: switch to bundled glslang+vulkan-headersIonen Wolkens2022-11-021-11/+6
| | | | | | | | | | | | Similarly to pcsx2, this uses part of the glslang private API and can break easily with the system's copy. Also use bundled vulkan-headers given mismatching with glslang is also volatile. Revbump given it could've built with the old glslang and possibly have ill effects after updating it. Closes: https://bugs.gentoo.org/879111 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-games/godot: add 4.0_beta4Ionen Wolkens2022-11-022-0/+256
| | | | | | | | Also fix optimize usage, was fine in beta2 but in beta3 the meaning changed and =none isn't 'pass nothing' but rather -O0. The new optimize=custom is the one we want. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-games/godot: drop 4.0_beta2Ionen Wolkens2022-11-012-257/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-games/godot: fix build with USE=-guiIonen Wolkens2022-10-152-0/+15
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-games/godot: add 4.0_beta3Ionen Wolkens2022-10-152-0/+255
| | | | | | | | | | | | This changes things around for target and tools flags (latter is removed and replaced by target=editor), and dev_build replaces target=debug. Adjusted so it hopefully works the same as before. Please report if anything off, these alpha/beta change a lot of things around and it's not always obvious to keep up with scons combined with the long build times. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-games/godot: drop 3.5, 4.0_beta1Ionen Wolkens2022-10-083-476/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-games/godot: add 4.0_beta2Ionen Wolkens2022-09-302-0/+257
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-games/godot: add 3.5.1Ionen Wolkens2022-09-282-0/+219
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-games/godot: drop 4.0_alpha16, 4.0_alpha17Ionen Wolkens2022-09-163-514/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-games/godot: add 4.0_beta1, keywordedIonen Wolkens2022-09-162-0/+257
| | | | | | | | | | | | Was already planning to keyword once it's out of alpha with the first beta given realistically new projects should be started on 4 even if beta (migration from 3 is non-trivial). Reminder that it's slotted and 3 is very much still supported, so godot:3 can be added to world file for working on or running older projects. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-games/godot: add 4.0_alpha17Ionen Wolkens2022-09-142-0/+257
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-games/godot: drop 4.0_alpha14, 4.0_alpha15Ionen Wolkens2022-09-143-514/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-games/godot: add 4.0_alpha16Ionen Wolkens2022-09-072-0/+257
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-games/godot: add 4.0_alpha15, unkeywordedIonen Wolkens2022-08-302-0/+257
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>