diff options
author | adam <adam@pkgsrc.org> | 2021-05-24 08:25:16 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2021-05-24 08:25:16 +0000 |
commit | 5ef43fa164c1cd1993e4e0800e66fa0f3dad4d9c (patch) | |
tree | 22923db86e44ec60529f5c2e51b764c249eb51c6 /multimedia/mkvtoolnix | |
parent | 9a7d468f7b4c8eab60bdf8175cc8ab53dc43f23c (diff) | |
download | pkgsrc-5ef43fa164c1cd1993e4e0800e66fa0f3dad4d9c.tar.gz |
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 (limited to 'multimedia/mkvtoolnix')
-rw-r--r-- | multimedia/mkvtoolnix/Makefile | 5 | ||||
-rw-r--r-- | multimedia/mkvtoolnix/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/multimedia/mkvtoolnix/Makefile b/multimedia/mkvtoolnix/Makefile index fef2fe7e95f..81bc3d573c1 100644 --- a/multimedia/mkvtoolnix/Makefile +++ b/multimedia/mkvtoolnix/Makefile @@ -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 --git a/multimedia/mkvtoolnix/distinfo b/multimedia/mkvtoolnix/distinfo index 30ac0c34c5f..34d80536724 100644 --- a/multimedia/mkvtoolnix/distinfo +++ b/multimedia/mkvtoolnix/distinfo @@ -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 |