1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-22 18:20:32 +02:00

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>
This commit is contained in:
Vinicius Monego
2021-12-23 19:46:44 +00:00
committed by Nicolas Goaziou
parent fecc1c0539
commit 4ff2fe728e

View File

@@ -658,12 +658,13 @@ due to its architecture which automatically parallelises the image workflows.")
(list curl
fftw
graphicsmagick
imath
libjpeg-turbo
libpng
libtiff
libx11
;;("opencv" ,opencv) ;OpenCV is currently broken in the CI
openexr-2
;;opencv ;OpenCV is currently broken in the CI
openexr
zlib))
(home-page "https://gmic.eu/")
(synopsis "Full-featured framework for digital image processing")