summaryrefslogtreecommitdiff
path: root/gnu/packages/graphics.scm
Commit message (Expand)AuthorAgeFilesLines
* gnu: agg: Fix build.•••* 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. Mathieu Othacehe2021-11-291-1/+2
* gnu: lib2geom: Skip faulty test on i686.•••* gnu/packages/graphics.scm (lib2geom)[arguments]: When 'target-x86-32?', add 'skip-faulty-test' phase. Ludovic Courtès2021-11-251-1/+11
* gnu: blender: Update to 2.93.6.•••* gnu/packages/graphics.scm (blender): Update to 2.93.6. Ludovic Courtès2021-11-211-2/+2
* gnu: Move eglexternalplatform and egl-wayland to (gnu packages xorg).•••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. Maxim Cournoyer2021-11-181-79/+0
* gnu: lib2geom: Update to 1.1.•••* 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. Maxim Cournoyer2021-11-111-71/+55
* Merge remote-tracking branch 'origin/master' into core-updates-frozenEfraim Flashner2021-11-081-26/+0
|\
| * gnu: Remove openscenegraph-3.4.•••* gnu/packages/graphics.scm (openscenegraph-3.4): Remove variable. Efraim Flashner2021-11-041-26/+0
* | Merge remote-tracking branch 'origin/master' into core-updates-frozenEfraim Flashner2021-11-031-2/+2
|\|
| * gnu: pstoedit: Update to 3.77.•••* gnu/packages/graphics.scm (pstoedit): Update to 3.77. Tobias Geerinckx-Rice2021-11-031-2/+2
* | Merge remote-tracking branch 'origin/master' into core-updates-frozenEfraim Flashner2021-10-311-20/+126
|\|
| * gnu: OpenEXR 2: Move the snippet into a build phase.•••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. Leo Famulari2021-10-251-8/+7
| * gnu: OpenEXR: Move the snippet into a build phase.•••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. Leo Famulari2021-10-251-10/+12
| * gnu: Add OpenEXR 3.•••* 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> Vinicius Monego2021-10-231-7/+39
| * gnu: Rename openexr to openexr-2.•••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> Vinicius Monego2021-10-231-6/+6
| * gnu: Add imath.•••* gnu/packages/graphics.scm (imath): New variable. Signed-off-by: Leo Famulari <leo@famulari.name> Vinicius Monego2021-10-231-0/+23
| * gnu: Add gr-framework.•••* gnu/packages/graphics.scm (gr-framework): New variable. Efraim Flashner2021-10-191-0/+50
* | gnu: blender: Use older TBB and update header variables.•••* 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. Ricardo Wurmus2021-10-241-8/+14
* | gnu: openvdb: Use older version of TBB.•••* gnu/packages/graphics.scm (openvdb)[inputs]: Replace tbb with tbb-2020. Ricardo Wurmus2021-10-241-1/+1
* | Merge remote-tracking branch 'origin/master' into core-updates-frozen.Mathieu Othacehe2021-10-121-2/+2
|\|
| * gnu: goxel: Update to 0.10.8.•••* gnu/packages/graphics.scm (goxel): Update to 0.10.8. Tobias Geerinckx-Rice2021-09-181-2/+2
* | Merge branch 'master' into core-updates-frozen••• 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 Marius Bakke2021-08-121-2/+2
|\|
| * gnu: IlmBase and OpenEXR: Update to 2.5.7.•••* gnu/packages/graphics.scm (ilmbase): Update to 2.5.7. Leo Famulari2021-07-271-2/+2
* | gnu: OpenImageIO: Update to 2.2.11.1.•••* gnu/packages/graphics.scm (openimageio): Update to 2.2.11.1. [inputs]: Add libheif, for AV1 decoding support. Leo Famulari2021-07-271-2/+3
* | gnu: Use 'search-input-directory' for the OpenEXR header directory.•••* 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. Ludovic Courtès2021-07-241-9/+7
* | gnu: Simplify "Xvbf" invocation in pre-check phases.•••* 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. Ludovic Courtès2021-07-241-2/+1
|/
* gnu: agg: Fix typo in description.•••* gnu/packages/graphics.scm (agg)[description]: Add missing article and work around scalable vector graphics graphics. Tobias Geerinckx-Rice2021-07-151-2/+2
* gnu: egl-wayland: Update to 1.1.7.•••* gnu/packages/graphics.scm (egl-wayland): Update to 1.1.7. Tobias Geerinckx-Rice2021-06-291-8/+6
* gnu: cgal: Remove duplicate licence directory.•••* gnu/packages/graphics.scm (cgal)[arguments]: Set CGAL_INSTALL_DOC_DIR to match Guix's own default in #:configure-flags. Tobias Geerinckx-Rice2021-06-291-1/+6
* gnu: cgal: Update to 5.2.2.•••* gnu/packages/graphics.scm (cgal): Update to 5.2.2. Tobias Geerinckx-Rice2021-06-291-2/+2
* gnu: lib2geom: Update to commit b29d60e4.•••* gnu/packages/graphics.scm (lib2geom): Update to commit b29d60e49a58f4e8069544b44863b1a623e4ee59 (with inkscape 1.1 relased). Boris A. Dekshteyn2021-06-181-3/+3
* gnu: Rename qtbase to qtbase-5.•••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. Maxim Cournoyer2021-06-141-2/+2
* gnu: autotrace: Prepare for GLib 2.68 and later.•••* 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. Marius Bakke2021-05-221-0/+1
* gnu: blender: Update to 2.92.0.•••* 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> raingloom2021-05-031-2/+5
* gnu: Blender: Add the missing Voxel Remesher.•••* gnu/packages/graphics.scm (blender)[inputs]: Add openvdb. [arguments]: Pass "-DWITH_OPENVDB=ON" to #:configure-flags. Signed-off-by: Leo Famulari <leo@famulari.name> Ekaitz Zarraga2021-04-211-0/+2
* gnu: Add openvdb.•••* gnu/packages/graphics.scm (openvdb): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net> Ekaitz Zarraga2021-04-121-0/+37
* gnu: ilmbase: Update to 2.5.5.•••* gnu/packages/graphics.scm (ilmbase): Update to 2.5.5. Efraim Flashner2021-04-011-3/+3
* gnu: cgal: Update to 5.2.1.•••* 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. Tobias Geerinckx-Rice2021-03-231-4/+2
* gnu: cgal: Update to 5.2 [security fixes].•••* 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. Léo Le Bouter2021-03-051-4/+6
* gnu: flux: Use HTTPS home page URI.•••* gnu/packages/graphics.scm (flux)[home-page]: Use HTTPS URI. Nicolas Goaziou2021-02-281-1/+1
* gnu: Add monado.•••* gnu/packages/graphics.scm (monado): New variable. Signed-off-by: Leo Famulari <leo@famulari.name> Andy Tai2021-02-241-0/+40
* gnu: blender-2.79: Fix build.•••* gnu/packages/graphics.scm (blender-2.79)[inputs]: Add pugixml. Nicolas Goaziou2021-01-301-0/+1
* gnu: blender: Fix build.•••* 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". Nicolas Goaziou2021-01-301-5/+10
* gnu: blender-2.79: Fix color management.•••* gnu/packages/graphics.scm (blender-2.79): Fix color management. [inputs]: Add opencolorio. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Antoine Côté2021-01-201-0/+2
* gnu: blender: Update to 2.91.0.•••* gnu/packages/graphics.scm (blender): Update to 2.91.0. [inputs]: Add embree. Signed-off-by: Leo Famulari <leo@famulari.name> Christopher Lemmer Webber2021-01-161-3/+4
* gnu: Add embree.•••* gnu/packages/graphics.scm (embree): New variable. Signed-off-by: Leo Famulari <leo@famulari.name> Christopher Lemmer Webber2021-01-161-0/+30
* gnu: directfb: Fix home page.•••* gnu/packages/graphics.scm (directfb)[home-page]: Fix URL. The previous one was unrelated to the project. Nicolas Goaziou2021-01-061-1/+1
* gnu: Add coin3D@4.0.0.•••* gnu/packages/graphics.scm (coin3D-4): New variable. Signed-off-by: Leo Famulari <leo@famulari.name> Ekaitz Zarraga2021-01-031-0/+53
* gnu: egl-wayland: Update to 1.1.6.•••* gnu/packages/graphics.scm (egl-wayland): Update to 1.1.6. Tobias Geerinckx-Rice2021-01-021-3/+3
* gnu: goxel: Update to 0.10.7.•••* gnu/packages/graphics.scm (goxel): Update to 0.10.7. Tobias Geerinckx-Rice2020-12-231-2/+2
* gnu: Don't append '.git' to GitHub uris.•••* 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. Efraim Flashner2020-11-191-5/+5