Received: by mail.netbsd.org (Postfix, from userid 605) id 5CB3B84D60; Sun, 1 Aug 2021 18:09:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9457284CE0 for ; Sun, 1 Aug 2021 18:09:39 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id KHNb42tqKjGp for ; Sun, 1 Aug 2021 18:09:38 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B3E8A84CD8 for ; Sun, 1 Aug 2021 18:09:38 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id AD6B1FA97; Sun, 1 Aug 2021 18:09:38 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1627841378231400" MIME-Version: 1.0 Date: Sun, 1 Aug 2021 18:09:38 +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: <20210801180938.AD6B1FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1627841378231400 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: adam Date: Sun Aug 1 18:09:38 UTC 2021 Modified Files: pkgsrc/multimedia/mkvtoolnix: Makefile distinfo pkgsrc/multimedia/mkvtoolnix/patches: patch-Rakefile Log Message: mkvtoolnix: updated to 60.0.0 Version 60.0.0 "Are We Copies?" 2021-07-31 New features and enhancements * all: IETF BCP 47/RFC 5646 language tags: added support for language families from ISO 639-5 that aren't part of 639-2. * all: IETF BCP 47/RFC 5646 language tags: implemented support for Alpha 2 country codes of the "user-defined" category: `AA`, `QM`–`QZ`, `XA`–`XZ` and `ZZ`. * all: IETF BCP 47/RFC 5646 language tags: updated the various lists of valid subtags from the official specs. * MKVToolNix GUI: multiplexer: pressing the keyboard shortcut for the track's "Language" label (Alt+L for English) will now open the language dialog. * MKVToolNix GUI: multiplexer: added an option in the preferences for turning off the colored boxes indicating which file each track belongs to. Bug fixes * all: IETF BCP 47/RFC 5646 language tags: fixed validating extended language & variant subtags against their allowed prefixes (e.g. a valid tag with a country code as in `de-CH-1996` is recognized as valid while two generally known variants that aren't allowed together as in `de-1901-1996` is recognized as invalid). * all: IETF BCP 47/RFC 5646 language tags: when looking up a language for a two- or three-letter code, the programs will no longer compare that code with language names as that was unintended, ambiguous (e.g. the code "Ga" could be interpreted as the 639-2 alpha-2 code for "Irish" or as the name of the language called "Ga") and only worked with languages whose name was at most three letters long. * mkvmerge: HEVC/H.265: appending Matroska files with HEVC tracks might lead to the loss of the first couple of frames from each of the second and all following files. * mkvmerge, mkvextract: HEVC/H.265 parser: fixed the programs aborting when parsing VPS or SPS NALUs with invalid content due to unhandled exceptions. * MKVToolNix GUI: multiplexer: when the option "use legacy MIME types for font attachments" is enabled, the GUI will now use `application/x-truetype-font` for font collection files. * MKVToolNix GUI: multiplexer: fixed escaping the `mkvmerge` argument in the "Show command-line options" dialog for the "Windows (cmd.exe)" mode. * MKVToolNix GUI: multiplexer: when adding multiple files at once, the GUI will sort file names with numbers the way a human would expect it to. For example, `1.mp4`, `9.aac`, `10.srt`, `11.srt` are now sorted exactly that order instead of `1.mp4`, `10.srt`, `11.srt`, `9.aac`. * MKVToolNix GUI: header editor: the header editor will now honor the "use legacy MIME types when adding font attachments" setting when adding new attachments. To generate a diff of this commit: cvs rdiff -u -r1.179 -r1.180 pkgsrc/multimedia/mkvtoolnix/Makefile cvs rdiff -u -r1.92 -r1.93 pkgsrc/multimedia/mkvtoolnix/distinfo cvs rdiff -u -r1.6 -r1.7 pkgsrc/multimedia/mkvtoolnix/patches/patch-Rakefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1627841378231400 Content-Disposition: inline Content-Length: 4130 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.179 pkgsrc/multimedia/mkvtoolnix/Makefile:1.180 --- pkgsrc/multimedia/mkvtoolnix/Makefile:1.179 Fri Jul 30 12:27:03 2021 +++ pkgsrc/multimedia/mkvtoolnix/Makefile Sun Aug 1 18:09:38 2021 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.179 2021/07/30 12:27:03 ryoon Exp $ +# $NetBSD: Makefile,v 1.180 2021/08/01 18:09:38 adam Exp $ -DISTNAME= mkvtoolnix-59.0.0 -PKGREVISION= 1 +DISTNAME= mkvtoolnix-60.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.92 pkgsrc/multimedia/mkvtoolnix/distinfo:1.93 --- pkgsrc/multimedia/mkvtoolnix/distinfo:1.92 Wed Jul 14 07:39:05 2021 +++ pkgsrc/multimedia/mkvtoolnix/distinfo Sun Aug 1 18:09:38 2021 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.92 2021/07/14 07:39:05 adam Exp $ +$NetBSD: distinfo,v 1.93 2021/08/01 18:09:38 adam Exp $ -SHA1 (mkvtoolnix-59.0.0.tar.xz) = 0a3fe17d2e08ec84cf3943b85149a51d5bc29fba -RMD160 (mkvtoolnix-59.0.0.tar.xz) = 84523c39f4210cb451407928872e726d14818ea0 -SHA512 (mkvtoolnix-59.0.0.tar.xz) = f49a542fa6d6d9573eb1a2296aff11575c56fb56a32fbd6f1ccc74b3592f6350360d8f8264f1c194569866ad15b7517d6dc42b11da81a6827ba6fc629e7bba57 -Size (mkvtoolnix-59.0.0.tar.xz) = 7643532 bytes -SHA1 (patch-Rakefile) = 44aa3a62cd6ce2f36c82abe88e202a708dbf9d2c +SHA1 (mkvtoolnix-60.0.0.tar.xz) = 906b81099cc9af1d5feb44a8ecc7fbd707cc67cb +RMD160 (mkvtoolnix-60.0.0.tar.xz) = 862469e2e4f3a6aeb34160117a46bc222c399e55 +SHA512 (mkvtoolnix-60.0.0.tar.xz) = 90bbb95c3a7a91bd47f76aaec9459a1f6f26a381ff03db1047c0fdb41cb87bdd96160c448152357a2b306adbd26f478112ac5d5e8215ee37331a15fc89fa43c3 +Size (mkvtoolnix-60.0.0.tar.xz) = 7657960 bytes +SHA1 (patch-Rakefile) = 08dbf4a4968008ff258a66e71aa2bddc61c04af6 SHA1 (patch-src_common_locale.cpp) = 2f3113c8c9171b87a421df447f6c421b1e4dc7e0 Index: pkgsrc/multimedia/mkvtoolnix/patches/patch-Rakefile diff -u pkgsrc/multimedia/mkvtoolnix/patches/patch-Rakefile:1.6 pkgsrc/multimedia/mkvtoolnix/patches/patch-Rakefile:1.7 --- pkgsrc/multimedia/mkvtoolnix/patches/patch-Rakefile:1.6 Wed Jul 14 07:39:05 2021 +++ pkgsrc/multimedia/mkvtoolnix/patches/patch-Rakefile Sun Aug 1 18:09:38 2021 @@ -1,10 +1,10 @@ -$NetBSD: patch-Rakefile,v 1.6 2021/07/14 07:39:05 adam Exp $ +$NetBSD: patch-Rakefile,v 1.7 2021/08/01 18:09:38 adam Exp $ Leave pkgsrc to handle security features and optimization. ---- Rakefile.orig 2021-07-10 10:32:55.000000000 +0000 +--- Rakefile.orig 2021-07-31 12:27:41.000000000 +0000 +++ Rakefile -@@ -131,8 +131,6 @@ def setup_globals +@@ -132,8 +132,6 @@ def setup_globals cflags_common += " #{c(:OPTIMIZATION_CFLAGS)} -D_FILE_OFFSET_BITS=64" cflags_common += " -DQT_NO_KEYWORDS" cflags_common += " -DMTX_LOCALE_DIR=\\\"#{c(:localedir)}\\\" -DMTX_PKG_DATA_DIR=\\\"#{c(:pkgdatadir)}\\\" -DMTX_DOC_DIR=\\\"#{c(:docdir)}\\\"" @@ -13,11 +13,11 @@ Leave pkgsrc to handle security features cflags_common += " -g3 -DDEBUG" if c?(:USE_DEBUG) cflags_common += " -pg" if c?(:USE_PROFILING) cflags_common += " -fsanitize=undefined" if c?(:USE_UBSAN) -@@ -162,7 +160,6 @@ def setup_globals +@@ -163,7 +161,6 @@ def setup_globals cxxflags += " #{c(:QT_CFLAGS)} #{c(:BOOST_CPPFLAGS)} #{c(:USER_CXXFLAGS)}" ldflags = "" - ldflags += determine_stack_protector_flags ldflags += " -pg" if c?(:USE_PROFILING) - ldflags += " -fuse-ld=lld" if is_clang? && !c(:LLVM_LLD).empty? + ldflags += " -fuse-ld=lld" if is_clang? && !c(:LLVM_LLD).empty? && !$building_for[:macos] ldflags += " -Llib/libebml/src -Llib/libmatroska/src" if c?(:EBML_MATROSKA_INTERNAL) --_----------=_1627841378231400--