# GNU Guix --- Functional package management for GNU # Copyright © 2024 gemmaro # # This file is part of GNU Guix. # # GNU Guix is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 3 of the License, or (at # your option) any later version. # # GNU Guix is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with GNU Guix. If not, see . # "--keep 0": produce an output even if the translation is not complete [options] \ --package-name "guix manual" \ --copyright-holder "the authors of Guix (msgids)" \ --msgid-bugs-address "bug-guix@gnu.org" \ --master-charset UTF-8 \ --localized-charset UTF-8 \ --keep 0 [po4a_langs] de es fr pt_BR ru zh_CN ko sk sv [po4a_paths] $(pot) $lang:$(po) [type:texinfo] $(master) $lang:$(localized) 1eb0eed008c24ec'>treecommitdiff
AgeCommit message (Expand)Author
2021-03-01gnu: glslang: Use 11.0.0 as git-fetch tag....* gnu/packages/vulkan.scm (glslang)[source]: Use tag 11.0.0. From the README.md: "The versioning scheme is being improved, and you might notice some differences. This is currently WIP, but will be coming soon." In this curse, they moved the tag 10-11.0.0 to just 11.0.0. See also <https://github.com/KhronosGroup/glslang/issues/2450>. Björn Höfling
2021-02-01Merge branch 'staging'Leo Famulari
2021-01-29gnu: vkd3d: Update to 1.2....* gnu/packages/vulkan.scm (vkd3d): Update to 1.2. Leo Prikler
2020-12-13gnu: shaderc: Update to 2020.4....* gnu/packages/vulkan.scm (shaderc): Update to 2020.4. [arguments]: Add "-Dglslang_SOURCE_DIR" in #:configure-flags. Marius Bakke
2020-12-13gnu: vulkan-tools: Update to 1.2.162....* gnu/packages/vulkan.scm (vulkan-tools): Update to 1.2.162. Marius Bakke
2020-12-13gnu: vulkan-loader: Update to 1.2.162....* gnu/packages/vulkan.scm (vulkan-loader): Update to 1.2.162. Marius Bakke
2020-12-13gnu: vulkan-headers: Update to 1.2.164....* gnu/packages/vulkan.scm (vulkan-headers): Update to 1.2.164. Marius Bakke
2020-12-13gnu: glslang: Update to 10-11.0.0....* gnu/packages/vulkan.scm (glslang): Update to 10-11.0.0. Marius Bakke
2020-07-25gnu: vulkan-tools: Update to 1.2.148....* gnu/packages/vulkan.scm (vulkan-headers, vulkan-loader, vulkan-tools): Update to 1.2.148. Marius Bakke
2020-07-01gnu: spirv-cross: Improve description....* gnu/packages/vulkan.scm (spirv-cross)[description]: Simplify. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Leo Prikler