pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/multimedia/mkvtoolnix
Module Name: pkgsrc
Committed By: adam
Date: Mon Jan 27 18:37:54 UTC 2020
Modified Files:
pkgsrc/multimedia/mkvtoolnix: Makefile distinfo
Log Message:
mkvtoolnix: updated to 43.0.0
Version 43.0.0 "The Quartermaster":
New features and enhancements
* MKVToolNix GUI: using one of the command line options `--info`,
`--edit-headers` or `--edit-chapters` will make the GUI select the
corresponding tool on startup even if no further file name is
given.
* MKVToolNix GUI: multiplexer: added a setting in the preferences for changing
the location of the MediaInfo executable for when the user accidentally
selected the wrong one.
Bug fixes
* mkvmerge: AVC/h.264 parser: the order of the NALUs before each key frame was
sometimes wrong: mkvmerge wrote SPS & PPS after SEI NALUs. Now SPS & PPS
NALUs are always written before the other NALUs. Patch by Torsten
Hauska.
* mkvmerge: AVC/h.264 parser: when additional SPS or PPS NALUs (with IDs that
haven't been seen so far) are found mid-stream, mkvmerge will prepend all
following key frames with all current valid SPS & PPS NALUs (just like when
SPS & PPS NALUs are overwritten mid-stream).
* mkvmerge: MPEG TS reader: fixed detection of MPEG-1/2 video tracks
consisting of very few frames.
* mkvmerge: Ogg Opus reader: fixed the handling of Ogg Opus streams that
contain a just one Ogg page (`mkvmerge` aborted with an exception).
* MKVToolNix GUI: multiplexer: dragging & dropping XML files with chapters or
tags to the GUI's window was broken in v42. Instead of adding the file names
to the appropriate input boxes the GUI was running mkvmerge for file
identification purposes which then failed.
To generate a diff of this commit:
cvs rdiff -u -r1.144 -r1.145 pkgsrc/multimedia/mkvtoolnix/Makefile
cvs rdiff -u -r1.74 -r1.75 pkgsrc/multimedia/mkvtoolnix/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/multimedia/mkvtoolnix/Makefile
diff -u pkgsrc/multimedia/mkvtoolnix/Makefile:1.144 pkgsrc/multimedia/mkvtoolnix/Makefile:1.145
--- pkgsrc/multimedia/mkvtoolnix/Makefile:1.144 Sat Jan 18 21:50:08 2020
+++ pkgsrc/multimedia/mkvtoolnix/Makefile Mon Jan 27 18:37:54 2020
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.144 2020/01/18 21:50:08 jperkin Exp $
+# $NetBSD: Makefile,v 1.145 2020/01/27 18:37:54 adam Exp $
-DISTNAME= mkvtoolnix-42.0.0
-PKGREVISION= 2
+DISTNAME= mkvtoolnix-43.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.74 pkgsrc/multimedia/mkvtoolnix/distinfo:1.75
--- pkgsrc/multimedia/mkvtoolnix/distinfo:1.74 Sun Jan 5 19:07:20 2020
+++ pkgsrc/multimedia/mkvtoolnix/distinfo Mon Jan 27 18:37:54 2020
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.74 2020/01/05 19:07:20 adam Exp $
+$NetBSD: distinfo,v 1.75 2020/01/27 18:37:54 adam Exp $
-SHA1 (mkvtoolnix-42.0.0.tar.xz) = ea3c4bb2a2676f827af994c36c8bdbf357ab5873
-RMD160 (mkvtoolnix-42.0.0.tar.xz) = 0dd8a15c9948d63d3af11c4bc8c40987ff8c7aeb
-SHA512 (mkvtoolnix-42.0.0.tar.xz) = 2dfe267c6b9bc3c976637a18df3da04d7e82dd46d7134ab041959615f090afb2996eb2b15277f36cb257cac7cb5304451e131c0ec6aa608ff10c80c5fec9702a
-Size (mkvtoolnix-42.0.0.tar.xz) = 7486620 bytes
+SHA1 (mkvtoolnix-43.0.0.tar.xz) = 42f2fc6402404b23d217360b7f0c534f4f38e78c
+RMD160 (mkvtoolnix-43.0.0.tar.xz) = b1c0264a2259109215920e1f5dac9baf794f467d
+SHA512 (mkvtoolnix-43.0.0.tar.xz) = dec32df70aeb53ecdfbffff8b773a3f61bb224d630536ba41e36d9687c3b66ae47347c85d8c8d75763d270b7605c6b7010b0bb04c4bdb1e6d6b624c85edeb663
+Size (mkvtoolnix-43.0.0.tar.xz) = 7486252 bytes
SHA1 (patch-Rakefile) = 94c0a9ae0443f652a87f91cec195fe0d7afb61ac
SHA1 (patch-src_common_locale.cpp) = 46ba293fb0dee8af0e6e6fbe17c725a509101109
Home |
Main Index |
Thread Index |
Old Index