summaryrefslogtreecommitdiff
path: root/gnu/packages/graphics.scm
Commit message (Collapse)AuthorAge
* gnu: blender: Enable boolean operations on meshes.raingloom2022-03-08
| | | | | | * gnu/packages/graphics.scm (blender)[inputs]: Add gmp. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: Add mangohud.John Kehayias2022-02-26
| | | | | | * gnu/packages/graphics.scm (mangohud): New variable. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: dear-imgui: Delete package, preferring the newer 'imgui'.Maxim Cournoyer2022-02-21
| | | | | | | | | Commit 1a4cc954d2fcea172a450ae03419b7fdda28b81e added imgui, without noticing about the pre-existing 'dear-imgui' package. * gnu/packages/graphics.scm (dear-imgui): Delete variable, but salvage the superior synopsis and description to... * gnu/packages/toolkits.scm (imgui): ... here.
* gnu: ogre: Update to 13.3.1.Maxim Cournoyer2022-02-21
| | | | | | | | | | | | * gnu/packages/graphics.scm (ogre): Update to 13.3.1. [phases]: Delete trailing #t. {unpack-dear-imgui}: Rename to... {unpack-imgui}: ... this. [configure-flags]: Adjust accordingly. [native-inputs]: Delete boost. Use the newer imgui-1.86 package instead of dear-imgui. Use the current googletest package. Add python. [inputs]: Remove font-dejavu, glu, tinyxml and zziplib. Add libxt, mesa and zlib.
* gnu: openxr: Update to 1.0.22.Vinicius Monego2022-02-13
| | | | * gnu/packages/graphics.scm (openxr): Update to 1.0.22.
* gnu: monado: Remove input labels.Marius Bakke2022-02-13
| | | | * gnu/packages/graphics.scm (monado)[inputs]: Remove labels.
* gnu: monado: Provide missing input.Marius Bakke2022-02-13
| | | | * gnu/packages/graphics.scm (monado)[inputs]: Add PYTHON.
* gnu: blender: Update to 3.0.1.Michael Rohleder2022-02-09
| | | | | | * gnu/packages/graphics.scm (blender): Update to 3.0.1. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: LLVM: Switch to 13 as the default.Marius Bakke2022-02-01
| | | | | | | | | | | | | | * gnu/packages/llvm.scm (llvm, clang-runtime, clang, clang-toolchain): Use version 13. * gnu/packages/gnuzilla.scm (mozjs-78)[native-inputs]: Change from LLVM to LLVM-9. * gnu/packages/rust.scm (rust-1.39, rust-1.40)[inputs]: Likewise. * gnu/packages/debug.scm (c-reduce)[inputs]: Stick with CLANG-9 and/or LLVM-9. * gnu/packages/diffoscope.scm (diffoscope)[inputs]: Likewise. * gnu/packages/linux.scm (bcc, bpftrace)[inputs]: Likewise. * gnu/packages/llvm.scm (libclc, libomp)[native-inputs]: Likewise. * gnu/packages/games.scm (hedgewars)[native-inputs]: Likewise. * gnu/packages/graphics.scm (openshadinglanguage)[native-inputs]: Likewise. * gnu/packages/opencl.scm (pocl)[inputs]: Likewise.
* gnu: Add openshadinglanguage.Vinicius Monego2022-01-15
| | | | | | * gnu/packages/graphics.scm (openshadinglanguage): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Remove blender-2.79.Leo Famulari2022-01-09
| | | | | | This package has not built successfully in a while. * gnu/packages/graphics.scm (blender-2.79): Remove variable.
* gnu: Blender: Update to 3.0.0.raingloom2021-12-30
| | | | | | | * gnu/packages/graphics.scm (blender): Update to 3.0.0. [inputs]: Add the "lib" output of zstd. Replace tbb-2020 with tbb. Co-authored-by: Leo Famulari <leo@famulari.name>
* gnu: OpenVDB: Update to 8.2.0.Leo Famulari2021-12-30
| | | | | * gnu/packages/graphics.scm (openvdb): Update to 8.2.0. [inputs]: Replace tbb-2020 with tbb.
* gnu: Add alembic.Vinicius Monego2021-12-30
| | | | | | * gnu/packages/graphics.scm (alembic): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add openxr.Vinicius Monego2021-12-30
| | | | | | * gnu/packages/graphics.scm (openxr): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: openexr: Update to 3.1.3.Vinicius Monego2021-12-22
| | | | | | * gnu/packages/graphics.scm (openexr): Update to 3.1.3. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Remove superfluous "linux-libre-headers" inputs.Marius Bakke2021-12-13
| | | | | | | | | | | | | | | | | | | This input is already propagated from glibc. * gnu/packages/chromium.scm (ungoogled-chromium)[inputs]: Remove LINUX-LIBRE-HEADERS-5.10. * gnu/packages/linux.scm (btrfs-progs)[native-inputs]: Likewise. * gnu/packages/accessibility.scm (brltty)[inputs]: Remove LINUX-LIBRE-HEADERS. * gnu/packages/graphics.scm (directfb)[inputs]: Likewise. * gnu/packages/gstreamer.scm (libdc1394)[inputs]: Likewise. * gnu/packages/linux.scm (python-evdev)[native-inputs]: Likewise. (bcc, bpftrace)[inputs]: Likewise. * gnu/packages/networking.scm (lksctp-tools)[inputs]: Likewise. * gnu/packages/video.scm (tslib)[inputs]: Likewise. * gnu/packages/web-browsers.scm (links)[native-inputs]: Likewise. * gnu/packages/cdrom.scm (cdrtools)[inputs]: Likewise. [arguments]: Adjust accordingly. * gnu/packages/lirc.scm (lirc)[inputs, arguments]: Likewise. * gnu/packages/vpn.scm (xl2tpd)[inputs, arguments]: Likewise.
* gnu: Further simplify package inputs.Ludovic Courtès2021-12-13
| | | | | | | | | This is the result of running: ./pre-inst-env guix style --input-simplification=safe and manually undoing changes on a dozen of packages to reduce rebuilds (derivations for emacs, icecat, and libreoffice are unchanged.)
* gnu: Simplify package inputs.Ludovic Courtès2021-12-13
| | | | | | | | This commit was obtained by running: ./pre-inst-env guix style without any additional argument.
* gnu: agg: Fix build.Mathieu Othacehe2021-11-29
| | | | | | * gnu/packages/patches/agg-2.5-gcc8.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/graphics.scm (agg)[source]: Use it.
* gnu: lib2geom: Skip faulty test on i686.Ludovic Courtès2021-11-25
| | | | | * gnu/packages/graphics.scm (lib2geom)[arguments]: When 'target-x86-32?', add 'skip-faulty-test' phase.
* gnu: blender: Update to 2.93.6.Ludovic Courtès2021-11-21
| | | | * gnu/packages/graphics.scm (blender): Update to 2.93.6.
* gnu: Move eglexternalplatform and egl-wayland to (gnu packages xorg).Maxim Cournoyer2021-11-18
| | | | | | | | This is to avoid a module cycle between (gnu packages xorg) and (gnu packages graphics). * gnu/packages/graphics.scm (eglexternalplatform, egl-wayland): Move to... * gnu/packages/xorg.scm: ... this file. Remove trailing #t.
* gnu: lib2geom: Update to 1.1.Maxim Cournoyer2021-11-11
| | | | | | | | * gnu/packages/graphics.scm (lib2geom): Update to 1.1. [source]: Remove patches, modules and snippet fields. [phases]: Remove trailing #t. * gnu/packages/patches/lib2geom-fix-tests.patch: Delete file. * gnu/local.mk (dist_patch_DATA): De-register it.
* Merge remote-tracking branch 'origin/master' into core-updates-frozenEfraim Flashner2021-11-08
|\
| * gnu: Remove openscenegraph-3.4.Efraim Flashner2021-11-04
| | | | | | | | * gnu/packages/graphics.scm (openscenegraph-3.4): Remove variable.
* | Merge remote-tracking branch 'origin/master' into core-updates-frozenEfraim Flashner2021-11-03
|\|
| * gnu: pstoedit: Update to 3.77.Tobias Geerinckx-Rice2021-11-03
| | | | | | | | * gnu/packages/graphics.scm (pstoedit): Update to 3.77.
* | Merge remote-tracking branch 'origin/master' into core-updates-frozenEfraim Flashner2021-10-31
|\|
| * gnu: OpenEXR 2: Move the snippet into a build phase.Leo Famulari2021-10-25
| | | | | | | | | | | | | | This snippet was just working around a quirk of the Guix build environment. * gnu/packages/graphics.scm (openexr-2)[origin]: Remove snippet. [arguments]: Add a 'patch-test-directory' phase.
| * gnu: OpenEXR: Move the snippet into a build phase.Leo Famulari2021-10-25
| | | | | | | | | | | | | | This snippet was just working around a quirk of the Guix build environment. * gnu/packages/graphics.scm (openexr)[origin]: Remove snippet. [arguments]: Add a 'patch-test-directory' phase.
| * gnu: Add OpenEXR 3.Vinicius Monego2021-10-23
| | | | | | | | | | | | | | | | | | | | * gnu/packages/graphics.scm (openexr): New variable. (openexr-2)[home-page]: Use home-page from openexr. [synopsis]: Use synopsis from openexr. [description]: Use description from openexr. [license]: Use license from openexr. Signed-off-by: Leo Famulari <leo@famulari.name>
| * gnu: Rename openexr to openexr-2.Vinicius Monego2021-10-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is done so the OpenEXR package can be upgraded to version 3 in a later commit. * gnu/packages/graphics.scm (openexr): Rename to ... (openexr-2): ... new variable. (blender, blender-2.79, openimageio, povray)[inputs]: Adjust accordingly. (ctl)[propagated-inputs]: Likewise. * gnu/packages/animation.scm (synfig)[propagated-inputs]: Likewise. * gnu/packages/gimp.scm (gegl, gimp)[inputs]: Likewise. * gnu/packages/gstreamer.scm (gst-plugins-bad)[inputs]: Likewise. * gnu/packages/image-processing.scm (mia, opencolorio, opencv, vips, gmic, nip2)[inputs]: Likewise. * gnu/packages/image-viewers.scm (luminance-hdr)[inputs]: Likewise. * gnu/packages/image.scm (freeimage, vigra, devil)[inputs]: Likewise. * gnu/packages/kde-frameworks.scm (kimageformats)[inputs]: Likewise. * gnu/packages/kde.scm (krita)[inputs]: Likewise. * gnu/packages/photo.scm (enblend-enfuse, darktable, hugin)[inputs]: Likewise. Signed-off-by: Leo Famulari <leo@famulari.name>
| * gnu: Add imath.Vinicius Monego2021-10-23
| | | | | | | | | | | | * gnu/packages/graphics.scm (imath): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
| * gnu: Add gr-framework.Efraim Flashner2021-10-19
| | | | | | | | * gnu/packages/graphics.scm (gr-framework): New variable.
* | gnu: blender: Use older TBB and update header variables.Ricardo Wurmus2021-10-24
| | | | | | | | | | * gnu/packages/graphics.scm (blender)[inputs]: Replace tbb with tbb-2020. [arguments]: Don't set CPATH; set C_INCLUDE_PATH and CPLUS_INCLUDE_PATH instead.
* | gnu: openvdb: Use older version of TBB.Ricardo Wurmus2021-10-24
| | | | | | | | * gnu/packages/graphics.scm (openvdb)[inputs]: Replace tbb with tbb-2020.
* | Merge remote-tracking branch 'origin/master' into core-updates-frozen.Mathieu Othacehe2021-10-12
|\|
| * gnu: goxel: Update to 0.10.8.Tobias Geerinckx-Rice2021-09-18
| | | | | | | | * gnu/packages/graphics.scm (goxel): Update to 0.10.8.
* | Merge branch 'master' into core-updates-frozenMarius Bakke2021-08-12
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gnu/packages/algebra.scm gnu/packages/games.scm gnu/packages/golang.scm gnu/packages/kerberos.scm gnu/packages/mail.scm gnu/packages/python.scm gnu/packages/ruby.scm gnu/packages/scheme.scm gnu/packages/tex.scm gnu/packages/tls.scm gnu/packages/version-control.scm
| * gnu: IlmBase and OpenEXR: Update to 2.5.7.Leo Famulari2021-07-27
| | | | | | | | * gnu/packages/graphics.scm (ilmbase): Update to 2.5.7.
* | gnu: OpenImageIO: Update to 2.2.11.1.Leo Famulari2021-07-27
| | | | | | | | | | * gnu/packages/graphics.scm (openimageio): Update to 2.2.11.1. [inputs]: Add libheif, for AV1 decoding support.
* | gnu: Use 'search-input-directory' for the OpenEXR header directory.Ludovic Courtès2021-07-24
| | | | | | | | | | | | | | | | | | * gnu/packages/graphics.scm (blender): Use 'search-input-directory' when searching for "include/OpenEXR". (blender-2.79): Likewise. * gnu/packages/image-processing.scm (opencv): Likewise. * gnu/packages/image-viewers.scm (luminance-hdr): Likewise. * gnu/packages/photo.scm (darktable): Likewise.
* | gnu: Simplify "Xvbf" invocation in pre-check phases.Ludovic Courtès2021-07-24
|/ | | | | | | | | | | | | | | * gnu/packages/geo.scm (qgis)[arguments]: Simplify invocation of 'Xvfb' in 'check' phase, assuming 'Xvfb' is in $PATH. * gnu/packages/graphics.scm (opensubdiv)[arguments]: Likewise. * gnu/packages/java-graphics.scm (java-piccolo2d-extras)[arguments]: Likewise. * gnu/packages/kde-frameworks.scm (kcontacts)[arguments]: Likewise. (kdeclarative)[arguments]: Likewise. * gnu/packages/kde-multimedia.scm (elisa)[arguments]: Likewise. * gnu/packages/kde-plasma.scm (kscreenlocker)[arguments]: Likewise. * gnu/packages/radio.scm (gnuradio)[arguments]: Likewise. * gnu/packages/education.scm (gcompris-qt)[arguments]: Likewise. * gnu/packages/freedesktop.scm (weston)[arguments]: Likewise.
* gnu: agg: Fix typo in description.Tobias Geerinckx-Rice2021-07-15
| | | | | * gnu/packages/graphics.scm (agg)[description]: Add missing article and work around scalable vector graphics graphics.
* gnu: egl-wayland: Update to 1.1.7.Tobias Geerinckx-Rice2021-06-29
| | | | * gnu/packages/graphics.scm (egl-wayland): Update to 1.1.7.
* gnu: cgal: Remove duplicate licence directory.Tobias Geerinckx-Rice2021-06-29
| | | | | * gnu/packages/graphics.scm (cgal)[arguments]: Set CGAL_INSTALL_DOC_DIR to match Guix's own default in #:configure-flags.
* gnu: cgal: Update to 5.2.2.Tobias Geerinckx-Rice2021-06-29
| | | | * gnu/packages/graphics.scm (cgal): Update to 5.2.2.
* gnu: lib2geom: Update to commit b29d60e4.Boris A. Dekshteyn2021-06-18
| | | | | * gnu/packages/graphics.scm (lib2geom): Update to commit b29d60e49a58f4e8069544b44863b1a623e4ee59 (with inkscape 1.1 relased).
* gnu: Rename qtbase to qtbase-5.Maxim Cournoyer2021-06-14
| | | | | | | | | | | | This change was automated via the following command: $ git ls-files | xargs sed -i 's/,qtbase)/,qtbase-5)/g' $ git ls-files | xargs sed -i 's/inherit qtbase)/inherit qtbase-5)/g' $ git ls-files | xargs sed -i 's/package-version qtbase)/package-version qtbase-5)/g' $ git checkout etc # to clear some spurious changes This is done so the qtbase package can be upgraded to version 6 in the following commit.