gnu: openimageio: Add optional dependencies.
* gnu/packages/graphics.scm (openimageio)[inputs]: Add dcmtk, freetype, libglvnd, libraw, libwebp, opencolorio, openjpeg. Change-Id: I19ac4119783744a37aee0b55d4b49dcf02b55762master
parent
5bcca03e14
commit
dc423fe797
|
@ -1345,14 +1345,22 @@ with strong support for multi-part, multi-channel use cases.")
|
|||
(list pkg-config))
|
||||
(inputs
|
||||
(list boost
|
||||
dcmtk
|
||||
fmt
|
||||
freetype
|
||||
giflib
|
||||
imath
|
||||
libglvnd
|
||||
libheif
|
||||
libjpeg-turbo
|
||||
libpng
|
||||
libraw
|
||||
libtiff
|
||||
libwebp
|
||||
opencolorio
|
||||
openexr
|
||||
openjpeg
|
||||
;; openvdb ; OpenVDB needs OIIO to be built with C++17 or higher
|
||||
pugixml
|
||||
pybind11
|
||||
python-wrapper
|
||||
|
|
Reference in New Issue