aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVinicius Monego <monego@posteo.net>2021-12-23 19:46:44 +0000
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2021-12-26 21:40:22 +0100
commit4ff2fe728e7699ae9e495d6098e163201d5ba63a (patch)
treead747bf3e3a89632774425df7cb48b480db5d059
parentfecc1c0539b0b6c9f415be8ef014778d937216b9 (diff)
downloadguix-4ff2fe728e7699ae9e495d6098e163201d5ba63a.tar
guix-4ff2fe728e7699ae9e495d6098e163201d5ba63a.tar.gz
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>
-rw-r--r--gnu/packages/image-processing.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/image-processing.scm b/gnu/packages/image-processing.scm
index 4dd66f388b..dcbc8ce762 100644
--- a/gnu/packages/image-processing.scm
+++ b/gnu/packages/image-processing.scm
@@ -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")