summaryrefslogtreecommitdiff
path: root/gnu/packages/gl.scm
AgeCommit message (Expand)Author
2023-01-30gnu: mesa: Use llvm-for-mesa.•••* gnu/packages/gl.scm (mesa)[inputs]: Replace llvm with llvm-for-mesa. (mesa-opencl)[native-inputs]: Replace clang with clang-15. Efraim Flashner
2023-01-30Merge remote-tracking branch 'origin/master' into core-updates••• Conflicts: doc/guix.texi gnu/local.mk gnu/packages/admin.scm gnu/packages/base.scm gnu/packages/chromium.scm gnu/packages/compression.scm gnu/packages/databases.scm gnu/packages/diffoscope.scm gnu/packages/freedesktop.scm gnu/packages/gnome.scm gnu/packages/gnupg.scm gnu/packages/guile.scm gnu/packages/inkscape.scm gnu/packages/llvm.scm gnu/packages/openldap.scm gnu/packages/pciutils.scm gnu/packages/ruby.scm gnu/packages/samba.scm gnu/packages/sqlite.scm gnu/packages/statistics.scm gnu/packages/syndication.scm gnu/packages/tex.scm gnu/packages/tls.scm gnu/packages/version-control.scm gnu/packages/xml.scm guix/build-system/copy.scm guix/scripts/home.scm Efraim Flashner
2022-11-20gnu: mesa: Update to 22.2.4.•••* gnu/packages/gl.scm (mesa): Update to 22.2.4. Maxim Cournoyer
2022-11-20gnu: mesa-headers: Strip trailing #t.•••* gnu/packages/gl.scm (mesa-headers) [phases] {install}: Strip trailing #t. Maxim Cournoyer
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-08Merge branch 'staging' into core-updatesMarius Bakke
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-08-28gnu: mesa: Update to 22.1.7.•••* gnu/packages/gl.scm (mesa): Update to 22.1.7. [source]: Fix indentation. Remove patch, implementing it as a... [configure-flags]: Remove '-Ddri-drivers=...' flag, no longer supported. [phases]{disable-failing-test} ... substitution instead. [propagated-inputs]: Move comment above. [inputs]: Remove extraneous append and sort. [native-inputs]: Likewise. [configure-flags]: Break long lines. * gnu/packages/patches/mesa-skip-tests.patch: Delete file. * gnu/local.mk (dist_patch_DATA): De-register it. Maxim Cournoyer
2022-07-23gnu: mesa: Build with the default LLVM.•••* gnu/packages/gl.scm (mesa)[inputs]: Change from LLVM-11 to LLVM. (mesa-opencl)[native-inputs]: Change from CLANG-11 to CLANG. Marius Bakke
2022-07-22Merge branch 'staging' into core-updatesMarius Bakke
2022-07-06gnu: mesa: Update configure flags.•••* gnu/packages/gl.scm (mesa)[configure-flags]: Adjust the gallium-drivers and vulkan-drivers flags to use "auto" where it is available and enables at least the previously listed drivers. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> John Kehayias
2022-07-06gnu: mesa: Update to 22.1.2.•••* gnu/packages/gl.scm (mesa): Update to 22.1.2. [configure-flags]: Remove dri-drivers as from v22.0 the Mesa classic OpenGL drivers were removed. [phases]: Re-enable test that previously failed on i686. * gnu/packages/patches/mesa-skip-tests.patch: Update patch for current version. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> John Kehayias
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
2022-01-10gnu: mesa: Update to 21.3.2.•••* gnu/packages/gl.scm (mesa): Update to 21.3.2. [phases]{disable-failing-test}: Disable the anv_state_pool unstable tests. Maxim Cournoyer
2021-12-30gnu: Capitalize beginning of synopsis.•••* gnu/packages/admin.scm (hungrycat)[synopsis]: Captalize. * gnu/packages/cobol.scm (gnucobol)[synopsis]: Likewise. * gnu/packages/cpp.scm (clipper)[synopsis]: Likewise. * gnu/packages/crates-graphics.scm (rust-piston-texture-0.8)[synopsis]: Likewise. * gnu/packages/crates-io.scm (rust-alloc-stdlib-0.2, rust-atom-0.3, rust-oorandom-11.1, rust-r2d2, rust-scheduled-thread-pool-0.2, rust-takeable-option-0.4, rust-ttf-parser-0.12)[synopsis]: Likewise. * gnu/packages/games.scm (roguebox-adventures)[synopsis]: Likewise. * gnu/packages/gl.scm (libepoxy)[synopsis]: Likewise. * gnu/packages/gnome-xyz.scm (arc-theme)[synopsis]: Likewise. * gnu/packages/haskell-xyz.scm (ghc-cborg-json, ghc-rio)[synopsis]: Likewise. * gnu/packages/installers.scm (mingw-path)[synopsis]: Likewise. * gnu/packages/lisp-xyz.scm (sbcl-cl-utilities)[synopsis]: Likewise. * gnu/packages/maths.scm (coda)[synopsis]: Likewise. * gnu/packages/ocaml.scm (ocaml4.07-ppx-sexp-message)[synopsis]: Likewise. * gnu/packages/perl6.scm (perl6-json)[synopsis]: Likewise. * gnu/packages/python-xyz.scm (python-markuppy, python-febelfin-coda)[synopsis]: Likewise. * gnu/packages/statistics.scm (r-magrittr)[synopsis]: Likewise. * gnu/packages/terminals.scm (sakura)[synopsis]: Likewise. Vagrant Cascadian
2021-12-30gnu: Remove leading article from synopsis.•••* gnu/packages/admin.scm (hungrycat)[synopsis]: Remove leading article. * gnu/packages/cobol.scm (gnucobol)[synopsis]: Likewise. * gnu/packages/cpp.scm (clipper)[synopsis]: Likewise. * gnu/packages/crates-graphics.scm (rust-piston-texture-0.8)[synopsis]: Likewise. * gnu/packages/crates-io.scm (rust-alloc-stdlib-0.2, rust-atom-0.3, rust-oorandom-11.1, rust-r2d2, rust-scheduled-thread-pool-0.2, rust-takeable-option-0.4, rust-ttf-parser-0.12, rust-svd-parser-0.9)[synopsis]: Likewise. * gnu/packages/games.scm (roguebox-adventures)[synopsis]: Likewise. * gnu/packages/gl.scm (libepoxy)[synopsis]: Likewise. * gnu/packages/gnome-xyz.scm (arc-theme)[synopsis]: Likewise. * gnu/packages/haskell-xyz.scm (ghc-cborg-json, ghc-rio)[synopsis]: Likewise. * gnu/packages/installers.scm (mingw-path)[synopsis]: Likewise. * gnu/packages/lisp-xyz.scm (sbcl-cl-utilities)[synopsis]: Likewise. * gnu/packages/lisp.scm (gcl, clisp)[synopsis]: Likewise. * gnu/packages/maths.scm (coda)[synopsis]: Likewise. * gnu/packages/ocaml.scm (ocaml4.07-ppx-sexp-message)[synopsis]: Likewise. * gnu/packages/perl6.scm (perl6-json)[synopsis]: Likewise. * gnu/packages/python-xyz.scm (python-pari-jupyter, python-markuppy, python-febelfin-coda)[synopsis]: Likewise. * gnu/packages/scheme.scm (mit-scheme)[synopsis]: Likewise. * gnu/packages/statistics.scm (r-magrittr)[synopsis]: Likewise. * gnu/packages/terminals.scm (sakura)[synopsis]: Likewise. Vagrant Cascadian
2021-12-13gnu: Simplify package inputs.•••This commit was obtained by running: ./pre-inst-env guix style without any additional argument. Ludovic Courtès
2021-11-18gnu: mesa: Update to 21.2.5.•••* gnu/packages/gl.scm (mesa): Update to 21.2.5. [phases]{fix-tests}: Remove phase. Maxim Cournoyer
2021-11-11gnu: mesa: Enable support for OpenGL ES 1.1 and 2.0.•••* gnu/packages/gl.scm (mesa)[native-inputs]: Add python-libxml2. Remove TODO comment. Maxim Cournoyer
2021-11-11gnu: mesa: Replace obsolete vulkan-overlay-layer build option.•••The option has been replaced by `vulkan-layers', an array of options. * gnu/packages/gl.scm (mesa): Remove trailing #t. [configure-flags]: Replace the vulkan-overlay-layer build option by vulkan-layers. Maxim Cournoyer
2021-11-11gnu: mesa: Update to 21.2.4.•••* gnu/packages/patches/mesa-skip-tests.patch: Adjust for current version. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> John Kehayias
2021-10-12Merge remote-tracking branch 'origin/master' into core-updates-frozen.Mathieu Othacehe
2021-09-25gnu: Consolidate duplicate copyright names.•••* gnu/packages/android.scm: Consolidate copyright lines with the same email address. * gnu/packages/code.scm: Likewise. * gnu/packages/cpp.scm: Likewise. * gnu/packages/databases.scm: Likewise. * gnu/packages/emacs-xyz.scm: Likewise. * gnu/packages/file.scm: Likewise. * gnu/packages/freedesktop.scm: Likewise. * gnu/packages/gl.scm: Likewise. * gnu/packages/gps.scm: Likewise. * gnu/packages/linux.scm: Likewise. * gnu/packages/networking.scm: Likewise. * gnu/packages/python-xyz.scm: Likewise. * gnu/packages/python.scm: Likewise. * gnu/packages/video.scm: Likewise. * gnu/packages/xdisorg.scm: Likewise. * gnu/services/web.scm: Likewise. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Greg Hogan
2021-09-07Merge branch 'master' into core-updates-frozenLudovic Courtès
2021-09-04gnu: libglvnd: Update to 1.3.4.•••* gnu/packages/gl.scm (libglvnd): Update to 1.3.4. [arguments]: Don't return #t from phases. Tobias Geerinckx-Rice
2021-08-09gnu: mesa: Build with swrast vulkan drivers for powerpc.•••* gnu/packages/gl.scm (mesa)[arguments]: Adjust configure-flags to add swrast vulkan drivers for powerpc- and powerpc64le-linux. Efraim Flashner
2021-08-09gnu: mesa: Skip additional test on powerpc-linux.•••* gnu/packages/gl.scm (mesa)[arguments]: Add another substitution for powerpc-linux to custom 'disable-failing-test phase. Efraim Flashner
2021-08-09gnu: mesa: Fix architecture matching when disabling tests.•••* gnu/packages/gl.scm (mesa)[arguments]: Adjust architecture names in custom 'disable-failing-test phase. Efraim Flashner
2021-08-05gnu: mesa: Build more vulkan drivers on aarch64-linux.•••* gnu/packages/gl.scm (mesa)[arguments]: Adjust the configure-flags to also build vulkan drivers on aarch64-linux for broadcom and swrast. Efraim Flashner
2021-08-05gnu: mesa: Fix building on aarch64-linux.•••* gnu/packages/gl.scm (mesa)[arguments]: Adjust custom 'disable-failing-test phase to skip test failing on aarch64-linux. Efraim Flashner
2021-08-03gnu: mesa-opencl, mesa-opencl-icd: Build all the LLVM targets again.•••Reported by John Kehayias <john.kehayias@protonmail.com> in <https://issues.guix.gnu.org/49794>. * gnu/packages/patches/mesa-opencl-all-targets.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/gl.scm (mesa-opencl)[source]: Use it. Ludovic Courtès
2021-07-31gnu: mesa: Update to 21.1.6.•••* gnu/packages/gl.scm (mesa): Update to 21.1.6. * gnu/packages/patches/mesa-skip-tests.patch: Remove cache_test.c as it is no longer needed (test passes). Signed-off-by: Ludovic Courtès <ludo@gnu.org> John Kehayias
2021-07-29Merge branch 'master' into core-updates-frozen••• Conflicts: gnu/packages/bioinformatics.scm gnu/packages/cmake.scm gnu/packages/curl.scm gnu/packages/emacs-xyz.scm gnu/packages/gpodder.scm gnu/packages/music.scm gnu/packages/patches/glibc-bootstrap-system.patch gnu/packages/python-xyz.scm gnu/packages/shells.scm gnu/packages/statistics.scm Marius Bakke
2021-07-27gnu: mesa-opencl-icd: Use absolute path for the library.•••* gnu/packages/gl.scm (mesa-opencl-icd): Use absolute path for OpenCL platform library in "mesa.icd" file. With this patch setting LD_LIBRARY_PATH=$LIBRARY_PATH is no longer needed to run OpenCL applications. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Ivan Gankevich
2021-05-24gnu: mesa: Unify custom phases.•••* gnu/packages/gl.scm (mesa)[arguments]: Rewrite custom 'disable-failing-test phases to be one joint phase. Adjust 'split-outputs phase to simplify. Efraim Flashner