guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: blender-2.79: Fix color management.


From: guix-commits
Subject: branch master updated: gnu: blender-2.79: Fix color management.
Date: Wed, 20 Jan 2021 07:58:31 -0500

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 093bfc5  gnu: blender-2.79: Fix color management.
093bfc5 is described below

commit 093bfc5d9638286d66b5e8368fb8969e2f2d010d
Author: Antoine Côté <antoine.cote@posteo.net>
AuthorDate: Sun Jan 3 15:15:04 2021 -0500

    gnu: blender-2.79: Fix color management.
    
    * gnu/packages/graphics.scm (blender-2.79): Fix color management.
    [inputs]: Add opencolorio.
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 gnu/packages/graphics.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm
index 246933b..411d89f 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -23,6 +23,7 @@
 ;;; Copyright © 2020 Raghav Gururajan <raghavgururajan@disroot.org>
 ;;; Copyright © 2020 Maxim Cournoyer <maxim.cournoyer@gmail.com>
 ;;; Copyright © 2020 Gabriel Arazas <foo.dogsquared@gmail.com>
+;;; Copyright © 2021 Antoine Côté <antoine.cote@posteo.net>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -619,6 +620,7 @@ application can be customized via its API for Python 
scripting.")
      `(("boost" ,boost)
        ("jemalloc" ,jemalloc)
        ("libx11" ,libx11)
+       ("opencolorio" ,opencolorio)
        ("openimageio" ,openimageio)
        ("openexr" ,openexr)
        ("ilmbase" ,ilmbase)



reply via email to

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