mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-04 02:19:18 -05: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:
parent
fecc1c0539
commit
4ff2fe728e
1 changed files with 3 additions and 2 deletions
|
@ -658,12 +658,13 @@ (define-public gmic
|
|||
(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")
|
||||
|
|
Loading…
Reference in a new issue