pkgsrc-Changes archive

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

CVS commit: pkgsrc/multimedia/mkvtoolnix



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Feb  6 16:49:49 UTC 2022

Modified Files:
        pkgsrc/multimedia/mkvtoolnix: Makefile distinfo

Log Message:
mkvtoolnix: updated to 65.0.0

Version 65.0.0 "Too Much" 2022-02-06

New features and enhancements

* mkvmerge: the options `--default-track` and `--forced-track` have been
  renamed to `--default-track-flag` and `--forced-display-flag` respectively
  for improved consistency with other option names & the wording used in the
  GUI. However, the old names will be supported and recognized
  indefinitely. What will remain unchanged is the property names for those
  flags in mkvmerge's identification output. Existing third-party programs
  will continue working as they are.
* mkvmerge: added a new option `--track-enabled-flag` to set or unset the
  "track enabled" track header flag.
* mkvmerge: MP4 reader: `mkvmerge` will now evaluate the `flags` field of the
  track header atom (`tkhd`) and set the track's "enabled" flag
  accordingly.
* MKVToolNix GUI: multiplexer: added support for the "track enabled" track
  header flag.
* MKVToolNix GUI: multiplexer, header editor: added several menu entries &
  keyboard shortcuts for toggling various track flags of the currently
  selected tracks, e.g. `Ctrl+Alt+F, D` (that's `Ctrl` and `Alt` with `F`
  simultaneously followed by `D` without any other key pressed) for toggling
  the "default track" flag.
* MKVToolNix GUI: multiplexer, header editor: added menu entries & keyboard
  shortcuts for setting the language of the currently selected tracks to one
  from a configurable list of languages. The shortcuts used are `Ctrl+Alt+A,
  1` through `Ctrl+Alt+A, 0` for the first ten entries of that list (that's
  `Ctrl` and `Alt` with `A` simultaneously followed by a digit without any
  other key pressed).
* MKVToolNix GUI: chapter editor: if the user enters commas in start or end
  timestamps they will automatically be changed to points as the decimal
  separator, allowing for easier copy & paste from other
  programs/sources.
* MKVToolNix: header editor: the selected track or attached file can now be
  moved up & down with the keyboard shortcuts `Ctrl+Up` & `Ctrl+Down`
  respectively.

Bug fixes

* mkvmerge: Matroska reader: DVB subtitle tracks with a codec private data
  size of more than five bytes are accepted now, too.


To generate a diff of this commit:
cvs rdiff -u -r1.188 -r1.189 pkgsrc/multimedia/mkvtoolnix/Makefile
cvs rdiff -u -r1.99 -r1.100 pkgsrc/multimedia/mkvtoolnix/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/multimedia/mkvtoolnix/Makefile
diff -u pkgsrc/multimedia/mkvtoolnix/Makefile:1.188 pkgsrc/multimedia/mkvtoolnix/Makefile:1.189
--- pkgsrc/multimedia/mkvtoolnix/Makefile:1.188 Mon Jan 10 01:46:41 2022
+++ pkgsrc/multimedia/mkvtoolnix/Makefile       Sun Feb  6 16:49:49 2022
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.188 2022/01/10 01:46:41 ryoon Exp $
+# $NetBSD: Makefile,v 1.189 2022/02/06 16:49:49 adam Exp $
 
-DISTNAME=      mkvtoolnix-64.0.0
-PKGREVISION=   1
+DISTNAME=      mkvtoolnix-65.0.0
 CATEGORIES=    multimedia
 MASTER_SITES=  https://mkvtoolnix.download/sources/
 EXTRACT_SUFX=  .tar.xz

Index: pkgsrc/multimedia/mkvtoolnix/distinfo
diff -u pkgsrc/multimedia/mkvtoolnix/distinfo:1.99 pkgsrc/multimedia/mkvtoolnix/distinfo:1.100
--- pkgsrc/multimedia/mkvtoolnix/distinfo:1.99  Wed Dec 29 17:01:18 2021
+++ pkgsrc/multimedia/mkvtoolnix/distinfo       Sun Feb  6 16:49:49 2022
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.99 2021/12/29 17:01:18 adam Exp $
+$NetBSD: distinfo,v 1.100 2022/02/06 16:49:49 adam Exp $
 
-BLAKE2s (mkvtoolnix-64.0.0.tar.xz) = ea4b267bfc36604920a21df72cfe202e37be2e18a193f61ccf960bfe54c36969
-SHA512 (mkvtoolnix-64.0.0.tar.xz) = 252fdf0a9497d34f2a407ca0d3e584d1cd5a2f566b793a3a6b9af8473855d89e55ce79a8b4aff71d5a25f7a15ca991f84a3c4441168553af9feffdfe75e19844
-Size (mkvtoolnix-64.0.0.tar.xz) = 7700012 bytes
+BLAKE2s (mkvtoolnix-65.0.0.tar.xz) = a49fc8117798de47b484afc0cd202d0fca0fb54ec8d7738879838e1da7d2fb38
+SHA512 (mkvtoolnix-65.0.0.tar.xz) = 874684032fca5d84ce99e2843d47980d05353856d8d1da811d58b892065fe2a527d578908f78b7d59060af532af1ffcbf39dd9ce1e515d0c99a741843deb32a4
+Size (mkvtoolnix-65.0.0.tar.xz) = 7709588 bytes
 SHA1 (patch-Rakefile) = 08dbf4a4968008ff258a66e71aa2bddc61c04af6
 SHA1 (patch-src_common_locale.cpp) = 2f3113c8c9171b87a421df447f6c421b1e4dc7e0



Home | Main Index | Thread Index | Old Index