From 78378025b5f347de2dea9e3ed4673e2994c601fa Mon Sep 17 00:00:00 2001 From: adam Date: Fri, 4 May 2018 21:56:57 +0000 Subject: mkvtoolnix: updated to 23.0.0 Version 23.0.0 "The Bride Said No": New features and enhancements * mkvmerge: input: format detection uses file-extension to improve performance and to give preference when several formats match. * mkvmerge: AV1: added support for reading AV1 video from Open Bitstream Unit files. * mkvmerge: AV1: adjusted the code for the AV1 bitstream format changes made up to 2018-05-02. * mkvmerge: MP4 reader: if a track has an edit list with two identical entries, each spanning the file's duration as given in the movie header atom, then the second entry will now be ignored. Improves the handling of files with bogus data. * MKVToolNix GUI: multiplexer: added options to only enable tracks of certain types by default. * MKVToolNix GUI: multiplexer: added an option to enable dialog normalization gain removal by default for all audio tracks for which the operation is supported. * MKVToolNix GUI: multiplexer: when deriving track languages from the file names is active and the file name contains the usual season/episode pattern (e.g. "S02E14"), then only the part after the season/episode pattern will be used for detecting the language. * MKVToolNix GUI: multiplexer: the regular expression used for deriving track languages from the file names can now be customized in the preferences. * MKVToolNix GUI: multiplexer: the user can now customize the list of track languages the GUI recognizes in file names. This list defaults to a handful of common languages instead of the full list of supported languages. --- multimedia/mkvtoolnix/Makefile | 5 ++--- multimedia/mkvtoolnix/distinfo | 10 +++++----- 2 files changed, 7 insertions(+), 8 deletions(-) (limited to 'multimedia') diff --git a/multimedia/mkvtoolnix/Makefile b/multimedia/mkvtoolnix/Makefile index 61a81bcbb72..97c79f200b1 100644 --- a/multimedia/mkvtoolnix/Makefile +++ b/multimedia/mkvtoolnix/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.106 2018/04/29 21:31:57 adam Exp $ +# $NetBSD: Makefile,v 1.107 2018/05/04 21:56:57 adam Exp $ -DISTNAME= mkvtoolnix-22.0.0 -PKGREVISION= 2 +DISTNAME= mkvtoolnix-23.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 7534eab5d62..79f22fbc457 100644 --- a/multimedia/mkvtoolnix/distinfo +++ b/multimedia/mkvtoolnix/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.48 2018/04/02 19:39:50 adam Exp $ +$NetBSD: distinfo,v 1.49 2018/05/04 21:56:57 adam Exp $ -SHA1 (mkvtoolnix-22.0.0.tar.xz) = 36719c113c5667de0bef4ee4aafd4060bf19ff4c -RMD160 (mkvtoolnix-22.0.0.tar.xz) = e0c6f0855356956b92622d2e1ac499606b2d52d3 -SHA512 (mkvtoolnix-22.0.0.tar.xz) = 59d299f21d484dc529dafe81a35d3351e4f57abf6a2d8889692d95b9b9ffacdca9b55a3cf373b147f3ff12595590bf98f49af5d22d311b9b2d03f12a4bba00a6 -Size (mkvtoolnix-22.0.0.tar.xz) = 4714712 bytes +SHA1 (mkvtoolnix-23.0.0.tar.xz) = 32f998202c032e94e74f7e36be30ca2a94957c61 +RMD160 (mkvtoolnix-23.0.0.tar.xz) = bee9e657e58ccfb2299f0163b792c4ccd77ef016 +SHA512 (mkvtoolnix-23.0.0.tar.xz) = 3c9072b54a4076e6fb934d40a2c2554dfa1316de1cb8d74ab262b0584eda1e679324aaf690195f68590413f9d3ca34d5d2a1f9f5545de065fe2db892eee19ffb +Size (mkvtoolnix-23.0.0.tar.xz) = 4729056 bytes SHA1 (patch-build-config.in) = 89c67720f7886741dcabbbed88cfbfd31bf4ccc7 -- cgit v1.2.3