mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2025-01-13 05:31:44 +00:00
18 lines
661 B
Plaintext
18 lines
661 B
Plaintext
Source: libmatroska
|
|
Priority: optional
|
|
Maintainer: Moritz Bunkus <moritz@bunkus.org>
|
|
Build-Depends: debhelper (>> 3.0.0), libebml-dev (>= 1.0.0-1)
|
|
Standards-Version: 3.5.8
|
|
Section: libs
|
|
|
|
Package: libmatroska-dev
|
|
Section: libdevel
|
|
Architecture: any
|
|
Depends: libebml-dev (>= 1.0.0-1)
|
|
Description: an extensible open standard Audio/Video container format
|
|
Matroska is aiming to become the standard of Multimedia
|
|
Container Formats one day. It is based on EBML (Extensible Binary
|
|
Meta Language), a kind of binary version of XML. This way the
|
|
significant advantages in terms of future format extensability
|
|
are gained without breaking file support in old parsers.
|