Commit Graph

8 Commits

Author SHA1 Message Date
R. Ryantm
01b5d7a05d gzdoom: 4.12.1 -> 4.12.2 2024-05-05 02:27:26 +00:00
R. Ryantm
3f77d4164f gzdoom: 4.11.3 -> 4.12.1 2024-04-27 23:32:55 +00:00
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
R. Ryantm
867fe984b5 gzdoom: 4.11.1 -> 4.11.3 2023-11-05 03:26:08 +00:00
Azat Bahawi
5cee55a7fe
gzdoom: fix desktop item 2023-10-22 18:48:00 +03:00
R. Ryantm
52b6c8c381 gzdoom: 4.11.0 -> 4.11.1 2023-10-12 13:35:51 +00:00
Sergei Trofimovich
c65ad2c49f gzdoom: 4.10.0 -> 4.11.0
Among other things fixes build failure against gcc-13:

    $ nix build --impure --expr 'with import ./. {}; gzdoom.override { stdenv = gcc13Stdenv; }' -L
    gzdoom> /build/source/src/common/rendering/vulkan/thirdparty/vk_mem_alloc/vk_mem_alloc.h: In function 'void VmaUint32ToStr(char*, size_t, uint32_t)':
    gzdoom> /build/source/src/common/rendering/vulkan/thirdparty/vk_mem_alloc/vk_mem_alloc.h:2410:9: error: 'snprintf' was not declared in this scope
    gzdoom>  2410 |         snprintf(outStr, strLen, "%u", static_cast<unsigned int>(num));
    gzdoom>       |         ^~~~~~~~
    gzdoom> /build/source/src/common/rendering/vulkan/thirdparty/vk_mem_alloc/vk_mem_alloc.h:2262:1: note: 'snprintf' is defined in header '<cstdio>'; did you forget to '#include <cstdio>'?

Changes: https://github.com/ZDoom/gzdoom/releases/tag/g4.11.0
2023-10-06 11:15:58 +01:00
Anderson Torres
d2151c5dae gzdoom: move to games/doom-ports 2023-05-02 22:35:27 -03:00