diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-06-06 06:37:37 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-06-06 09:21:50 +0200 |
commit | 51b25847b7bab85fde2a87d1a4eaf9fb08f1234f (patch) | |
tree | 75321a3407e9101513dc3e541de5f832ef3a5eec /gnu | |
parent | b613842238af7c0164ae0df58190423a8b466f63 (diff) |
gnu: libavif: Mark up description.
* gnu/packages/image.scm (libavif)[description]: Use @acronym{}.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/image.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm index 495780246f..393ee7e08b 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 |