gnu: video, xml: Fix typo.

* gnu/packages/video.scm (libva)[synopsis]: Fix ‘libary’ typo.
[description]: Use @dfn.
* gnu/packages/xml.scm (libebml): Likewise.
master
Tobias Geerinckx-Rice 2018-01-20 20:56:50 +01:00
parent d6e8a84e2a
commit cb7781177b
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
2 changed files with 6 additions and 6 deletions

View File

@ -523,10 +523,10 @@ SMPTE 314M.")
(inputs (inputs
`(("libebml" ,libebml))) `(("libebml" ,libebml)))
(home-page "https://www.matroska.org") (home-page "https://www.matroska.org")
(synopsis "C++ libary to parse Matroska files (.mkv and .mka)") (synopsis "C++ library to parse Matroska files (.mkv and .mka)")
(description (description
"Matroska aims to become the standard of multimedia container formats. "Matroska aims to become the standard of multimedia container formats.
It is based on EBML (Extensible Binary Meta Language), a binary derivative It is based on @dfn{EBML} (Extensible Binary Meta Language), a binary derivative
of XML. EBML enables the Matroska Development Team to gain significant of XML. EBML enables the Matroska Development Team to gain significant
advantages in terms of future format extensibility, without breaking file advantages in terms of future format extensibility, without breaking file
support in old parsers. support in old parsers.

View File

@ -103,10 +103,10 @@ things the parser might find in the XML document (like start tags).")
"005a0ipqnfbsq47zrc61zszi439jw32q5xd6dc1jyb3lc0zl266q")))) "005a0ipqnfbsq47zrc61zszi439jw32q5xd6dc1jyb3lc0zl266q"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(home-page "https://matroska-org.github.io/libebml/") (home-page "https://matroska-org.github.io/libebml/")
(synopsis "C++ libary to parse EBML files") (synopsis "C++ library to parse EBML files")
(description "libebml is a C++ library to read and write EBML (Extensible (description "libebml is a C++ library to read and write @dfn{EBML}
Binary Meta Language) files. EBML was designed to be a simplified binary (Extensible Binary Meta Language) files. EBML was designed to be a simplified
extension of XML for the purpose of storing and manipulating data in a binary extension of XML for the purpose of storing and manipulating data in a
hierarchical form with variable field lengths.") hierarchical form with variable field lengths.")
(license license:lgpl2.1))) (license license:lgpl2.1)))