mkvtoolnix/packaging/debian/control
Moritz Bunkus 5df94b0387
Boost: test for multi-precision library; require at least v1.66.0
I know compilation fails in the multi-precision library with 1.60.0,
the previous requirement. The oldest OS I still support is CentOS 7,
which has 1.69 via EPEL. CentOS 8 is next which comes with 1.66.0, and
that compiles fine. So let's take that as the new baseline.
2021-05-30 14:24:21 +02:00

80 lines
3.3 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.66), 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,
libpcre2-dev, libpcre2-8-0,
pkg-config, po4a, docbook-xsl, xsltproc
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.
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 GUI of
mkvtoolnix-gui.