mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-29 06:15:24 +00:00
84 lines
3.4 KiB
Plaintext
84 lines
3.4 KiB
Plaintext
Source: mkvtoolnix
|
|
Section: video
|
|
Priority: optional
|
|
Maintainer: Moritz Bunkus <moritz@bunkus.org>
|
|
Homepage: https://mkvtoolnix.download/
|
|
Standards-Version: 3.9.5
|
|
Build-Depends:
|
|
debhelper (>= 9),
|
|
rake (>= 10),
|
|
libbz2-dev, liblzo2-dev, zlib1g-dev, libmagic-dev,
|
|
libflac-dev, libogg-dev, libvorbis-dev,
|
|
libboost-dev (>= 1.46), libboost-filesystem-dev (>= 1.46),
|
|
libboost-regex-dev (>= 1.46), libboost-date-time-dev (>= 1.46),
|
|
libboost-system-dev (>= 1.46), qtbase5-dev, qtbase5-dev-tools,
|
|
qtmultimedia5-dev,
|
|
base-files (<< 9.6) | nlohmann-json-dev (>= 2),
|
|
pkg-config, po4a, docbook-xsl, xsltproc,
|
|
libgtest-dev
|
|
|
|
Package: mkvtoolnix
|
|
Architecture: any
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
|
Suggests: mkvtoolnix-gui
|
|
Description: Set of command-line tools to work with Matroska files
|
|
Matroska is a new multimedia container format, based on EBML (Extensible
|
|
Binary Meta Language), which is a kind of binary XML.
|
|
These tools allow one to manipulate Matroska files.
|
|
* mkvmerge is a tool to create Matroska files from other formats
|
|
* mkvinfo allows one to get information about the tracks in a Matroska file
|
|
* mkvextract can extract tracks from Matroska files to other formats
|
|
* mkvpropedit can edit header and chapter information without remuxing
|
|
.
|
|
This package only provides command-line tools. For graphical tools, you
|
|
should install the mkvtoolnix-gui package.
|
|
|
|
Package: mkvtoolnix-gui
|
|
Architecture: any
|
|
Depends: mkvtoolnix (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
|
|
Suggests: mediainfo-gui
|
|
Replaces: mkvtoolnix (<= 4.6.0-1)
|
|
Description: Set of tools to work with Matroska files - GUI frontend
|
|
Matroska is a new multimedia container format, based on EBML (Extensible
|
|
Binary Meta Language), which is a kind of binary XML.
|
|
.
|
|
The mkvtoolnix-gui tool is a graphical user interface for the mkvmerge
|
|
program, which allows one to create Matroska files from other formats.
|
|
.
|
|
This package also contains a graphical version of the mkvinfo tool, which
|
|
allows one to get information about a Matroska file.
|
|
|
|
Package: mkvtoolnix-dbg
|
|
Section: debug
|
|
Priority: extra
|
|
Architecture: any
|
|
Depends: mkvtoolnix (= ${binary:Version}), ${misc:Depends}
|
|
Description: debugging symbols for mkvtoolnix
|
|
Matroska is a new multimedia container format, based on EBML (Extensible
|
|
Binary Meta Language), which is a kind of binary XML.
|
|
These tools allow one to manipulate Matroska files.
|
|
* mkvmerge is a tool to create Matroska files from other formats
|
|
* mkvinfo allows one to get information about the tracks in a Matroska file
|
|
* mkvextract can extract tracks from Matroska files to other formats
|
|
* mkvpropedit can edit header and chapter information without remuxing
|
|
.
|
|
This package contains the debugging symbols for the command-line tools
|
|
of mkvtoolnix.
|
|
|
|
Package: mkvtoolnix-gui-dbg
|
|
Section: debug
|
|
Priority: extra
|
|
Architecture: any
|
|
Depends: mkvtoolnix-gui (= ${binary:Version}), ${misc:Depends}
|
|
Description: debugging symbols for mkvtoolnix-gui
|
|
Matroska is a new multimedia container format, based on EBML (Extensible
|
|
Binary Meta Language), which is a kind of binary XML.
|
|
These tools allow one to manipulate Matroska files.
|
|
* mkvmerge is a tool to create Matroska files from other formats
|
|
* mkvinfo allows one to get information about the tracks in a Matroska file
|
|
* mkvextract can extract tracks from Matroska files to other formats
|
|
* mkvpropedit can edit header and chapter information without remuxing
|
|
.
|
|
This package contains the debugging symbols for the GUIs of
|
|
mkvtoolnix-gui.
|