pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/multimedia/mkvtoolnix mkvtoolnix: updated to 69.0.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9feca1deb820
branches:  trunk
changeset: 381643:9feca1deb820
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Jul 11 08:46:49 2022 +0000

description:
mkvtoolnix: updated to 69.0.0

Version 69.0.0 "Day And Age" 2022-07-09

Important notes

* all: the spelling of "colour" was changed to "color" throughout all programs
  to match the use of American English spelling in MKVToolNix. This not only
  affects documentation and user interface controls, but also program options
  for mkvmerge & mkvpropedit. Both programs will continue to accept the
  British English spelling of their respective options indefinitely. One
  breaking change is that the property names in mkvmerge's JSON identification
  mode have also been changed to American English spelling. As those
  properties have only been introduced in release v68, this seems like a small
  enough window to make such a change.

New features and enhancements

* MKVToolNix GUI: the number of recently used entries (e.g. destination
  directories) remembered by the GUI can now be configured in the
  preferences.
* MKVToolNix GUI: multiplexer: when adding files the track properties
  regarding color information & color mastering meta information will be
  parsed & set in the corresponding GUI controls.
* MKVToolNix GUI: job queue: the job queue can now be sorted by clicking on
  the column headers.
* MKVToolNix GUI: job queue: when loading jobs from the queue directory that
  weren't previously known to the program those jobs will be sorted by their
  "date added" timestamp instead of using the order the operating system
  returns them in.

Bug fixes

* build system: fixed compilation with fmt v9.
* mkvmerge: HEVC ES parser: the parser will now parse at least the first full
  access unit before reporting that it has found all the required
  headers. Otherwise parsing might stop in the middle of the access unit due
  to the source reader not providing more data in the first call, leading to
  the parser not finding the `unspec62` and `unspec63` NALUs required for
  Dolby Vision.
* MKVToolNix GUI: preferences: the default actions added to the "execute
  programs" section on new installations now default to use WebM file names
  instead of Ogg, matching the format of the included audio files.

Build system changes

* The bundled `fmt` library was updated to v9.0.0.

diffstat:

 multimedia/mkvtoolnix/Makefile |  5 ++---
 multimedia/mkvtoolnix/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (28 lines):

diff -r 0ed4fae0dc19 -r 9feca1deb820 multimedia/mkvtoolnix/Makefile
--- a/multimedia/mkvtoolnix/Makefile    Mon Jul 11 08:43:01 2022 +0000
+++ b/multimedia/mkvtoolnix/Makefile    Mon Jul 11 08:46:49 2022 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.196 2022/07/02 16:53:31 ryoon Exp $
+# $NetBSD: Makefile,v 1.197 2022/07/11 08:46:49 adam Exp $
 
-DISTNAME=      mkvtoolnix-68.0.0
-PKGREVISION=   1
+DISTNAME=      mkvtoolnix-69.0.0
 CATEGORIES=    multimedia
 MASTER_SITES=  https://mkvtoolnix.download/sources/
 EXTRACT_SUFX=  .tar.xz
diff -r 0ed4fae0dc19 -r 9feca1deb820 multimedia/mkvtoolnix/distinfo
--- a/multimedia/mkvtoolnix/distinfo    Mon Jul 11 08:43:01 2022 +0000
+++ b/multimedia/mkvtoolnix/distinfo    Mon Jul 11 08:46:49 2022 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.103 2022/05/23 11:55:17 adam Exp $
+$NetBSD: distinfo,v 1.104 2022/07/11 08:46:49 adam Exp $
 
-BLAKE2s (mkvtoolnix-68.0.0.tar.xz) = e48836b61e355b4f5af11dd06c09a9b8e74bdab7775f3ecbadca6b5b2fa916b5
-SHA512 (mkvtoolnix-68.0.0.tar.xz) = fd078208f5ef0438f06b3bb19c3f3c477f87561997a847c56a731265ee9627b089cc568e1d31a9a2c7e46f63aeeabccf98a27694b6b4b1586ba93f7656d20838
-Size (mkvtoolnix-68.0.0.tar.xz) = 10911424 bytes
+BLAKE2s (mkvtoolnix-69.0.0.tar.xz) = c5a3435891b7ff2e9887cc1c6135270a4fbf14e17472bf535c3da96031bf185f
+SHA512 (mkvtoolnix-69.0.0.tar.xz) = c7ce69e9a921103da4745c75cd6fa41a49dbb8637f48097233388e5d8be121714d3fde10f745b78e84a8ef70e46f0168f36f069331f04623805c0bda8a90060c
+Size (mkvtoolnix-69.0.0.tar.xz) = 10946800 bytes
 SHA1 (patch-Rakefile) = 08dbf4a4968008ff258a66e71aa2bddc61c04af6
 SHA1 (patch-src_common_locale.cpp) = 2f3113c8c9171b87a421df447f6c421b1e4dc7e0



Home | Main Index | Thread Index | Old Index