summaryrefslogtreecommitdiff
path: root/gnu/packages/graphics.scm
Commit message (Collapse)AuthorAge
* 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.
* gnu: autotrace: Prepare for GLib 2.68 and later.Marius Bakke2021-05-22
| | | | | | * gnu/packages/patches/autotrace-glib-compat.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/graphics.scm (autotrace)[source](patches): New field.
* gnu: blender: Update to 2.92.0.raingloom2021-05-03
| | | | | | | * gnu/packages/graphics.scm (blender): Update to 2.92.0. [arguments]: Set the NumPy header include path in #:configure-flags. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Blender: Add the missing Voxel Remesher.Ekaitz Zarraga2021-04-21
| | | | | | | * gnu/packages/graphics.scm (blender)[inputs]: Add openvdb. [arguments]: Pass "-DWITH_OPENVDB=ON" to #:configure-flags. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add openvdb.Ekaitz Zarraga2021-04-12
| | | | | | * gnu/packages/graphics.scm (openvdb): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: ilmbase: Update to 2.5.5.Efraim Flashner2021-04-01
| | | | * gnu/packages/graphics.scm (ilmbase): Update to 2.5.5.
* gnu: cgal: Update to 5.2.1.Tobias Geerinckx-Rice2021-03-23
| | | | | | | * gnu/packages/graphics.scm (cgal): Update to 5.2.1. [source]: Remove patch. * gnu/packages/patches/cgal-security-pr-5371.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
* gnu: cgal: Update to 5.2 [security fixes].Léo Le Bouter2021-03-05
| | | | | | | | | | * gnu/packages/patches/cgal-security-pr-5371.patch: New patch. Downloaded from <https://patch-diff.githubusercontent.com/raw/CGAL/cgal/pull/5371.patch>, with hunks on files matching pattern "*Convex_decomposition_3*" removed because they don't exist in cgal's released sources. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/graphics.scm (cgal): Update to 5.2. [source]: Apply patch.
* gnu: flux: Use HTTPS home page URI.Nicolas Goaziou2021-02-28
| | | | * gnu/packages/graphics.scm (flux)[home-page]: Use HTTPS URI.
* gnu: Add monado.Andy Tai2021-02-24
| | | | | | * gnu/packages/graphics.scm (monado): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: blender-2.79: Fix build.Nicolas Goaziou2021-01-30
| | | | * gnu/packages/graphics.scm (blender-2.79)[inputs]: Add pugixml.
* gnu: blender: Fix build.Nicolas Goaziou2021-01-30
| | | | | | | * gnu/packages/graphics.scm (openimageio): Update to 2.2.10.1. [arguments]: Do not use system pugixml. [inputs]: Add fmt. * gnu/packages/graphics.scm (blender)[inputs]: Add "pugixml".
* gnu: blender-2.79: Fix color management.Antoine Côté2021-01-20
| | | | | | | * gnu/packages/graphics.scm (blender-2.79): Fix color management. [inputs]: Add opencolorio. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: blender: Update to 2.91.0.Christopher Lemmer Webber2021-01-16
| | | | | | | * gnu/packages/graphics.scm (blender): Update to 2.91.0. [inputs]: Add embree. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add embree.Christopher Lemmer Webber2021-01-16
| | | | | | * gnu/packages/graphics.scm (embree): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: directfb: Fix home page.Nicolas Goaziou2021-01-06
| | | | | * gnu/packages/graphics.scm (directfb)[home-page]: Fix URL. The previous one was unrelated to the project.
* gnu: Add coin3D@4.0.0.Ekaitz Zarraga2021-01-03
| | | | | | * gnu/packages/graphics.scm (coin3D-4): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: egl-wayland: Update to 1.1.6.Tobias Geerinckx-Rice2021-01-02
| | | | * gnu/packages/graphics.scm (egl-wayland): Update to 1.1.6.
* gnu: goxel: Update to 0.10.7.Tobias Geerinckx-Rice2020-12-23
| | | | * gnu/packages/graphics.scm (goxel): Update to 0.10.7.
* gnu: Don't append '.git' to GitHub uris.Efraim Flashner2020-11-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/admin.scm (nmrpflash)[source]: Remove '.git' from URI. * gnu/packages/aidc.scm (zxing-cpp), * gnu/packages/assembly.scm (mbuild), * gnu/packages/audio.scm (opensles, wildmidi, tinyalsa), * gnu/packages/browser-extensions.scm (ublock-origin-chromium), * gnu/packages/check.scm (mutest), * gnu/packages/compression.scm (unshield), * gnu/packages/coq.scm (subset), * gnu/packages/dictionaries.scm (translate-shell), * gnu/packages/disk.scm (memkind), * gnu/packages/documentation.scm (latex2html), * gnu/packages/emacs-xyz.scm (emacs-chronometrist, emacs-flycheck-ledger, emacs-counsel-notmuch, emacs-spaceline, emacs-org-generate), * gnu/packages/embedded.scm (ebusd, ebusd-configuration), * gnu/packages/enchant.scm (nuspell), * gnu/packages/fontutils.scm (woff2), * gnu/packages/geo.scm (memphis), * gnu/packages/gimp.scm (mrg), * gnu/packages/gnome-xyz.scm (gnome-shell-extension-appindicator), * gnu/packages/gnome.scm (parlatype), * gnu/packages/golang.scm (go-github-com-tv42-httpunix, go-github-com-ayufan-golang-kardianos-service), * gnu/packages/graphics.scm (eglexternalplatform, egl-wayland, mmm, directfb, flux), * gnu/packages/gstreamer.scm (openni2, ccextractor, libvisual, graphene), * gnu/packages/guile-xyz.scm (guile-srfi-180, guile-torrent), * gnu/packages/image.scm (openjpeg-data), * gnu/packages/java.scm (javacc), * gnu/packages/language.scm (liblouis, liblouisutdml), * gnu/packages/linux.scm (pamela, ttyebus), * gnu/packages/lxqt.scm (lxqt-connman-applet), * gnu/packages/mail.scm (libetpan), * gnu/packages/man.scm (ronn), * gnu/packages/music.scm (tascam-gtk, artyfx), * gnu/packages/networking.scm (srt, lksctp-tools, nng, nanomsg), * gnu/packages/python-crypto.scm (pure-python-otr), * gnu/packages/qt.scm (qtspell), * gnu/packages/raspberry-pi.scm (raspi-gpio, raspi-open-firmware), * gnu/packages/rdp.scm (freerdp), * gnu/packages/ruby.scm (ruby-prawn-templates, ruby-treetop, ruby-gimme, ruby-standard, ruby-rubocop-ast, ruby-rexml, ruby-range-compressor, ruby-regexp-property-values, ruby-regexp-parser, ruby-rubocop, ruby-pdf-reader, ruby-pdf-inspector, ruby-prawn), * gnu/packages/syncthing.scm (syncthing-gtk), * gnu/packages/video.scm (svt-hevc, mediasdk, libvideogfx, libde265, tslib), * gnu/packages/xml.scm (libxmlb, libxmlplusplus)[source]: Same.
* gnu: Blender: Update to 2.83.9.Leo Famulari2020-11-15
| | | | * gnu/packages/graphics.scm (blender): Update to 2.83.9.
* gnu: ogre: Update to 1.12.9.Tobias Geerinckx-Rice2020-11-15
| | | | | | | | | | The imgui submodule has been removed upstream. * gnu/packages/graphics.scm (ogre): Update to 1.12.9. [source]: Don't clone recursively. [native-inputs]: Add dear-imgui-source. [arguments]: Add an ‘unpack-dear-imgui’ phase. Add IMGUI_DIR to #:configure-flags.
* gnu: Add dear-imgui.Tobias Geerinckx-Rice2020-11-15
| | | | * gnu/packages/graphics.scm (dear-imgui): New public variable.
* gnu: Add goxel.Gabriel Arazas2020-09-15
| | | | | | * gnu/packages/graphics.scm (goxel): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: rapicorn: Use pandoc instead of ghc-pandoc.zimoun2020-09-14
| | | | | | | * gnu/packages/graphics.scm (rapicorn)[native-inputs]: Replace ghc-pandoc with pandoc. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: ogre: Update to 1.12.6.Tobias Geerinckx-Rice2020-09-02
| | | | * gnu/packages/graphics.scm (ogre): Update to 1.12.6.
* gnu: drawpile: Build with libmicrohttpd 0.9.71.Michael Rohleder2020-08-26
| | | | | | * gnu/packages/graphics.scm (drawpile): Update to 2.1.17-1.ed1a75deb. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: blender: Add colour management support.Tobias Geerinckx-Rice2020-08-20
| | | | * gnu/packages/graphics.scm (blender)[inputs]: Add opencolorio.
* gnu: blender: Update to 2.83.5.Tobias Geerinckx-Rice2020-08-20
| | | | * gnu/packages/graphics.scm (blender): Update to 2.83.5.
* gnu: Add egl-wayland.Raghav Gururajan2020-08-18
| | | | | | * gnu/packages/graphics.scm (egl-wayland): New variable. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: Add eglexternalplatform.Raghav Gururajan2020-08-18
| | | | | | * gnu/packages/graphics.scm (eglexternalplatform): New variable. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: Add mmm.Raghav Gururajan2020-08-18
| | | | | | * gnu/packages/graphics.scm (mmm): New variable. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: Add directfb.Raghav Gururajan2020-08-18
| | | | | | * gnu/packages/graphics.scm (directfb): New variable. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: Add flux.Raghav Gururajan2020-08-18
| | | | | | * gnu/packages/graphics.scm (flux): New variable. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: blender: Update to 2.83.4.Tobias Geerinckx-Rice2020-08-18
| | | | * gnu/packages/graphics.scm (blender): Update to 2.83.4.
* gnu: Added drawpile (UPnP support pending) at version 2.1.17your friendly localhost admin2020-08-13
| | | | | | * gnu/packages/graphics.scm (drawpile): New variable. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
* gnu: lib2geom: Update to commit 17e0d21f.Maxim Cournoyer2020-08-08
| | | | | | | * gnu/packages/patches/lib2geom-enable-assertions.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Unregister it. * gnu/packages/graphics.scm (lib2geom): Update to commit 17e0d21f0afc8489656f9184bff7ad024a42394a, and remove obsolete patch.
* gnu: Add blender@2.79b.Mark H Weaver2020-07-31
| | | | | | | | | | | | | | | | Restore blender@2.79b, the last version that does not require OpenGL 3, and therefore the last version to work on many older computers. Note that this commit relies on blender-2.79-newer-ffmpeg.patch and blender-2.79-python-3.7-fix.patch, which were left in the tree when blender@2.79b was previously removed in commit 1f14453eedfede4626a78321c66a009c9997bee4. * gnu/packages/patches/blender-2.79-gcc8.patch, gnu/packages/patches/blender-2.79-gcc9.patch, gnu/packages/patches/blender-2.79-oiio2.patch, gnu/packages/patches/blender-2.79-python-3.8-fix.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them. * gnu/packages/graphics.scm (blender-2.79): New variable.
* gnu: openimageio: Update to 2.0.13.Mark H Weaver2020-07-31
| | | | | | * gnu/packages/graphics.scm (openimageio): Update to 2.0.13. [inputs]: Replace python-2 with python-wrapper. Add pybind11 and robin-map.
* gnu: lib2geom: Fix more tests.Maxim Cournoyer2020-07-28
| | | | | | | | | | | | | | | There were still two tests failing on aarch64-linux: 1. rotated-rect-test, 2. ellipse-test. The first one was removed along with the RotatedRect class in latest upstream, while the second one is yet numerical accuracy related. It gets fixed by updating the already existing 'lib2geom-fix-tests' patch. * gnu/packages/graphics.scm (lib2geom): Bump revision to "2", and update commit hash to the latest one available. * gnu/packages/patches/lib2geom-fix-tests.patch: Update patch.