guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/07: gnu: blender: Add colour management support.


From: guix-commits
Subject: 07/07: gnu: blender: Add colour management support.
Date: Thu, 20 Aug 2020 00:22:15 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit cdbb0e55c10a4fa00aca097639c4b345902eb2da
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Aug 17 00:06:57 2020 +0200

    gnu: blender: Add colour management support.
    
    * gnu/packages/graphics.scm (blender)[inputs]: Add opencolorio.
---
 gnu/packages/graphics.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm
index c13d96d..553d23f 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -68,6 +68,7 @@
   #:use-module (gnu packages gtk)
   #:use-module (gnu packages haskell-xyz)
   #:use-module (gnu packages image)
+  #:use-module (gnu packages image-processing)
   #:use-module (gnu packages imagemagick)
   #:use-module (gnu packages jemalloc)
   #:use-module (gnu packages kde-frameworks)
@@ -488,6 +489,7 @@ with the @command{autotrace} utility or as a C library, 
@code{libautotrace}.")
        ("libx11" ,libx11)
        ("libxi" ,libxi)
        ("libxrender" ,libxrender)
+       ("opencolorio" ,opencolorio)
        ("openimageio" ,openimageio)
        ("openexr" ,openexr)
        ("opensubdiv" ,opensubdiv)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]