Source: mkvtoolnix
Section: graphics
Priority: optional
Maintainer: Steven Pusser <stevep@mxlinux.org>
XSBC-Original-Maintainer: Christian Marillat <marillat@debian.org>
Homepage: https://mkvtoolnix.download/index.html
Standards-Version: 4.7.0
Build-Depends: autoconf-archive,
# use clang instead of gcc-10
               clang,
               debhelper-compat (= 13),
               docbook-xsl,
               libboost-date-time-dev,
               libboost-filesystem-dev,
               libboost-math-dev,
               libbz2-dev,
               libcmark-dev (>= 0.28.3~),
               libcurl4-gnutls-dev,
               libdvdread-dev,
               libflac-dev,
#               libfmt-dev (>= 8.0~),
               libgmp-dev,
               libgtest-dev,
               liblzo2-dev,
#               libmatroska-dev (>= 1.7.1~),
               libogg-dev,
               libpugixml-dev,
               libutfcpp-dev,
               libvorbis-dev,
               nlohmann-json3-dev,
               pkgconf,
               po4a,
               qt6-base-dev,
               qt6-multimedia-dev,
               qt6-svg-dev,
               rake,
               ruby:any,
               xsltproc,
               zlib1g-dev

Package: mkvtoolnix-gui
Architecture: any
Depends: mkvtoolnix (= ${binary:Version}),
         qt6-svg-plugins | libqt6svg6,
         ${misc:Depends},
         ${shlibs:Depends}
Conflicts: mkvtoolnix (<< 35.0.0-1)
Replaces: mkvtoolnix (<< 35.0.0-1)
Suggests: mediainfo-gui
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 mmg tool is a graphical user interface for the mkvmerge program, which
 allow one to create Matroska files from other formats.
 .
 This package also contains a graphical version of the mkvinfo tool, which
 allow one to get information about a Matroska file.

Package: mkvtoolnix
Architecture: any
Depends: ${misc:Depends}, ${shlibs: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 allow one to get information about the tracks in a Matroska file
  * mkvextract can extract tracks from Matroska files to other formats
 .
 This package only provides command-line tools. For graphical tools, you
 should install the mkvtoolnix-gui package.
