mkvtoolnix/debian/control

23 lines
1.1 KiB
Plaintext

Source: mkvtoolnix
Section: graphics
Priority: optional
Maintainer: Moritz Bunkus <moritz@bunkus.org>
Build-Depends: debhelper (>> 4.0.0), libebml-dev (>= 0.7.7-1), libmatroska-dev (>= 0.8.0-1), libogg-dev, libvorbis-dev, libwxgtk2.4-dev|libwxgtk2.5-dev|libwxgtk2.6-dev, libexpat1-dev, zlib1g-dev, liblzo-dev, libbz2-dev, libflac-dev, groff, libmagic-dev, libpcre3-dev
Standards-Version: 3.5.8
Package: mkvtoolnix-mb
Architecture: any
Depends: ${shlibs:Depends}
Conflicts: mkvtoolnix, mkvtoolnix-gui
Description: create and work with Matroska media files
Matroska is aiming to become the standard of Multimedia Container
Formats. It is based on EBML (Extensible Binary Meta Language), a
kind of binary version of XML. These tools can work with Matroska files:
* mkvmerge creates Matroska files from various other formats.
* mkvinfo lists information about the tracks contained in a Matroska
file.
* mkvextract extracts tracks from a Matroska file into other suitable
file formats.
* base64tool can encode to and decode from base64.
* mmg is a full featured GUI for mkvmerge.