Received: by mail.netbsd.org (Postfix, from userid 605) id 559BF84E75; Mon, 27 Aug 2018 06:50:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 62F0A84E74 for ; Mon, 27 Aug 2018 06:50:17 +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 rL7aRt-FwyFE for ; Mon, 27 Aug 2018 06:50:16 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 4A96484E72 for ; Mon, 27 Aug 2018 06:50:16 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 473ACFBF8; Mon, 27 Aug 2018 06:50:16 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_153535261675060" MIME-Version: 1.0 Date: Mon, 27 Aug 2018 06:50:16 +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: <20180827065016.473ACFBF8@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. --_----------=_153535261675060 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: adam Date: Mon Aug 27 06:50:16 UTC 2018 Modified Files: pkgsrc/multimedia/mkvtoolnix: Makefile PLIST.gui distinfo Log Message: mkvtoolnix: updated to 26.0.0 Version 26.0.0 "In The Game": New features and enhancements * mkvmerge: chapter generation: if the name template given by --generate-chapters-name-template is empty, no names (ChapterDisplay master elements with ChapterString/ChapterLanguage children) will be generated for the chapter atoms. * mkvmerge: chapters: chapter names generated from MPLS files will now use the name template if one is set via --generate-chapters-name-template. * mkvmerge: mkvmerge will no longer abort with an error message if no audio, video and subtitle tracks should be multiplexed. This allows copying of chapters from non-chapter source files (e.g. Matroska or MP4 files). * MKVToolNix GUI: the font size in the tool selector on the left will scale with the font size the user selects in the preferences. * MKVToolNix GUI: the GUI will no longer automatically resize the columns in tree and list views to match the content size. Instead it remembers and restores the widths set by the user. * MKVToolNix GUI: multiplexer: the chapter name template will now be set automatically to the name template in the preferences' "chapter editor" section. Additionally the option --generate-chapters-name-template … will be passed to mkvmerge in situations when mkvmerge will generate chapters (either because automatic generation is enabled or if chapters are generated for MPLS playlists). * MKVToolNix GUI: chapter editor: if the chapter name template is empty, chapters will be generated without names. * MKVToolNix GUI: chapter editor: added an option to remove all chapter names to the "additional modifications" dialog. Bug fixes * mkvmerge: Matroska reader: fixed wrong timestamps when appending Matroska files where the second Matroska file's first timestamp is bigger than 0. * mkvmerge: MP4 reader: fixed division by zero errors during file identification if the timescale is 0 in the MVHD atom. * mkvmerge: Windows Television DVR files are now recognized as an unsupported file type. This prevents mis-detection as MPEG-2 with an accompanying flood of error messages. * MKVToolNix GUI: info tool: under certain circumstances "cues" were shown at the wrong level (inside the previous master element instead of on level 1). * MKVToolNix GUI: job queue: fixed invalid memory handling and consequent crashes when using the "edit in corresponding tool & remove from job queue" option if one of the files in that job contained attached files. Build system changes * An AppStream metadata file will be installed in $prefix/share/metainfo. To generate a diff of this commit: cvs rdiff -u -r1.112 -r1.113 pkgsrc/multimedia/mkvtoolnix/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/multimedia/mkvtoolnix/PLIST.gui cvs rdiff -u -r1.51 -r1.52 pkgsrc/multimedia/mkvtoolnix/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_153535261675060 Content-Disposition: inline Content-Length: 2805 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.112 pkgsrc/multimedia/mkvtoolnix/Makefile:1.113 --- pkgsrc/multimedia/mkvtoolnix/Makefile:1.112 Thu Aug 16 18:55:05 2018 +++ pkgsrc/multimedia/mkvtoolnix/Makefile Mon Aug 27 06:50:16 2018 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.112 2018/08/16 18:55:05 adam Exp $ +# $NetBSD: Makefile,v 1.113 2018/08/27 06:50:16 adam Exp $ -DISTNAME= mkvtoolnix-25.0.0 -PKGREVISION= 2 +DISTNAME= mkvtoolnix-26.0.0 CATEGORIES= multimedia MASTER_SITES= https://mkvtoolnix.download/sources/ EXTRACT_SUFX= .tar.xz Index: pkgsrc/multimedia/mkvtoolnix/PLIST.gui diff -u pkgsrc/multimedia/mkvtoolnix/PLIST.gui:1.3 pkgsrc/multimedia/mkvtoolnix/PLIST.gui:1.4 --- pkgsrc/multimedia/mkvtoolnix/PLIST.gui:1.3 Mon Feb 26 09:52:03 2018 +++ pkgsrc/multimedia/mkvtoolnix/PLIST.gui Mon Aug 27 06:50:16 2018 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST.gui,v 1.3 2018/02/26 09:52:03 adam Exp $ +@comment $NetBSD: PLIST.gui,v 1.4 2018/08/27 06:50:16 adam Exp $ bin/mkvtoolnix-gui man/ca/man1/mkvtoolnix-gui.1 man/de/man1/mkvtoolnix-gui.1 @@ -51,7 +51,8 @@ share/icons/hicolor/96x96/apps/mkvinfo.p share/icons/hicolor/96x96/apps/mkvmerge.png share/icons/hicolor/96x96/apps/mkvpropedit.png share/icons/hicolor/96x96/apps/mkvtoolnix-gui.png -share/mime/packages/mkvtoolnix.xml +share/metainfo/org.bunkus.mkvtoolnix-gui.appdata.xml +share/mime/packages/org.bunkus.mkvtoolnix-gui.xml share/mkvtoolnix/sounds/finished-1.ogg share/mkvtoolnix/sounds/finished-2.ogg share/mkvtoolnix/sounds/finished-3.ogg Index: pkgsrc/multimedia/mkvtoolnix/distinfo diff -u pkgsrc/multimedia/mkvtoolnix/distinfo:1.51 pkgsrc/multimedia/mkvtoolnix/distinfo:1.52 --- pkgsrc/multimedia/mkvtoolnix/distinfo:1.51 Sat Jul 14 12:54:20 2018 +++ pkgsrc/multimedia/mkvtoolnix/distinfo Mon Aug 27 06:50:16 2018 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.51 2018/07/14 12:54:20 adam Exp $ +$NetBSD: distinfo,v 1.52 2018/08/27 06:50:16 adam Exp $ -SHA1 (mkvtoolnix-25.0.0.tar.xz) = 70b0434ad3f86f9abc18c8190f64c0a28dcfe20c -RMD160 (mkvtoolnix-25.0.0.tar.xz) = b31f5b83cd3d8100d805c8aa0b2ce4a145211a8b -SHA512 (mkvtoolnix-25.0.0.tar.xz) = 471d37f784c6cf090c6f4cb7955d643a6842cb6bd0370bbc43777faa364262510c2881fcd7b55aabc4d6fb0b1794a4d5ec7d68268770b709baba780247af57c5 -Size (mkvtoolnix-25.0.0.tar.xz) = 4797476 bytes +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 (patch-build-config.in) = 89c67720f7886741dcabbbed88cfbfd31bf4ccc7 --_----------=_153535261675060--