guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: openexr: Add synopsis.


From: Ludovic Courtès
Subject: 01/03: gnu: openexr: Add synopsis.
Date: Thu, 26 Feb 2015 21:25:24 +0000

civodul pushed a commit to branch master
in repository guix.

commit 9f2840cb5242a797b4f6ae9b52f2f8bf00b7d2f0
Author: Ludovic Courtès <address@hidden>
Date:   Thu Feb 26 10:05:05 2015 +0100

    gnu: openexr: Add synopsis.
    
    * gnu/packages/graphics.scm (openexr)[synopsis]: Fill in.
      [description]: Improve.
---
 gnu/packages/graphics.scm |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm
index 1464df0..c5ccfc2 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -113,11 +113,11 @@ exception-handling library.")
      `(("ilmbase" ,ilmbase)                       ;used in public headers
        ("zlib" ,zlib)))                           ;OpenEXR.pc reads "-lz"
     (home-page "http://www.openexr.com";)
-    (synopsis #f)
+    (synopsis "High-dynamic range file format library")
     (description
      "OpenEXR is a high dynamic-range (HDR) image file format developed for
-use in computer imaging applications.  The IlmImf libraries supports storage
-of the \"EXR\" file format for storing 16-bit floating-point images.")
+use in computer imaging applications.  The IlmImf C++ libraries support
+storage of the \"EXR\" file format for storing 16-bit floating-point images.")
     (license license:bsd-3)))
 
 (define-public ctl



reply via email to

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