diff options
author | adam <adam@pkgsrc.org> | 2018-10-01 17:58:49 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2018-10-01 17:58:49 +0000 |
commit | c2342e905da46933b7a173f1c98ea4f215826afd (patch) | |
tree | f5400e73cc0f7060f7695e71e478dc347269591e /multimedia/mkvtoolnix | |
parent | ad4ab0ad51df60c0870449fa0ffe96d194513ab1 (diff) | |
download | pkgsrc-c2342e905da46933b7a173f1c98ea4f215826afd.tar.gz |
mkvtoolnix: updated to 27.0.0
Version 27.0.0 "Metropolis":
New features and enhancements
* mkvmerge: chapters: the timestamps of chapters read from containers or from
chapter files can be adjusted (multiplication and addition) with the new
`--chapter-sync` option or using the special track ID `-2` for the existing
`--sync` option.
* MKVToolNix GUI: multiplexer: adjusted & added controls for mkvmerge's new
feature of being able to adjust chapter timestamps.
* MKVToolNix GUI: multiplexer: the GUI can now ask for confirmation when the
user is about to create a file that won't contain audio tracks. It does this
by default if at least one source file contains an audio track.
Bug fixes
* mkvmerge: AC-3: dialog normalization gain removal was corrupting E-AC-3
frames irreversibly by writing checksums in places where they didn't
belong. Additionally only the first E-AC-3 frame in a Matroska was processed
but not additional dependent frames in the same block.
* MKVToolNix GUI: fixed a leak of Windows font resources leading to a general
slowdown and subsequent crash.
Diffstat (limited to 'multimedia/mkvtoolnix')
-rw-r--r-- | multimedia/mkvtoolnix/Makefile | 4 | ||||
-rw-r--r-- | multimedia/mkvtoolnix/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/multimedia/mkvtoolnix/Makefile b/multimedia/mkvtoolnix/Makefile index fb8a41769de..c40d90d263b 100644 --- a/multimedia/mkvtoolnix/Makefile +++ b/multimedia/mkvtoolnix/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.113 2018/08/27 06:50:16 adam Exp $ +# $NetBSD: Makefile,v 1.114 2018/10/01 17:58:49 adam Exp $ -DISTNAME= mkvtoolnix-26.0.0 +DISTNAME= mkvtoolnix-27.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 9e2effee0a4..cbfa3f2f935 100644 --- a/multimedia/mkvtoolnix/distinfo +++ b/multimedia/mkvtoolnix/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.52 2018/08/27 06:50:16 adam Exp $ +$NetBSD: distinfo,v 1.53 2018/10/01 17:58:49 adam Exp $ -SHA1 (mkvtoolnix-26.0.0.tar.xz) = 40d0ffc866be2a427479104364e41037192687b0 -RMD160 (mkvtoolnix-26.0.0.tar.xz) = e415928dea97bc6e0cce2289ab8f8f30e59a4b5d -SHA512 (mkvtoolnix-26.0.0.tar.xz) = 3d1822dcc381d895e6c62ca31b3edf2b2e5443d6fdfb96b9c28c19f1d3395e44938a68c751d20c4da3419c269524e4edceb795797728281de94b8b1ba57f7479 -Size (mkvtoolnix-26.0.0.tar.xz) = 4802044 bytes +SHA1 (mkvtoolnix-27.0.0.tar.xz) = 374508775ea0c37109ec135d41485e193d616dda +RMD160 (mkvtoolnix-27.0.0.tar.xz) = 21ecd9c9527cac1f7e377565d98a1083905af1de +SHA512 (mkvtoolnix-27.0.0.tar.xz) = 750094256bcc3418d0da96142c2af2491ef8a2f1e8b7f8ac2524bb740e3f8d59dfd63da814c20bb9b2d9cc96ef8b5d194aeec9491de87aa665f4714a1b1788bc +Size (mkvtoolnix-27.0.0.tar.xz) = 4811204 bytes SHA1 (patch-build-config.in) = 89c67720f7886741dcabbbed88cfbfd31bf4ccc7 |