| Commit message (Expand) | Author | Age | Files | Lines |
* | gnu: Add bart.•••* gnu/packages/image-processing.scm (bart): New variable.
| Ricardo Wurmus | 2022-04-26 | 1 | -1/+52 |
* | gnu: vtk: Remove input labels.•••* gnu/packages/image-processing.scm (vtk)[inputs]: Remove labels.
| Ludovic Courtès | 2022-04-01 | 1 | -25/+25 |
* | gnu: vtk@6: Depend on Python 2.x, not 3.x.•••* gnu/packages/image-processing.scm (vtk-6)[native-inputs]: Replace
PYTHON with PYTHON-2.
| Ludovic Courtès | 2022-04-01 | 1 | -2/+3 |
* | gnu: opencv: Add pkgconfig generation flag.•••* gnu/packages/image-processing.scm (opencv)[arguments]: Add
OPENCV_GENERATE_PKGCONFIG flag.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| Blake Shaw | 2022-03-22 | 1 | -0/+1 |
* | gnu: opencv: Disable one more test.•••* gnu/packages/image-processing.scm (opencv)[arguments]: Disable a failing
test.
| Ricardo Wurmus | 2021-12-27 | 1 | -0/+6 |
* | gnu: gmic: Build with OpenEXR 3.•••* gnu/packages/image-processing.scm (gmic)[inputs]: Add imath. Replace
openexr-2 with openexr.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| Vinicius Monego | 2021-12-26 | 1 | -2/+3 |
* | gnu: gmic: Update to 3.0.0.•••* gnu/packages/image-processing.scm (gmic): Update to 3.0.0.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| Vinicius Monego | 2021-12-26 | 1 | -2/+2 |
* | gnu: opencv: Fix installation.•••This is a follow-up to commit 5894b1210d689ec408db21184b85b0a6a1a5ca3e.
* gnu/packages/image-processing.scm (opencv)[arguments]: Add build phase
'do-not-install-3rdparty-file.
| Ricardo Wurmus | 2021-12-21 | 1 | -9/+13 |
* | gnu: opencv: Update to 4.5.4.•••* 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.
| Ricardo Wurmus | 2021-12-20 | 1 | -65/+65 |
* | gnu: opencv: Remove trailing #T from snippet.•••* gnu/packages/image-processing.scm (opencv)[source]: Remove #T at the end of
the snippet.
| Ricardo Wurmus | 2021-12-20 | 1 | -2/+1 |
* | gnu: Further simplify package inputs.•••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.)
| Ludovic Courtès | 2021-12-13 | 1 | -33/+29 |
* | gnu: Simplify package inputs.•••This commit was obtained by running:
./pre-inst-env guix style
without any additional argument.
| Ludovic Courtès | 2021-12-13 | 1 | -56/+37 |
* | gnu: labelme: Loosen Python requirements.•••* gnu/packages/image-processing.scm (labelme)[arguments]: Patch setup.py so it
does not require a specific version of Matplotlib.
| Marius Bakke | 2021-12-08 | 1 | -0/+6 |
* | gnu: Remove vtk-8.•••* gnu/packages/image-processing.scm (vtk-8): Remove it.
| Mathieu Othacehe | 2021-11-30 | 1 | -92/+0 |
* | gnu: vtk-8: Pass -fcommon to compiler.•••* gnu/packages/image-processing.scm (vtk-8)[arguments]: Add -fcommon to
CFLAGS.
| Ricardo Wurmus | 2021-11-22 | 1 | -1/+2 |
* | Merge remote-tracking branch 'origin/master' into core-updates-frozen | Efraim Flashner | 2021-11-03 | 1 | -2/+2 |
|\ |
|
| * | gnu: labelme: Update to 4.5.13.•••* gnu/packages/image-processing.scm (labelme): Update to 4.5.13.
| Tobias Geerinckx-Rice | 2021-11-03 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'origin/master' into core-updates-frozen | Efraim Flashner | 2021-10-31 | 1 | -6/+27 |
|\| |
|
| * | 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 Monego | 2021-10-23 | 1 | -6/+6 |
| * | gnu: Add gmic-qt-gimp.•••* gnu/packages/image-processing.scm (gmic-qt-gimp): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Ivan Gankevich | 2021-10-22 | 1 | -0/+21 |
* | | Merge remote-tracking branch 'origin/master' into core-updates-frozen. | Mathieu Othacehe | 2021-10-12 | 1 | -1/+1 |
|\| |
|
| * | gnu: vtk: Depend on proj instead of proj.4.•••* gnu/packages/image-processing.scm (vtk)[inputs] Replace proj.4 with
proj.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Felix Gruber | 2021-10-04 | 1 | -1/+1 |
* | | gnu: opencv: Fix build.•••* gnu/packages/image-processing.scm (opencv)[arguments]: Fix
'unpack-submodule-source' and 'add-ilmbase-include-path' phases.
| Guillaume Le Vaillant | 2021-09-11 | 1 | -5/+6 |
* | | 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ès | 2021-07-24 | 1 | -4/+3 |
|/ |
|
* | gnu: labelme: Update to 4.5.9.•••* gnu/packages/image-processing.scm (labelme): Update to 4.5.9.
| Lars-Dominik Braun | 2021-07-13 | 1 | -2/+2 |
* | gnu: VTK 8: Re-fix a build failure with recent versions of freetype.•••* 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.
| Leo Famulari | 2021-07-07 | 1 | -4/+79 |
* | gnu: Add labelme.•••* gnu/packages/image-processing.scm (labelme): New variable.
| Lars-Dominik Braun | 2021-06-25 | 1 | -0/+58 |
* | gnu: Add python-imgviz.•••* gnu/packages/image-processing.scm (python-imgviz): New variable.
| Lars-Dominik Braun | 2021-06-25 | 1 | -0/+38 |
* | 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 Cournoyer | 2021-06-14 | 1 | -3/+3 |
* | gnu: vtk: Wrap python modules.•••* gnu/packages/image-processing.scm (vtk)[inputs]: Add python.
[arguments]: Add VTK_WRAP_PYTHON and VTK_PYTHON_VERSION flags.
| Paul Garlick | 2021-06-01 | 1 | -0/+5 |
* | gnu: Add vtk-8.•••gnu/packages/image-processing (vtk-8): New variable.
| Ekaitz Zarraga | 2021-04-15 | 1 | -0/+17 |
* | gnu: gmic: Update to 2.9.7.•••* gnu/packages/image-processing.scm (gmic): Update to 2.9.7.
| Tobias Geerinckx-Rice | 2021-04-11 | 1 | -2/+2 |
* | gnu: vtk: Add 'release-monitoring-url' property.•••* gnu/packages/image-processing.scm (vtk)[properties]: New field.
| Ludovic Courtès | 2021-04-02 | 1 | -1/+2 |
* | gnu: vtk: Update to 9.0.1.•••* gnu/packages/image-processing.scm (vtk): Update to 9.0.1.
[source](snippet): Remove bundled "ogg" directory as well.
[arguments]: Adjust #:configure-flags. Add #:phases.
[inputs]: Add LIBOGG.
* gnu/packages/patches/vtk-fix-freetypetools-build-failure.patch: Update.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
| Andy Tai | 2021-04-02 | 1 | -25/+40 |
* | gnu: vips: Update to 8.10.6.•••* gnu/packages/image-processing.scm (vips): Update to 8.10.6.
| Tobias Geerinckx-Rice | 2021-03-25 | 1 | -3/+3 |
* | gnu: dcmtk: Update to 3.6.6.•••* gnu/packages/image-processing.scm (dcmtk): Update to 3.6.6.
[inputs]: Add icu4c.
| Tobias Geerinckx-Rice | 2021-03-10 | 1 | -4/+4 |
* | gnu: vtk: Fix build failure.•••* gnu/packages/image-processing.scm (vtk): Fix build failure.
[source]: Add patch to fix build failure with recent versions of freetype.
* gnu/packages/patches/vtk-fix-freetypetools-build-failure.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Felix Gruber | 2021-03-09 | 1 | -0/+3 |
* | gnu: Add gmic-qt-krita.•••* gnu/packages/image-processing.scm (gmic-qt-krita): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| Vinicius Monego | 2021-03-06 | 1 | -0/+12 |
* | gnu: Add gmic-qt.•••* gnu/packages/image-processing.scm (gmic-qt): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| Vinicius Monego | 2021-03-06 | 1 | -0/+24 |
* | gnu: gmic: Disable static libraries and enable LTO.•••* gnu/packages/image-processing.scm (gmic)[arguments]: Pass
"-DBUILD_LIB_STATIC=OFF", "-DENABLE_DYNAMIC_LINKING=ON" and "-DENABLE_LTO=ON"
to #:configure-flags. Add phase to set LDFLAGS.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| Vinicius Monego | 2021-03-06 | 1 | -1/+12 |
* | gnu: gmic: Update to 2.9.6.•••* gnu/packages/image-processing.scm (gmic): Update to 2.9.6.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| Vinicius Monego | 2021-03-06 | 1 | -3/+3 |
* | gnu: vtk: Use more system libraries.•••* gnu/packages/image-processing.scm (vtk)[source]: Remove more bundled
sources in snippet.
[arguments]: Add to configure-flags to use more system libraries.
[inputs]: Remove libogg. Add double-conversion, eigen, gl2ps, glew, lz4,
netcdf, proj.4 and sqlite.
| Efraim Flashner | 2021-01-07 | 1 | -8/+30 |
* | gnu: vtk: Sort inputs alphabetically.•••* gnu/packages/image-processing.scm (vtk)[inputs]: Sort alphabetically.
| Efraim Flashner | 2021-01-07 | 1 | -7/+7 |
* | gnu: vtk: Remove some vendored libraries.•••* gnu/packages/image-processing.scm (vtk)[source]: Add snippet to remove
some vendored sources.
| Efraim Flashner | 2021-01-07 | 1 | -2/+12 |
* | gnu: Add stiff.•••* gnu/packages/image-processing.scm (stiff): New variable.
Co-authored-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Signed-off-by: Leo Famulari <leo@famulari.name>
| Oleh Malyi | 2021-01-04 | 1 | -0/+25 |
* | gnu: vips: Sort inputs alphabetically.•••* gnu/packages/image-processing.scm (vips)[native-inputs]: Sort inputs
alphabetically.
[inputs]: Same.
| Efraim Flashner | 2020-12-31 | 1 | -15/+15 |
* | gnu: vips: Update to 8.10.5.•••* gnu/packages/image-processing.scm (vips): Update to 8.10.5.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Vincent Legoll | 2020-12-31 | 1 | -2/+2 |
* | gnu: Add scantailor-advanced.•••* gnu/packages/image-processing.scm (scantailor-advanced): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| Brendan Tildesley | 2020-10-01 | 1 | -0/+49 |
* | gnu: metapixel: Fix typo in description.•••* gnu/packages/image-processing.scm (metapixel)[description]: Fix typo.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Brendan Tildesley | 2020-09-21 | 1 | -1/+1 |
* | gnu: gmic: Update to 2.9.2.•••* gnu/packages/image-processing.scm (gmic): Update to 2.9.2.
| Tobias Geerinckx-Rice | 2020-09-04 | 1 | -2/+2 |