guix-commits
[Top][All Lists]
Advanced

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

12/12: gnu: libavif: Mark up description.


From: guix-commits
Subject: 12/12: gnu: libavif: Mark up description.
Date: Sat, 6 Jun 2020 03:22:24 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 51b25847b7bab85fde2a87d1a4eaf9fb08f1234f
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Jun 6 06:37:37 2020 +0200

    gnu: libavif: Mark up description.
    
    * gnu/packages/image.scm (libavif)[description]: Use @acronym{}.
---
 gnu/packages/image.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index 4957802..393ee7e 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -2067,9 +2067,9 @@ This package can be used to create @code{favicon.ico} 
files for web sites.")
      `(("libaom" ,libaom)
        ("dav1d" ,dav1d)))
     (synopsis "Encode and decode AVIF files")
-    (description "Libavif is a C implementation of the AV1 Image File Format
-(AVIF).  It can encode and decode all YUV formats and bit depths supported by
-AOM, including with alpha.")
+    (description "Libavif is a C implementation of @acronym{AVIF, the AV1 Image
+File Format}.  It can encode and decode all YUV formats and bit depths 
supported
+by AOM, including with alpha.")
     (home-page "https://github.com/AOMediaCodec/libavif";)
     (license (list license:bsd-2    ; libavif itself
                    license:expat)))) ; cJSON in the test suite



reply via email to

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