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 Nov 10 13:23:34 UTC 2025
Modified Files:
pkgsrc/multimedia/mkvtoolnix: Makefile distinfo
Log Message:
mkvtoolnix: updated to 96.0
Version 96.0 "It's My Life" 2025-11-08
New features and enhancements
* all programs: added a command-line parameter `--no-bom` that disables
writing byte order marks to text files encoded with one of the UTF
variants.
* MKVToolNix GUI: multiplexer: added variable `<MTX_CHAPTERS_FILE_NAME>` to
the "run program after job completion" mechanism containing the absolute
path to the chapters file name.
Bug fixes
* mkvmerge: OBU reader: fixed probing files in which the first frame ends
after the 1MB mark, which is how big the memory buffer used for probing
content is.
* mkvmerge: VobSub reader: VobSub `.idx` files that start with a byte-order
mark (BOM) are now read again correctly.
* mkvextract: AV1/IVF: fixed inserting a temporal delimiter OBU at the start
of each frame if there is none.
* mkvextract: AV1/IVF: fixed a potential calculation error when deriving frame
rate numerator & denominator from Matroska's default duration.
* mkvextract: AV1/IVF: fixed calculation of IVF frame number calculation from
Matroska's frame timestamps by rounding instead of truncating.
To generate a diff of this commit:
cvs rdiff -u -r1.257 -r1.258 pkgsrc/multimedia/mkvtoolnix/Makefile
cvs rdiff -u -r1.133 -r1.134 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.257 pkgsrc/multimedia/mkvtoolnix/Makefile:1.258
--- pkgsrc/multimedia/mkvtoolnix/Makefile:1.257 Thu Oct 23 20:38:38 2025
+++ pkgsrc/multimedia/mkvtoolnix/Makefile Mon Nov 10 13:23:34 2025
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.257 2025/10/23 20:38:38 wiz Exp $
+# $NetBSD: Makefile,v 1.258 2025/11/10 13:23:34 adam Exp $
-DISTNAME= mkvtoolnix-95.0
-PKGREVISION= 3
+DISTNAME= mkvtoolnix-96.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.133 pkgsrc/multimedia/mkvtoolnix/distinfo:1.134
--- pkgsrc/multimedia/mkvtoolnix/distinfo:1.133 Fri Oct 31 15:40:09 2025
+++ pkgsrc/multimedia/mkvtoolnix/distinfo Mon Nov 10 13:23:34 2025
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.133 2025/10/31 15:40:09 jperkin Exp $
+$NetBSD: distinfo,v 1.134 2025/11/10 13:23:34 adam Exp $
-BLAKE2s (mkvtoolnix-95.0.tar.xz) = faeaefcbeb07d6062781841a886652282b34c9ad14525357959bdf73050f192e
-SHA512 (mkvtoolnix-95.0.tar.xz) = e8aaccd4fb7a4cd11fadbfff230df85c68ea8af60f9c51536cb11c2bb58cce823b52e47123aa829414a776baeeb91ebfab81bf67075c387fb87171e63c1b014f
-Size (mkvtoolnix-95.0.tar.xz) = 11746244 bytes
+BLAKE2s (mkvtoolnix-96.0.tar.xz) = 10d0230cf51eb1fd7d21652598dd985ef4568efa502f499eb9426e2e0eb3f119
+SHA512 (mkvtoolnix-96.0.tar.xz) = 10574069e25e05ed4efa348cf905a28a48a10c90e0f0987dd02e01bb743d7346e5e8575788f47caf30a1ef513e1bc7a3efe66e07790f1e04a285c71501d800c7
+Size (mkvtoolnix-96.0.tar.xz) = 11749168 bytes
SHA1 (patch-Rakefile) = 64033bb6ade6ab6b09f0174ff1200555fee8db49
SHA1 (patch-configure) = 6e3771027ed420db7e70732e92bfd42d89e3aeb2
SHA1 (patch-src_common_locale.cpp) = 0c76a67c1ba65336e2d98d8e62cfc9624df9d223
Home |
Main Index |
Thread Index |
Old Index