gnu: libavif: Mark up description.
* gnu/packages/image.scm (libavif)[description]: Use @acronym{}.master
parent
b613842238
commit
51b25847b7
|
@ -2067,9 +2067,9 @@ This package can be used to create @code{favicon.ico} files for web sites.")
|
||||||
`(("libaom" ,libaom)
|
`(("libaom" ,libaom)
|
||||||
("dav1d" ,dav1d)))
|
("dav1d" ,dav1d)))
|
||||||
(synopsis "Encode and decode AVIF files")
|
(synopsis "Encode and decode AVIF files")
|
||||||
(description "Libavif is a C implementation of the AV1 Image File Format
|
(description "Libavif is a C implementation of @acronym{AVIF, the AV1 Image
|
||||||
(AVIF). It can encode and decode all YUV formats and bit depths supported by
|
File Format}. It can encode and decode all YUV formats and bit depths supported
|
||||||
AOM, including with alpha.")
|
by AOM, including with alpha.")
|
||||||
(home-page "https://github.com/AOMediaCodec/libavif")
|
(home-page "https://github.com/AOMediaCodec/libavif")
|
||||||
(license (list license:bsd-2 ; libavif itself
|
(license (list license:bsd-2 ; libavif itself
|
||||||
license:expat)))) ; cJSON in the test suite
|
license:expat)))) ; cJSON in the test suite
|
||||||
|
|
Reference in New Issue