[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#52760] [PATCH 2/2] gnu: gmic: Build with OpenEXR 3.
From: |
Vinicius Monego |
Subject: |
[bug#52760] [PATCH 2/2] gnu: gmic: Build with OpenEXR 3. |
Date: |
Thu, 23 Dec 2021 19:46:44 +0000 |
* gnu/packages/image-processing.scm (gmic)[inputs]: Add imath. Replace
openexr-2 with openexr.
---
gnu/packages/image-processing.scm | 5 +++--
1 file 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")
--
2.30.2