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:           Mon May 24 08:25:16 UTC 2021

Modified Files:
        pkgsrc/multimedia/mkvtoolnix: Makefile distinfo

Log Message:
mkvtoolnix: updated to 57.0.0

Version 57.0.0 "Till The End" 2021-05-22

New features and enhancements

* mkvmerge: MP4 reader: added support for reading Dolby Vision from MP4 files
  (FourCCs `dvh1` and `dvhe`; configuration records `dvcC`, `dvvC` and `hvcE`
  will be converted into block addition mappings).
* mkvmerge: SRT subtitles: mkvmerge now accepts empty text files with the
  extension `.srt` as SRT subtitle files, enabling the creation of empty SRT
  tracks.
* mkvmerge, mkvextract: HEVC/H.265: access unit delimiter NALUs will no longer
  be discarded, neither during muxing nor during extraction.
* MKVToolNix GUI: preferences: switched the order & wording of controls in the
  "enabling items" panel to make it clearer that certain controls define
  exceptions.

Bug fixes

* mkvmerge: HEVC/H.265 parser: several NALU types, notably the Dolby
  Vision-specific NALUs ("unspecified 62" and "unspecified 63") and suffix SEI
  NALUs, are now stored with the frame they belong to instead of with the next
  frame.
* mkvmerge: HEVC/H.265 packetizer: fixed setting the track's default duration
  when reading HEVC/H.265 from Matroska files that don't have a default
  duration set.
* mkvmerge: HEVC/H.265 packetizer: fixed the calculation of the duration of
  frames so that `SimpleBlock` elements can be used again instead of
  `BlockGroups` with `BlockDuration` elements.
* mkvmerge, mkvextract: HEVC/H.265 parser: fixed issues with ordering &
  duplication of certain NALUs (parameter set & prefix SEI NALUs).
* MKVToolNix GUI: multiplexer: when dragging & dropping files to the
  multiplexer, the source directory will be remembered as the "last open
  directory" again, causing subsequent uses of the "open file" dialog to start
  in the same directory.
* mkvinfo: fixed the position of frames in block groups containing "block
  duration" elements in summary mode (e.g. for subtitle tracks).

Build system changes

* `configure` will now try to detect `libmagic` via `pkg-config` and fall back
  to including & linking directly if it cannot be found via `pkg-config`.


To generate a diff of this commit:
cvs rdiff -u -r1.174 -r1.175 pkgsrc/multimedia/mkvtoolnix/Makefile
cvs rdiff -u -r1.89 -r1.90 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.174 pkgsrc/multimedia/mkvtoolnix/Makefile:1.175
--- pkgsrc/multimedia/mkvtoolnix/Makefile:1.174 Wed Apr 21 13:25:05 2021
+++ pkgsrc/multimedia/mkvtoolnix/Makefile       Mon May 24 08:25:16 2021
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.174 2021/04/21 13:25:05 adam Exp $
+# $NetBSD: Makefile,v 1.175 2021/05/24 08:25:16 adam Exp $
 
-DISTNAME=      mkvtoolnix-56.1.0
-PKGREVISION=   2
+DISTNAME=      mkvtoolnix-57.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.89 pkgsrc/multimedia/mkvtoolnix/distinfo:1.90
--- pkgsrc/multimedia/mkvtoolnix/distinfo:1.89  Sat Apr 10 09:29:11 2021
+++ pkgsrc/multimedia/mkvtoolnix/distinfo       Mon May 24 08:25:16 2021
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.89 2021/04/10 09:29:11 adam Exp $
+$NetBSD: distinfo,v 1.90 2021/05/24 08:25:16 adam Exp $
 
-SHA1 (mkvtoolnix-56.1.0.tar.xz) = 8dbb82e656cbe436b2ee080650e4b01ee08a7d7e
-RMD160 (mkvtoolnix-56.1.0.tar.xz) = c950bb034f12d862f496308f4f885ce11315d941
-SHA512 (mkvtoolnix-56.1.0.tar.xz) = 7ee1c580c5b8824491652571f30559829700e50b1a74cf92affba77154c2756bd613cfd5776cdd180d1eaa888949ca898caac1bfadc690c68086fb136d41b2a6
-Size (mkvtoolnix-56.1.0.tar.xz) = 7632872 bytes
+SHA1 (mkvtoolnix-57.0.0.tar.xz) = 9e7c00ff3660331666b64ea4475893fc22f7cdfc
+RMD160 (mkvtoolnix-57.0.0.tar.xz) = d70a1f2daa1b085c4591dbf60e4280473731f1ee
+SHA512 (mkvtoolnix-57.0.0.tar.xz) = 583cd9148a361f0886a3e18f32597a980b5ca56d1bba95b36ca613ee291f2cb3d95a0c749a32e6fa480e8dc8f8375e2bd04a1c4b21fd15d8056d8bb2d6082b99
+Size (mkvtoolnix-57.0.0.tar.xz) = 7635780 bytes
 SHA1 (patch-Rakefile) = 94c0a9ae0443f652a87f91cec195fe0d7afb61ac
 SHA1 (patch-src_common_locale.cpp) = 2f3113c8c9171b87a421df447f6c421b1e4dc7e0



Home | Main Index | Thread Index | Old Index