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:           Tue Mar 28 13:27:51 UTC 2023

Modified Files:
        pkgsrc/multimedia/mkvtoolnix: Makefile distinfo

Log Message:
mkvtoolnix: updated to 75.0.0

Version 75.0.0 "Goliath" 2023-03-26

New features and enhancements

* mkvmerge: MP4 reader: mkvmerge will now read Timed Text (FourCC `tx3g`)
  subtitle tracks & convert them on the fly to Matroska's simple text subtitle
  format (`S_TEXT/UTF8`; text only, no styles).

Bug fixes

* all: switched back to using `boost::filesystem` functions for creating
  directories instead of the ones introduced to work around bugs in
  `std::filesystem`. The latter didn't work correctly with UNC paths after the
  switch to `boost::filesystem::path` in v74.
* mkvmerge: VobSub reader: mkvmerge will now probe the `.idx` file during
  VobSub identification even if the `.sub` file is passed as the
  source. Avoids mis-detection of the `.sub` as MPEG program streams.
* MKVToolNix GUI: the GUI could abort with an exception on startup while
  looking for the `mkvmerge` or `mediainfo` executables due to inaccessible
  folders.
* MKVToolNix GUI: preferences: when opening the preferences the first time the
  UI might pre-select the first entry in the list of interface languages if
  the operating system's language is not available for MKVToolNix. This might
  also happen on Linux if e.g. `en_GB` is set, even though `en_US` is
  available. Now English (`en_US`) will be selected instead.
* MKVToolNix GUI: multiplexer: when adding files the GUI has special handling
  for chapter/tags/segment info files. This is done by comparing their content
  to certain patterns. This recognition could wrongfully be triggered if any
  such file was embedded in another file verbatim, e.g. with a chapter XML
  file attachment in a Matroska file. When trying to add that Matroska file,
  the GUI would treat it as a chapter file instead of a regular one. This
  content-based detection was fixed.

Other changes

* mkvpropedit, GUI's header editor: removed support for the deprecated
  "minimum cache" & "maximum cache" track header elements.


To generate a diff of this commit:
cvs rdiff -u -r1.209 -r1.210 pkgsrc/multimedia/mkvtoolnix/Makefile
cvs rdiff -u -r1.110 -r1.111 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.209 pkgsrc/multimedia/mkvtoolnix/Makefile:1.210
--- pkgsrc/multimedia/mkvtoolnix/Makefile:1.209 Mon Feb 13 12:37:26 2023
+++ pkgsrc/multimedia/mkvtoolnix/Makefile       Tue Mar 28 13:27:51 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.209 2023/02/13 12:37:26 adam Exp $
+# $NetBSD: Makefile,v 1.210 2023/03/28 13:27:51 adam Exp $
 
-DISTNAME=      mkvtoolnix-74.0.0
+DISTNAME=      mkvtoolnix-75.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.110 pkgsrc/multimedia/mkvtoolnix/distinfo:1.111
--- pkgsrc/multimedia/mkvtoolnix/distinfo:1.110 Mon Feb 13 12:37:26 2023
+++ pkgsrc/multimedia/mkvtoolnix/distinfo       Tue Mar 28 13:27:51 2023
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.110 2023/02/13 12:37:26 adam Exp $
+$NetBSD: distinfo,v 1.111 2023/03/28 13:27:51 adam Exp $
 
-BLAKE2s (mkvtoolnix-74.0.0.tar.xz) = aab1aa6e77d3cf98f567131179b99b0a04ce4f7b5ae8dfb5e92e3518abf5c857
-SHA512 (mkvtoolnix-74.0.0.tar.xz) = b081eea52c5ecf86a0cbd3906553f5e834526c93d4c223d3e3814d9743e2582bed5361588e30800b4998a026d037f3071bb30312a077844f9bff3dece1044a3a
-Size (mkvtoolnix-74.0.0.tar.xz) = 11001540 bytes
+BLAKE2s (mkvtoolnix-75.0.0.tar.xz) = b01c2acaf2d9098579bbdc6e0cfd0cdcddd92f14154a0eeb23e02c55a9016c54
+SHA512 (mkvtoolnix-75.0.0.tar.xz) = eca45828ec3cbb540c67d12d369f3314246d08812933a018e5c4f69e8bd2fa4e17143a33a1841c5a8da3befbc22509fa508e6688ea858980d13c44aaae4ead08
+Size (mkvtoolnix-75.0.0.tar.xz) = 11009552 bytes
 SHA1 (patch-Rakefile) = 08dbf4a4968008ff258a66e71aa2bddc61c04af6
 SHA1 (patch-configure) = 22769c823b9558c86173b26e2c7d621b59d5a357
 SHA1 (patch-src_common_locale.cpp) = 2f3113c8c9171b87a421df447f6c421b1e4dc7e0



Home | Main Index | Thread Index | Old Index