Received: by mail.netbsd.org (Postfix, from userid 605) id BCC9584D9D; Sat, 7 Dec 2019 13:58:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4470B84D82 for ; Sat, 7 Dec 2019 13:58:09 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id PdS3VTLiReAp for ; Sat, 7 Dec 2019 13:58:08 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 6B81484D28 for ; Sat, 7 Dec 2019 13:58:08 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 695E9FA97; Sat, 7 Dec 2019 13:58:08 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_157572708824020" MIME-Version: 1.0 Date: Sat, 7 Dec 2019 13:58:08 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/multimedia/mkvtoolnix To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20191207135808.695E9FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_157572708824020 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sat Dec 7 13:58:08 UTC 2019 Modified Files: pkgsrc/multimedia/mkvtoolnix: Makefile distinfo Log Message: mkvtoolnix: updated to 41.0.0 Version 41.0.0 "Smarra" New features and enhancements * mkvmerge: Matroska reader: Vorbis tracks: stream comments (aka Vorbis comments) will be converted to Matroska attachments (for cover arts) and Matroska track tags (for other comments). Additionally the stream comments will be removed from Vorbis headers. * mkvmerge: MP4 reader: added support for reading Opus audio from MP4 files. * mkvmerge: MP4 reader: added support for reading VP9 video from MP4 files. * mkvmerge: Ogg reader: Vorbis, Opus & VP8 streams: stream comments (aka Vorbis comments) will be converted to Matroska attachments (for cover arts) and Matroska track tags (for other comments). Additionally the stream comments will be removed from Vorbis headers. * mkvmerge: WAV reader: added support for reading RF64 files. * MKVToolNix GUI: multiplexer: the list of predefined track names is now split up into three lists, one for each track type (audio, video & subtitles). * MKVToolNix GUI: multiplexer: when trying to add thumbnails for a Blu-ray the GUI will determine the thumbnail's pixel size from the thumbnail files if the XML file doesn't contain that information. This works for JPEG and PNG files. * MKVToolNix GUI: general: line edits & combo boxes will now have a "clear text" button appear whenever they're not empty. * MKVToolNix GUI: update check: the dialog showing the latest news & version information states explicitly where the links take the user (the MKVToolNix `NEWS.md` file and YouTube respectively). Bug fixes * mkvmerge: Matroska reader: mkvmerge did not copy the codec's private data when reading WavPack from Matroska files. * mkvmerge: MPLS handling: re-added caching when using MPLS playlists as input files. * mkvmerge: MPEG TS reader: when reading an MPLS playlist, the calculation of the minimum timestamp to use for shifting all output timestamps to zero was wrong. It was wrongfully considering timestamps from packets it would not copy due to the MPLS's timestamp restrictions. This could lead to the first timestamps in the output file being quite large, e.g. more than a couple of minutes, causing sync problems when multiplexing together with other files. * MKVToolNix GUI: multiplexer: the automatic switch between aspect ratio & display width/height wasn't reflected in the configuration generated for `mkvmerge`. The user had to change between the two settings manually * MKVToolNix GUI: multiplexer: the progress dialog shown when scanning a Blu-ray wasn't closed properly in certain situations. * MKVToolNix GUI: general: the configured font was not applied to a lot of controls (e.g. the file & track lists or the menu entries) on application startup. Instead the user had to open & close the preferences in order for the font to be applied to all controls. To generate a diff of this commit: cvs rdiff -u -r1.139 -r1.140 pkgsrc/multimedia/mkvtoolnix/Makefile cvs rdiff -u -r1.72 -r1.73 pkgsrc/multimedia/mkvtoolnix/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_157572708824020 Content-Disposition: inline Content-Length: 1888 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/multimedia/mkvtoolnix/Makefile diff -u pkgsrc/multimedia/mkvtoolnix/Makefile:1.139 pkgsrc/multimedia/mkvtoolnix/Makefile:1.140 --- pkgsrc/multimedia/mkvtoolnix/Makefile:1.139 Sat Nov 9 23:10:20 2019 +++ pkgsrc/multimedia/mkvtoolnix/Makefile Sat Dec 7 13:58:08 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.139 2019/11/09 23:10:20 adam Exp $ +# $NetBSD: Makefile,v 1.140 2019/12/07 13:58:08 adam Exp $ -DISTNAME= mkvtoolnix-40.0.0 +DISTNAME= mkvtoolnix-41.0.0 CATEGORIES= multimedia MASTER_SITES= https://mkvtoolnix.download/sources/ EXTRACT_SUFX= .tar.xz Index: pkgsrc/multimedia/mkvtoolnix/distinfo diff -u pkgsrc/multimedia/mkvtoolnix/distinfo:1.72 pkgsrc/multimedia/mkvtoolnix/distinfo:1.73 --- pkgsrc/multimedia/mkvtoolnix/distinfo:1.72 Sat Nov 9 23:10:20 2019 +++ pkgsrc/multimedia/mkvtoolnix/distinfo Sat Dec 7 13:58:08 2019 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.72 2019/11/09 23:10:20 adam Exp $ +$NetBSD: distinfo,v 1.73 2019/12/07 13:58:08 adam Exp $ -SHA1 (mkvtoolnix-40.0.0.tar.xz) = a3770d93ae7eb2c7c975c7ef27da0ab3a79f2f35 -RMD160 (mkvtoolnix-40.0.0.tar.xz) = b2d44548b018dbd7c03e866a36919112a02dafb0 -SHA512 (mkvtoolnix-40.0.0.tar.xz) = 913b654a6372bd5b51de5b22d55de2cd06ab69bdaedcd52d39e0bb0716d4a7ef95f2245ff098116c929bdfbd937025ef7f288b6b9b9177c1fd1206cd6d1c57dc -Size (mkvtoolnix-40.0.0.tar.xz) = 7390612 bytes +SHA1 (mkvtoolnix-41.0.0.tar.xz) = 9a31ddb35784c29f1935aedb331ec3686de39ae8 +RMD160 (mkvtoolnix-41.0.0.tar.xz) = 17b2f3b7d6eb87e9d9d4aac536b66705c18d497f +SHA512 (mkvtoolnix-41.0.0.tar.xz) = fe2523d7db0a7ed18db4207e2a95a76c91cd91aa38e18542e64749bb17a2ede5aae91731aeaead922c7dffd981193f5b61060a626b91831605981bf9709499d9 +Size (mkvtoolnix-41.0.0.tar.xz) = 7401548 bytes SHA1 (patch-Rakefile) = 94c0a9ae0443f652a87f91cec195fe0d7afb61ac SHA1 (patch-src_common_locale.cpp) = 46ba293fb0dee8af0e6e6fbe17c725a509101109 --_----------=_157572708824020--