[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)
- branch master updated (8d06906 -> cdbb0e5), guix-commits, 2020/08/20
- 01/07: gnu: mate-power-manager: Update to 1.24.2., guix-commits, 2020/08/20
- 02/07: gnu: nng: Update to 1.3.2., guix-commits, 2020/08/20
- 04/07: gnu: libostree: Update to 2020.5., guix-commits, 2020/08/20
- 05/07: gnu: wireshark: Update to 3.2.6., guix-commits, 2020/08/20
- 03/07: gnu: iperf: Update to 3.9., guix-commits, 2020/08/20
- 07/07: gnu: blender: Add colour management support.,
guix-commits <=
- 06/07: gnu: Add opencolorio., guix-commits, 2020/08/20