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 53.0.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/0c0a5e93a460
branches: trunk
changeset: 445890:0c0a5e93a460
user: adam <adam%pkgsrc.org@localhost>
date: Sun Jan 31 11:42:10 2021 +0000
description:
mkvtoolnix: updated to 53.0.0
Version 53.0.0 "Fool's Gold"
New features and enhancements
* mkvmerge: AVI reader: added support for reading the video aspect ratio from
the video properties header (`vprp` chunk) if present and setting the
display dimensions accordingly.
* mkvmerge: MP4 reader: for h.264/AVC tracks that don't have an
`AVCConfigurationBox` (`avcC` atom) in their sample description (`stsd`)
atom or whose `avcC` atom contains no content `mkvmerge` will now re-derive
the `AVCConfigurationBox` from the bitstream.
* mkvextract: mkvextract will now check if any of the destination file names
is the same as the source file name and abort with an error if that's the
case.
* MKVToolNix GUI: when querying the user for a file name for saving things
(e.g. multiplexer settings or an attachment in the header editor), the
automatically suggested file name will now be based on the
situation-specific file names (e.g. the destination file name for
multiplexer settings or the attachment's name when saving an attachment in
the header editor) instead of the directory's name.
* MKVToolNix GUI: multiplexer: when deriving track languages from file names
the GUI will now select the right-most match instead of the left-most
one. For example, "La.vie.en.rose.(fr).srt" will now be detected as French
(fr) instead of English (en).
* MKVToolNix GUI: preferences: the items in the "pre-defined …" lists can now
be renamed by double-clicking with the mouse or pressing the F2 key.
* Windows installer: the `bluray_dump` command-line utility will be installed
into the `tools` sub-directory. `bluray_dump` can read & dump certain file
types used on Blu-rays: `.mpls` playlists, `.clpi` clip information
databases, `.bdmv` index files, `bdmt_….xml` disc library databases and
`tnmt_….xml` track & chapter name databases.
Bug fixes
* mkvmerge: stretching chapter timestamps with `--chapter-sync` now works
correctly with floating point values including fractions of floating point
numbers (e.g. `12.3/45.67`). The tooltips in the GUI have been adjusted
accordingly.
* mkvmerge: MPEG 1/2 video handling: the "default duration" header field was
often half the value it actually should be, resulting in all video frames
having an explicit block duration with the correct value. This has been
fixed with a patch by Tom Yan.
* mkvmerge: MPEG 1/2 video handling: the data stored in `Codec private` and
`Codec state` doesn't contain extensions other than sequence & sequence
display extensions anymore. Fix by Tom Yan.
* mkvmerge: tag handling: when remuxing a Matroska file with the
`--no-track-tags`, existing `SOURCE_ID` track tags are now skipped, too.
* MKVToolNix GUI: multiplexer: the drop-down boxes with pre-defined track
names now follow the order set in the preferences instead of sorting the
entries alphabetically.
diffstat:
multimedia/mkvtoolnix/Makefile | 4 ++--
multimedia/mkvtoolnix/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (29 lines):
diff -r 0cef819b6818 -r 0c0a5e93a460 multimedia/mkvtoolnix/Makefile
--- a/multimedia/mkvtoolnix/Makefile Sun Jan 31 11:40:59 2021 +0000
+++ b/multimedia/mkvtoolnix/Makefile Sun Jan 31 11:42:10 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.165 2021/01/05 13:27:50 adam Exp $
+# $NetBSD: Makefile,v 1.166 2021/01/31 11:42:10 adam Exp $
-DISTNAME= mkvtoolnix-52.0.0
+DISTNAME= mkvtoolnix-53.0.0
CATEGORIES= multimedia
MASTER_SITES= https://mkvtoolnix.download/sources/
EXTRACT_SUFX= .tar.xz
diff -r 0cef819b6818 -r 0c0a5e93a460 multimedia/mkvtoolnix/distinfo
--- a/multimedia/mkvtoolnix/distinfo Sun Jan 31 11:40:59 2021 +0000
+++ b/multimedia/mkvtoolnix/distinfo Sun Jan 31 11:42:10 2021 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.84 2021/01/05 13:27:50 adam Exp $
+$NetBSD: distinfo,v 1.85 2021/01/31 11:42:10 adam Exp $
-SHA1 (mkvtoolnix-52.0.0.tar.xz) = aa71048aec27d24b83550eeb6c1887d1c3b15629
-RMD160 (mkvtoolnix-52.0.0.tar.xz) = 66200ecb9c41f9974123b7d2609719c59994bd23
-SHA512 (mkvtoolnix-52.0.0.tar.xz) = e1c3fcf80a0b7ea8d51c3afed3dc449db0857b3f34b03aa204ab8ce1223c6cfcecb82b5336b03fc610768740ea663ee84edbfcc456934e5ac5b66ae0ea76b587
-Size (mkvtoolnix-52.0.0.tar.xz) = 7553452 bytes
+SHA1 (mkvtoolnix-53.0.0.tar.xz) = 39dbac3cbb046a960f3b38ea8c83e8f0445e28fc
+RMD160 (mkvtoolnix-53.0.0.tar.xz) = 5fb3ea63712cbdaf9e61b8fd573ef7e1d9a06540
+SHA512 (mkvtoolnix-53.0.0.tar.xz) = 8c1affa098c8583b3195a476505db804de8e1771b230596c50ce2dae114915fd7ea6efae1a16c98f7ba6c2390edbee5de74843460eff7d782447f43bff8ff047
+Size (mkvtoolnix-53.0.0.tar.xz) = 7567276 bytes
SHA1 (patch-Rakefile) = 94c0a9ae0443f652a87f91cec195fe0d7afb61ac
SHA1 (patch-src_common_locale.cpp) = 2f3113c8c9171b87a421df447f6c421b1e4dc7e0
Home |
Main Index |
Thread Index |
Old Index