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 May  3 11:33:03 UTC 2020

Modified Files:
        pkgsrc/multimedia/mkvtoolnix: Makefile distinfo

Log Message:
mkvtoolnix: updated to 46.0.0

Version 46.0.0 "No Deeper Escape"

New features and enhancements

* mkvmerge: when splitting, the placeholder `%c` can be used in the
  destination file name. It'll be replaced by the name of the first chapter in
  the file.
* mkvmerge: when reading MPLS playlists mkvmerge will include a tag named
  `SOURCE_ID` in the track's statistics tags that conveys the fact that the
  source was a Blu-ray and what the track's ID was in the source
  container. When reading Matroska file existing `SOURCE_ID` tags will be
  kept. The format used is the same format MakeMKV uses.
* mkvmerge: for audio-only files mkvmerge will now write a cue entry every
  500ms instead of every 2s.
* MKVToolNix GUI: job actions: split up the option "execute when the job
  finishes successfully or with warnings" into two separate options: "…when
  finishes successfully" and "…when exits with warnings".

Bug fixes

* mkvmerge: Matroska reader: when regenerating UIDs for chapters mkvmerge will
  now fix referencing tag chapter UID targets to have the same values.
* mkvmerge: MP4 reader: fixed a crash that could potentially happen while
  trying to identify H.265/HEVC tracks.
* mkvmerge: MP4 reader: when reading H.265/HEVC tracks without a frame offset
  table (`ctts` atom) present, mkvmerge did not parse the `hevcC` structure
  correctly in certain cases, causing no video frames to be output at all or
  the output not being playable.
* mkvmerge: MPLS handling/MPEG TS reader: timestamp restrictions as given in
  an MPLS file were only honored for the first play item, not for subsequent
  play items. For those play items the whole referenced file was always
  copied.
* mkvmerge: MPLS handling/MPEG TS reader: under certain circumstances mkvmerge
  copied one frame too many before switching to the next play item.
* mkvmerge: for audio-only files cues will only be created for I frames
  (important for e.g. TrueHD where decoding can only start on a sync
  frame).
* MKVToolNix GUI: fixed a crash that happened when closing the preferences
  after having closed at least one multiplexer tab.
* MKVToolNix GUI: macOS: changed the default of the "elide tab header labels"
  feature introduced in v45 from "no" to "yes" to mirror how versions before
  v45 behaved on macOS.


To generate a diff of this commit:
cvs rdiff -u -r1.150 -r1.151 pkgsrc/multimedia/mkvtoolnix/Makefile
cvs rdiff -u -r1.77 -r1.78 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.150 pkgsrc/multimedia/mkvtoolnix/Makefile:1.151
--- pkgsrc/multimedia/mkvtoolnix/Makefile:1.150 Sun Apr 12 08:29:02 2020
+++ pkgsrc/multimedia/mkvtoolnix/Makefile       Sun May  3 11:33:03 2020
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.150 2020/04/12 08:29:02 adam Exp $
+# $NetBSD: Makefile,v 1.151 2020/05/03 11:33:03 adam Exp $
 
-DISTNAME=      mkvtoolnix-45.0.0
-PKGREVISION=   1
+DISTNAME=      mkvtoolnix-46.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.77 pkgsrc/multimedia/mkvtoolnix/distinfo:1.78
--- pkgsrc/multimedia/mkvtoolnix/distinfo:1.77  Sun Apr  5 07:05:28 2020
+++ pkgsrc/multimedia/mkvtoolnix/distinfo       Sun May  3 11:33:03 2020
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.77 2020/04/05 07:05:28 adam Exp $
+$NetBSD: distinfo,v 1.78 2020/05/03 11:33:03 adam Exp $
 
-SHA1 (mkvtoolnix-45.0.0.tar.xz) = 4cea344c3e88c0e609cc315b417ad4d00f8d3145
-RMD160 (mkvtoolnix-45.0.0.tar.xz) = a94a0848c7185befd5ce136f545728fea8d5f050
-SHA512 (mkvtoolnix-45.0.0.tar.xz) = 373400c66ad8ea70b775d946842783c241fea04f4c5c9628f1652e45128e34abc41037045cbd47b83e70e350a338e5dc188cf0b51662726e0ff2e8288f0423dc
-Size (mkvtoolnix-45.0.0.tar.xz) = 7500448 bytes
+SHA1 (mkvtoolnix-46.0.0.tar.xz) = 0f10c0a5afe3db1f292c069443fcaba9ee128221
+RMD160 (mkvtoolnix-46.0.0.tar.xz) = 642288fcb3c0beafc42930f04709614e35cb9b78
+SHA512 (mkvtoolnix-46.0.0.tar.xz) = 8c88ba82a5b3eeb1eda2e1387a9beac1c3265761e189088d51464a4f6af0a9e6ba299254bbe84253ed7c832f2c4642513751617c928f1fdc52d8d7b286b6974c
+Size (mkvtoolnix-46.0.0.tar.xz) = 7505996 bytes
 SHA1 (patch-Rakefile) = 94c0a9ae0443f652a87f91cec195fe0d7afb61ac
 SHA1 (patch-src_common_locale.cpp) = 46ba293fb0dee8af0e6e6fbe17c725a509101109



Home | Main Index | Thread Index | Old Index