./multimedia/mkvtoolnix, Set of tools to create, alter and inspect Matroska files

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 88.0nb3, Package name: mkvtoolnix-88.0nb3, Maintainer: pkgsrc-users

MKVtoolnix is a set of tools to create, alter and inspect Matroska files.

With these tools one can get information about (mkvinfo) Matroska files,
extract tracks/data from (mkvextract) Matroska files and create (mkvmerge)
Matroska files from other media files.


Required to run:
[multimedia/libmatroska] [multimedia/libogg] [archivers/lzo] [audio/flac] [audio/libvorbis] [devel/gmp] [devel/boost-libs] [devel/libebml] [x11/qt5-qtmultimedia] [textproc/cmark] [textproc/pugixml] [lang/gcc8-libs] [textproc/fmtlib]

Required to build:
[textproc/po4a] [textproc/docbook-xsl] [pkgtools/x11-links] [devel/boost-headers] [x11/xcb-proto] [x11/xorgproto] [lang/gcc8] [textproc/utf8-cpp] [lang/ruby31-base] [textproc/nlohmann-json]

Package options: doc

Master sites:

Filesize: 10978.078 KB

Version history: (Expand)


CVS history: (Expand)


   2024-11-14 23:22:33 by Thomas Klausner | Files touched by this commit (2429)
Log message:
*: recursive bump for icu 76 shlib major version bump
   2024-11-01 13:55:19 by Thomas Klausner | Files touched by this commit (2426)
Log message:
*: revbump for icu downgrade
   2024-11-01 01:54:33 by Thomas Klausner | Files touched by this commit (2427)
Log message:
*: recursive bump for icu 76.1 shlib bump
   2024-10-23 18:35:46 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
mkvtoolnix: updated to 88.0

Version 88.0 "All I Know" 2024-10-19

New features and enhancements

* mkvmerge, MKVToolNix GUI's chapter editor: added support for reading
  chapters from PotPlayer bookmark files.

Bug fixes

* configure: fixed setting `HAVE_QTDBUS` properly if the QtDbus module is
  found.
* mkvmerge: MP4 reader: mkvmerge will no longer warn when multiple identical
  FourCCs are present within the same track headers.
* mkvmerge man page: removed the wrong statement that an attachment's MIME
  type must be set before use of the `--attach-file` & `--attach-file-once`
  options. If not given, mkvmerge auto-detects the MIME type.
   2024-10-04 05:49:38 by Ryo ONODERA | Files touched by this commit (237)
Log message:
*: Recursive revbump from Boost 1.86.0
   2024-09-09 09:00:06 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
mkvtoolnix: updated to 87.0

Version 87.0 "Black as the Sky" 2024-09-07

New features and enhancements

* mkvmerge: chapters: added support for specifying MPLS files with
 `--chapters`, too, not just as regular source files. The documentation
 stated this was possible already, but that wasn't actually the
 case.
* MKVToolNix GUI: multiplexer: added a progress dialog that is shown during
 file identification.
* MKVToolNix GUI: jobs: the status bar now differentiates between numbers of
 warnings/errors that occurred in the current session and those that occurred
 before the current session.

Bug fixes

* mkvmerge: AAC parser: LOAS/LATM streams: if the first `AudioSpecificConfig`
 element is not found within the first LOAS/LATM frame, `mkvmerge` will no
 longer discard the frames before it but defer parsing them until after it
 has found the `AudioSpecificConfig` element.
* MKVToolNix GUI: job queue: fixed the GUI crashing when re-ordering the jobs
 in the job queue. This regression was introduced while fixing 3720.

Build system changes

* The bundled `fmt` library was updated to v10.2.1.
   2024-07-16 12:02:05 by Patrick Welche | Files touched by this commit (42)
Log message:
Revbump for fmtlib 11.0.1
Pointed out by David Gutteridge on pkgsrc-changes
   2024-06-03 12:53:45 by Adam Ciarcinski | Files touched by this commit (4) | Package updated
Log message:
mkvtoolnix: updated to 85.0

Version 85.0 "Shame For You" 2024-06-02

Bug fixes

* fixed compilation of `src/common/sorting.h` with certain compilers due to
  the deprecation & removal of `std::result_of<>` in C++20.
* fixed compilation with the `gtest` library when `gtest` requires additional
  libraries by querying `pkg-config` for the correct flags & libraries to
  build with.
* MKVToolNix GUI: multiplexer: restored the keyboard shortcut for switching to
  the "Attachments" tab (Alt+C for the English interface).
* MKVToolNix GUI: multiplexer: fixed several cases when the keyboard shortcuts
  for copying the first source file's name/the destination file's name to the
  title (Ctrl+F & Ctrl+D) and the one for copying the title to the destination
  file name (Ctrl+T) were not enabled.