summaryrefslogtreecommitdiff
path: root/gnu/packages/image-processing.scm
AgeCommit message (Collapse)Author
2022-11-19gnu: vtk: Update to 9.2.2.Marius Bakke
* gnu/packages/patches/vtk-fix-freetypetools-build-failure.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/image-processing.scm (vtk): Update to 9.2.2. [source](patches): Remove. [arguments]: Remove #:phases.
2022-11-19gnu: mia: Fix build with VTK 9.2.Marius Bakke
* gnu/packages/patches/mia-vtk92.patch, gnu/packages/patches/mia-vtk-version.patch: New files. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/image-processing.scm (mia)[source](patches): Add them.
2022-11-09gnu: bart: Update to 0.8.00.Ricardo Wurmus
* gnu/packages/image-processing.scm (bart): Update to 0.8.00.
2022-11-09gnu: bart: Do not build in parallel.Ricardo Wurmus
This is necessary for a reproducible build. * gnu/packages/image-processing.scm (bart)[arguments]: Add PARALLEL and PARALLEL_NJOBS to make flags; disable parallel build.
2022-11-04gnu: Add paraview 5.9.1.Ontje Lünsdorf
* gnu/packages/image-processing.scm (paraview-5.9): New variable. Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
2022-09-28gnu: vips: Update to 8.13.1.Hendursaga
* gnu/packages/image-processing.scm (vips): Update to 8.13.1. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-09-17gnu: vtk: Use system libHaru.Paul A. Patience
* gnu/packages/image-processing.scm (vtk)[snippet]: Delete bundled libHaru and patch VTK for newer libHaru. Reindent and remove trailing boolean. [arguments]: Specify external libHaru in configure flags. [inputs]: Add libharu. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-09-11gnu: vtk: Build against proj-7.Felix Gruber
* gnu/packages/image-processing.scm (vtk)[inputs]: Replace proj with proj-7. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-08-30gnu: opencv: Build Python bindings.Tomasz Jeneralczyk
* gnu/packages/image-processing.scm (opencv)[arguments]: Change variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-08-11gnu: vtk: Enable the RenderingExternal module.Paul A. Patience
* gnu/packages/image-processing.scm (vtk)[arguments]<#:configure-flags>: Add -DVTK_MODULE_ENABLE_VTK_RenderingExternal=YES. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-07-31gnu: qttools: Rename to qttools-5.Maxim Cournoyer
Automated with: git grep -l qttools | xargs sed 's/\bqttools\b/\0-5/g' -i git checkout NEWS
2022-07-31gnu: qtdeclarative: Rename to qtdeclarative-5.Maxim Cournoyer
Automated via the following commands: git grep -l '\bqtdeclarative\b' | xargs sed -E 's/qtdeclarative/\0-5/g' -i git checkout NEWS
2022-07-31gnu: qtsvg: Rename variable to qtsvg-5.Maxim Cournoyer
This is in preparation of the qtsvg update to version 6. This change was automated via the following command: git grep -l '\bqtsvg\b' | xargs sed 's/qtsvg/qtsvg-5/g' -i
2022-07-07gnu: mia: Build against VTK 9.Felix Gruber
* gnu/packages/image-processing.scm (mia): Build against VTK 9. [inputs]: Remove vtk-7; add vtk. [source]: Add mia-vtk9.patch. * gnu/packages/patches/mia-vtk9.patch: New file. * gnu/local.mk: Add it. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-06-05gnu: vtk@7: Simplify regular expression.Tobias Geerinckx-Rice
* gnu/packages/image-processing.scm (vtk-7)[arguments]: Replace ‘.’ wildcards with literal ‘@’ character matches.
2022-06-09gnu: vtk@7: Do not embed running kernel version.Vagrant Cascadian
* gnu/packages/image-processing.scm (vtk-7)[arguments]: Add 'remove-kernel-version phase.
2022-05-31gnu: mia: Update to 2.4.7.Maxim Cournoyer
* gnu/packages/patches/mia-fix-boost-headers.patch: New patch. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/image-processing.scm (mia): Update to 2.4.7. [source]: Apply patch. [configure-flags]: Use the more conventional OFF option value (instead of 0). [inputs]: Use new style. Replace python2-lxml by python-lxml. Replace vtk by vtk-7. [native-inputs]: Use new style. Replace python-2 with python-wrapper.
2022-05-31gnu: dcmtk: Update to 3.6.7 and build as a shared library.Maxim Cournoyer
* gnu/packages/image-processing.scm (dcmtk): Update to 3.6.7. [arguments]: New field.
2022-05-31gnu: Remove vtk-6.Maxim Cournoyer
* gnu/packages/image-processing.scm (vtk-6): Delete variable.
2022-05-31gnu: itk-snap: Fix build.Maxim Cournoyer
* gnu/packages/patches/itk-snap-alt-glibc-compat.patch: New patch. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/image-processing.scm (itk-snap): Apply it. [phases]: Delete trailing #t. [inputs]: Use new style. Replace vtk-6 with vtk-7.
2022-05-31gnu: Add vtk-7.Maxim Cournoyer
* gnu/packages/image-processing.scm: (vtk-7): New variable. * gnu/packages/patches/vtk-7-gcc-10-compat.patch: New patch. * gnu/packages/patches/vtk-7-hdf5-compat.patch: Likewise. * gnu/packages/patches/vtk-7-python-compat.patch: Likewise. * gnu/local.mk (dist_patch_DATA): Register them.
2022-04-26gnu: Add bart.Ricardo Wurmus
* gnu/packages/image-processing.scm (bart): New variable.
2022-04-01gnu: vtk: Remove input labels.Ludovic Courtès
* gnu/packages/image-processing.scm (vtk)[inputs]: Remove labels.
2022-04-01gnu: vtk@6: Depend on Python 2.x, not 3.x.Ludovic Courtès
* gnu/packages/image-processing.scm (vtk-6)[native-inputs]: Replace PYTHON with PYTHON-2.
2022-03-22gnu: opencv: Add pkgconfig generation flag.Blake Shaw
* gnu/packages/image-processing.scm (opencv)[arguments]: Add OPENCV_GENERATE_PKGCONFIG flag. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-12-27gnu: opencv: Disable one more test.Ricardo Wurmus
* gnu/packages/image-processing.scm (opencv)[arguments]: Disable a failing test.
2021-12-26gnu: gmic: Build with OpenEXR 3.Vinicius Monego
* gnu/packages/image-processing.scm (gmic)[inputs]: Add imath. Replace openexr-2 with openexr. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-12-26gnu: gmic: Update to 3.0.0.Vinicius Monego
* gnu/packages/image-processing.scm (gmic): Update to 3.0.0. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-12-21gnu: opencv: Fix installation.Ricardo Wurmus
This is a follow-up to commit 5894b1210d689ec408db21184b85b0a6a1a5ca3e. * gnu/packages/image-processing.scm (opencv)[arguments]: Add build phase 'do-not-install-3rdparty-file.
2021-12-20gnu: opencv: Update to 4.5.4.Ricardo Wurmus
* gnu/packages/patches/opencv-fix-build-of-grfmt_jpeg2000.cpp.patch: Delete file. * gnu/packages/patches/opencv-rgbd-aarch64-test-fix.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove patches. * gnu/packages/image-processing.scm (opencv): Update to 4.5.4. [source]: Remove patch; keep bundled quirc. [arguments]: Build without ade; update build phase 'disable-broken-tests; remove build phase 'add-ilmbase-include-path. [native-inputs]: Update source hashes for opencv-contrib and opencv-extra. [inputs]: Use new style; add imath and openblas; replace openexr-2 with openexr. [description]: Reformat first paragraph.
2021-12-20gnu: opencv: Remove trailing #T from snippet.Ricardo Wurmus
* gnu/packages/image-processing.scm (opencv)[source]: Remove #T at the end of the snippet.
2021-12-13gnu: Further simplify package inputs.Ludovic Courtès
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.)
2021-12-13gnu: Simplify package inputs.Ludovic Courtès
This commit was obtained by running: ./pre-inst-env guix style without any additional argument.
2021-12-08gnu: labelme: Loosen Python requirements.Marius Bakke
* gnu/packages/image-processing.scm (labelme)[arguments]: Patch setup.py so it does not require a specific version of Matplotlib.
2021-11-30gnu: Remove vtk-8.Mathieu Othacehe
* gnu/packages/image-processing.scm (vtk-8): Remove it.
2021-11-22gnu: vtk-8: Pass -fcommon to compiler.Ricardo Wurmus
* gnu/packages/image-processing.scm (vtk-8)[arguments]: Add -fcommon to CFLAGS.
2021-11-03Merge remote-tracking branch 'origin/master' into core-updates-frozenEfraim Flashner
2021-11-03gnu: labelme: Update to 4.5.13.Tobias Geerinckx-Rice
* gnu/packages/image-processing.scm (labelme): Update to 4.5.13.
2021-10-31Merge remote-tracking branch 'origin/master' into core-updates-frozenEfraim Flashner
2021-10-23gnu: Rename openexr to openexr-2.Vinicius Monego
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>
2021-10-22gnu: Add gmic-qt-gimp.Ivan Gankevich
* gnu/packages/image-processing.scm (gmic-qt-gimp): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
2021-10-12Merge remote-tracking branch 'origin/master' into core-updates-frozen.Mathieu Othacehe
2021-10-04gnu: vtk: Depend on proj instead of proj.4.Felix Gruber
* gnu/packages/image-processing.scm (vtk)[inputs] Replace proj.4 with proj. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-09-11gnu: opencv: Fix build.Guillaume Le Vaillant
* gnu/packages/image-processing.scm (opencv)[arguments]: Fix 'unpack-submodule-source' and 'add-ilmbase-include-path' phases.
2021-07-24gnu: Use 'search-input-directory' for the OpenEXR header directory.Ludovic Courtès
* 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.
2021-07-13gnu: labelme: Update to 4.5.9.Lars-Dominik Braun
* gnu/packages/image-processing.scm (labelme): Update to 4.5.9.
2021-07-07gnu: VTK 8: Re-fix a build failure with recent versions of freetype.Leo Famulari
* gnu/packages/patches/vtk-8-fix-freetypetools-build-failure.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/image-processing.scm (vtk-8): Dis-inherit from VTK. Use the package definition that predated the update to VTK 9, taken from commit f4dc8ac6dfa036d98aa0990ae22268a9650899d0.
2021-06-25gnu: Add labelme.Lars-Dominik Braun
* gnu/packages/image-processing.scm (labelme): New variable.
2021-06-25gnu: Add python-imgviz.Lars-Dominik Braun
* gnu/packages/image-processing.scm (python-imgviz): New variable.
2021-06-14gnu: Rename qtbase to qtbase-5.Maxim Cournoyer
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.