mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-06-09 06:35:19 +02:00
Fixes C99 and C23 compatibility, plus general bugfixes Bug: https://bugs.gentoo.org/809983 Closes: https://bugs.gentoo.org/881069 Signed-off-by: NHOrus <jy6x2b32pie9@yahoo.com> Closes: https://github.com/gentoo/gentoo/pull/36452 Signed-off-by: Sam James <sam@gentoo.org>
15 lines
707 B
XML
15 lines
707 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="project">
|
|
<email>media-video@gentoo.org</email>
|
|
<name>Gentoo Video project</name>
|
|
</maintainer>
|
|
<longdescription lang="en">
|
|
mkvalidator is a simple command line tool to verify Matroska and WebM files for spec conformance. It checks the various bogus or missing key elements against the EBML DocType version of the file and reports the errors/warnings in the command line.
|
|
</longdescription>
|
|
<upstream>
|
|
<remote-id type="sourceforge">matroska</remote-id>
|
|
<remote-id type="github">Matroska-Org/foundation-source</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|