mkvtoolnix/packaging/debian/control

80 lines
3.3 KiB
Plaintext
Raw Normal View History

2003-04-21 15:40:58 +00:00
Source: mkvtoolnix
Section: video
2003-04-21 15:40:58 +00:00
Priority: optional
Maintainer: Moritz Bunkus <moritz@bunkus.org>
2015-11-22 10:13:59 +00:00
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.60), qtbase5-dev, qtbase5-dev-tools,
qtmultimedia5-dev, qt5-default | base-files (>= 11ubuntu18),,
nlohmann-json3-dev | nlohmann-json-dev (>= 2),
libcmark-dev, libgtest-dev, libfmt-dev (>= 4), libdvdread-dev,
2020-08-21 13:15:23 +00:00
libpcre2-dev, libpcre2-8-0,
pkg-config, po4a, docbook-xsl, xsltproc
2003-04-21 15:40:58 +00:00
Package: mkvtoolnix
2003-04-21 15:40:58 +00:00
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.
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
.
2018-01-07 11:41:49 +00:00
This package contains the debugging symbols for the GUI of
mkvtoolnix-gui.