gnu: blender: Add colour management support.
* gnu/packages/graphics.scm (blender)[inputs]: Add opencolorio.
This commit is contained in:
		
							parent
							
								
									2283cf4c1d
								
							
						
					
					
						commit
						cdbb0e55c1
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
					@ -68,6 +68,7 @@
 | 
				
			||||||
  #:use-module (gnu packages gtk)
 | 
					  #:use-module (gnu packages gtk)
 | 
				
			||||||
  #:use-module (gnu packages haskell-xyz)
 | 
					  #:use-module (gnu packages haskell-xyz)
 | 
				
			||||||
  #:use-module (gnu packages image)
 | 
					  #:use-module (gnu packages image)
 | 
				
			||||||
 | 
					  #:use-module (gnu packages image-processing)
 | 
				
			||||||
  #:use-module (gnu packages imagemagick)
 | 
					  #:use-module (gnu packages imagemagick)
 | 
				
			||||||
  #:use-module (gnu packages jemalloc)
 | 
					  #:use-module (gnu packages jemalloc)
 | 
				
			||||||
  #:use-module (gnu packages kde-frameworks)
 | 
					  #:use-module (gnu packages kde-frameworks)
 | 
				
			||||||
| 
						 | 
					@ -488,6 +489,7 @@ with the @command{autotrace} utility or as a C library, @code{libautotrace}.")
 | 
				
			||||||
       ("libx11" ,libx11)
 | 
					       ("libx11" ,libx11)
 | 
				
			||||||
       ("libxi" ,libxi)
 | 
					       ("libxi" ,libxi)
 | 
				
			||||||
       ("libxrender" ,libxrender)
 | 
					       ("libxrender" ,libxrender)
 | 
				
			||||||
 | 
					       ("opencolorio" ,opencolorio)
 | 
				
			||||||
       ("openimageio" ,openimageio)
 | 
					       ("openimageio" ,openimageio)
 | 
				
			||||||
       ("openexr" ,openexr)
 | 
					       ("openexr" ,openexr)
 | 
				
			||||||
       ("opensubdiv" ,opensubdiv)
 | 
					       ("opensubdiv" ,opensubdiv)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue