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 57.0.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/f13669f3a9ee
branches: trunk
changeset: 453137:f13669f3a9ee
user: adam <adam%pkgsrc.org@localhost>
date: Mon May 24 08:25:16 2021 +0000
description:
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`.
diffstat:
multimedia/mkvtoolnix/Makefile | 5 ++---
multimedia/mkvtoolnix/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 8 deletions(-)
diffs (30 lines):
diff -r 950914814e6b -r f13669f3a9ee multimedia/mkvtoolnix/Makefile
--- a/multimedia/mkvtoolnix/Makefile Mon May 24 08:23:18 2021 +0000
+++ b/multimedia/mkvtoolnix/Makefile Mon May 24 08:25:16 2021 +0000
@@ -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
diff -r 950914814e6b -r f13669f3a9ee multimedia/mkvtoolnix/distinfo
--- a/multimedia/mkvtoolnix/distinfo Mon May 24 08:23:18 2021 +0000
+++ b/multimedia/mkvtoolnix/distinfo Mon May 24 08:25:16 2021 +0000
@@ -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