/etc/git/

='Atom feed' href='https://git.koszko.org/guix/atom/gnu/packages/gl.scm?h=koszko' type='application/atom+xml'/>
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/gl.scm
AgeCommit message (Expand)Author
2022-11-21gnu: mesa-utils: Install eglinfo....* gnu/packages/gl.scm (mesa-utils)[inputs]: Remove input labels. [arguments]: Install eglinfo to bin. Signed-off-by: Marius Bakke <marius@gnu.org> Petr Hodina
2022-10-16Merge branch 'staging'Marius Bakke
2022-10-15gnu: libglvnd: Update to 1.5.0....* gnu/packages/gl.scm (libglvnd): Update to 1.5.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Hilton Chain
2022-09-07Merge branch 'master' into stagingMarius Bakke
2022-09-01gnu: Delete mono and dependent packages....Fixes <https://issues.guix.gnu.org/55026>. * gnu/packages/mono.scm: Delete file. * gnu/packages/patches/mono-mdoc-timestamping.patch: Likewise. * gnu/local.mk (GNU_SYSTEM_MODULES): De-register module file. (dist_patch_DATA): Re-register patch file. * gnu/packages/game-development.scm (fna): Delete variable. * gnu/packages/gl.scm (mojoshader-cs): Likewise. * gnu/packages/sdl.scm (sdl2-cs): Likewise. Maxim Cournoyer
2022-06-23gnu: glu: Update to 9.0.2....* gnu/packages/gl.scm (glu): Update to 9.0.2. [source]: Switch to GIT-FETCH. [native-inputs]: Add PKG-CONFIG, AUTOCONF, AUTOMAKE, and LIBTOOL. Marius Bakke
2022-06-23gnu: freeglut: Update to 3.2.2....* gnu/packages/gl.scm (freeglut): Update to 3.2.2. [source](uri): Switch to new primary download location. [source](patches): Remove. * gnu/packages/patches/freeglut-gcc-compat.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. Marius Bakke
2022-06-23gnu: libepoxy: Use new style....* gnu/packages/gl.scm (libepoxy)[arguments]: Use gexp and remove labels. While at it, remove obsolete substitution. Marius Bakke
2022-06-23gnu: libepoxy: Update to 1.5.10....* gnu/packages/gl.scm (libepoxy): Update to 1.5.10. [source]: Switch to GIT-FETCH. [arguments]: Remove trailing #t and defunct bootstrap phase. Marius Bakke
2022-06-23gnu: libva: Update to 2.14.0....* gnu/packages/video.scm (libva): Update to 2.14.0. * gnu/packages/gl.scm (libva-without-mesa)[arguments]: Remove obsolete configure flag. While here, remove unnecessary splicing. Marius Bakke
2022-06-01Merge remote-tracking branch 'origin/master' into stagingEfraim Flashner
2022-05-28gnu: mesa: Build with llvm on armhf-linux....* gnu/packages/gl.scm (mesa)[inputs]: Add llvm for all architectures. [native-inputs]: Add glslang for all architectures. [arguments]: Adjust configure-flags to give armhf-linux its own gallium-drivers and enable llvm support. Rewrite portions that no longer depend on specific architectures to enable flags. Adjust custom 'disable-failing-test phase to skip a test on armhf-linux. Efraim Flashner
2022-05-26Merge branch 'master' into stagingLudovic Courtès
2022-05-15gnu: mesa: Remove input labels....* gnu/packages/gl.scm (mesa)[inputs, native-inputs]: Remove labels. (mesa-opencl)[inputs-, native-inputs]: Likewise, and use 'modify-inputs'. Ludovic Courtès
2022-05-15gnu: mesa: Update to 21.3.8....* gnu/packages/gl.scm (mesa): Update to 21.3.8. Ludovic Courtès
2022-05-20gnu: glmark2: Update to 2021.12....* gnu/packages/gl.scm (glmark2): Update to 2021.12. [build-system]: Switch to meson build system. [arguments]: Adjust arguments to meson build system. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Petr Hodina
2022-02-09gnu: Add glad....* gnu/packages/gl.scm (glad): New variable. Maxim Cournoyer
2022-01-30gnu: mesa: Add support for riscv64-linux....* gnu/packages/gl.scm (mesa)[inputs]: Add llvm-11 on riscv64-linux. [native-inputs]: Add glslang on riscv64-linux. [arguments]: In configure-flags adjust gallium-drivers to swap the power* and intel drivers for the fallback option. Specify riscv64-linux configure options for vulkan-drivers. Enable the vulkan-overlay-layer and llvm support. Adjust the custom 'disable-failing-test phase to have a riscv64-linux section. Efraim Flashner