mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: libavif: Mark up description.
* gnu/packages/image.scm (libavif)[description]: Use @acronym{}.
This commit is contained in:
parent
b613842238
commit
51b25847b7
1 changed files with 3 additions and 3 deletions
|
@ -2067,9 +2067,9 @@ (define-public libavif
|
|||
`(("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
|
||||
|
|
Loading…
Reference in a new issue