dannym pushed a commit to branch master
in repository guix.
commit 27866b7ce22d48bcf9e6ae95bd337777093d4c50
Author: Raghav Gururajan <[email protected]>
AuthorDate: Thu Sep 24 10:59:47 2020 -0400
gnu: openjpeg: Update synopsis and description.
* gnu/packages/image.scm (openjpeg) [synopsis]: Modify.
[description]: Modify.
Signed-off-by: Danny Milosavljevic <[email protected]>
---
gnu/packages/image.scm | 16 ++++++----------
1 file changed, 6 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index e8e0c88..07ddbc7 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -848,16 +848,12 @@ test suite, including conformance tests (following Rec.
ITU-T T.803 | ISO/IEC
("libpng" ,libpng)
("libtiff" ,libtiff)
("zlib" ,zlib)))
- (synopsis "JPEG 2000 codec")
- (description
- "The OpenJPEG library is a JPEG 2000 codec written in C. It has
-been developed in order to promote the use of JPEG 2000, the new
-still-image compression standard from the Joint Photographic Experts
-Group (JPEG).
-In addition to the basic codec, various other features are under
-development, among them the JP2 and MJ2 (Motion JPEG 2000) file formats,
-an indexing tool useful for the JPIP protocol, JPWL-tools for
-error-resilience, a Java-viewer for j2k-images, ...")
+ (synopsis "OPENJPEG Library and Applications")
+ (description "OpenJPEG is an implementation of JPEG 2000 codec written in C
+language. It has been developed in order to promote the use of JPEG 2000, a
+still-image compression standard from the Joint Photographic Experts Group
+(JPEG). Since April 2015, it is officially recognized by ISO/IEC and ITU-T as
a
+JPEG 2000 Reference Software.")
(home-page "https://github.com/uclouvain/openjpeg")
(license license:bsd-2)))