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 Feb 10 21:52:18 UTC 2025

Modified Files:
        pkgsrc/multimedia/mkvtoolnix: Makefile distinfo

Log Message:
mkvtoolnix: updated to 90.0

Version 90.0 "Hanging On" 2025-02-08

New features and enhancements

* MKVToolNix GUI: header editor: double-clicking on one of the three flag
  indicators ("Default track", "Forced display", "Enabled") for a track in the
  tree view will now toggle the corresponding flag.

Bug fixes

* mkvmerge: AAC parser: LOAS/LATM streams: fixed use of uninitialized data
  when the `StreamMuxConfig` element doesn't contain the `audioMuxVersion`
  element; version 0 must be assumed in such a case. The result was that
  sometimes certain valid AAC packets were dropped. Fix by Stefan Pöschel.
* mkvmerge: HEVC/H.265 parser: fixed calculation of picture order count
  calculation that was triggered under rare circumstances.
* mkvmerge: Matroska reader: enabled limits for how much data a single
  Matroksa reader instance might buffer when the muxing core looks for packets
  for specific tracks, avoiding huge memory consumption in cases where tracks
  have huge gaps between packets. This might happen when appending files
  containing forced-only subtitle tracks, for example.
* mkvmerge: TrueHD reader: increased the probe range for TrueHD sync frames
  from 128 KB to 512 KB to avoid mis-detection with certain files with a lot
  of data between sync frames.
* mkvmerge: MP4/QuickTime reader: fixed detection of Big Endian LPCM
  audio.

Build system changes

* The bundled `fmt` library was updated to v11.1.2.
* added a new option to `configure` called `--disable-dbus` to disable looking
  for & using QtDBus even if it's present on the system. Default remains to
  probe for its existence. Patch by Anthony Ryan.


To generate a diff of this commit:
cvs rdiff -u -r1.245 -r1.246 pkgsrc/multimedia/mkvtoolnix/Makefile
cvs rdiff -u -r1.126 -r1.127 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.245 pkgsrc/multimedia/mkvtoolnix/Makefile:1.246
--- pkgsrc/multimedia/mkvtoolnix/Makefile:1.245 Sun Dec 29 16:50:59 2024
+++ pkgsrc/multimedia/mkvtoolnix/Makefile       Mon Feb 10 21:52:17 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.245 2024/12/29 16:50:59 adam Exp $
+# $NetBSD: Makefile,v 1.246 2025/02/10 21:52:17 adam Exp $
 
-DISTNAME=      mkvtoolnix-89.0
+DISTNAME=      mkvtoolnix-90.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.126 pkgsrc/multimedia/mkvtoolnix/distinfo:1.127
--- pkgsrc/multimedia/mkvtoolnix/distinfo:1.126 Sun Dec 29 16:50:59 2024
+++ pkgsrc/multimedia/mkvtoolnix/distinfo       Mon Feb 10 21:52:17 2025
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.126 2024/12/29 16:50:59 adam Exp $
+$NetBSD: distinfo,v 1.127 2025/02/10 21:52:17 adam Exp $
 
-BLAKE2s (mkvtoolnix-89.0.tar.xz) = 261e5594c42b1b332bc106352d216f2b38eb6a78dffa58f4c552642c6f371565
-SHA512 (mkvtoolnix-89.0.tar.xz) = 5c48647f4d1b9a914647839bb2de1d9c2285862450cd0807fda27bb3e0601ba78d5450f66f82160d3e73cb6dd1fa141bfc7f93b0016bc92ebb20a90a9467dd2a
-Size (mkvtoolnix-89.0.tar.xz) = 11253572 bytes
+BLAKE2s (mkvtoolnix-90.0.tar.xz) = 0d88da8d2d0d5805b086fb47d11a14d113d32ef9bf48e6d5048b08db92724b14
+SHA512 (mkvtoolnix-90.0.tar.xz) = 3558e175bc369f1296604abc986bab88fb11d199032acf1e133d62ad8d99d848ae249df3f3e4ab342f3a400750ef20975acc0b9c0a3f4a7b8cb5bbdd563a4227
+Size (mkvtoolnix-90.0.tar.xz) = 11273024 bytes
 SHA1 (patch-Rakefile) = 64033bb6ade6ab6b09f0174ff1200555fee8db49
 SHA1 (patch-configure) = 6e3771027ed420db7e70732e92bfd42d89e3aeb2
 SHA1 (patch-src_common_locale.cpp) = 0c76a67c1ba65336e2d98d8e62cfc9624df9d223



Home | Main Index | Thread Index | Old Index