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 13 12:37:26 UTC 2023

Modified Files:
        pkgsrc/multimedia/mkvtoolnix: Makefile distinfo

Log Message:
mkvtoolnix: updated to 74.0.0

Version 74.0.0 "You Oughta Know" 2023-02-12

New features and enhancements

* mkvmerge: SRT handling: added a hack called `--engage
  keep_whitespaces_in_text_subtitles` which disables stripping whitespaces
  from the start & end of each line of SRT entries during muxing.

Bug fixes

* all: Windows: UNC paths of type `\\?\C:\…` are supported again by switching
  back to Boost's file system library instead of using C++17's file system
  library.
* mkvmerge: AVC/H.264 & HEVC/H.265 packetizers: when appending tracks the
  pixel dimensions will be checked & muxing will be aborted if they don't
  match.
* mkvmerge: file type detection: file types that can be detected unambiguously
  by their content (e.g. Matroska, MP4, WAV…) will now preferred in the
  detection order over file types based on their extension. Prevents certain
  cases of mis-detection, e.g. DTS in WAV but with a file name extension of
  `.dts` being detected as the wrong type of DTS.
* mkvmerge: SRT handling: whitespaces will now be stripped from the start &
  the end of each line of each entry, not just from the end of the last
  line.
* mkvextract: SRT extraction: whitespaces will not be stripped from the start
  & end of the whole entry anymore.
* MKVToolNix GUI: multiplexer: when adding multiple files that include certain
  file types (chapters, segment info and tag files) and when the choice where
  to add them is "all files to a single new tab", these certain file types
  will now be added in the newly added tab as well instead of the current tab
  that had already been open.
* build system: fixed compatibility with Ruby 3.2.0 by using `FileTest.exist?`
  instead of `File.exists?`, `Dir.exists?` & `FileTest.exists?` which were
  removed in that release.

Build system changes

* MKVToolNix is now using & requiring Boost's "file system" and "system"
  libraries again instead of C++17's file system library. This is due to gcc's
  library not supporting UNC paths of types `\\?\C:\dir\file.ext`.


To generate a diff of this commit:
cvs rdiff -u -r1.208 -r1.209 pkgsrc/multimedia/mkvtoolnix/Makefile
cvs rdiff -u -r1.109 -r1.110 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.208 pkgsrc/multimedia/mkvtoolnix/Makefile:1.209
--- pkgsrc/multimedia/mkvtoolnix/Makefile:1.208 Sun Jan 29 21:17:19 2023
+++ pkgsrc/multimedia/mkvtoolnix/Makefile       Mon Feb 13 12:37:26 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.208 2023/01/29 21:17:19 ryoon Exp $
+# $NetBSD: Makefile,v 1.209 2023/02/13 12:37:26 adam Exp $
 
-DISTNAME=      mkvtoolnix-73.0.0
-PKGREVISION=   2
+DISTNAME=      mkvtoolnix-74.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.109 pkgsrc/multimedia/mkvtoolnix/distinfo:1.110
--- pkgsrc/multimedia/mkvtoolnix/distinfo:1.109 Tue Jan  3 19:10:16 2023
+++ pkgsrc/multimedia/mkvtoolnix/distinfo       Mon Feb 13 12:37:26 2023
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.109 2023/01/03 19:10:16 adam Exp $
+$NetBSD: distinfo,v 1.110 2023/02/13 12:37:26 adam Exp $
 
-BLAKE2s (mkvtoolnix-73.0.0.tar.xz) = c28a41b19c6e49cd5384f38390b5565184915fa04720b541299723f3b314ea56
-SHA512 (mkvtoolnix-73.0.0.tar.xz) = 31a9aeee4c23ec82d976a0cde43cc51f729ae5dae45dfd65de2fb1a61fe890346b1058175d8dbcf4bba5f91fc37d23b8b5e91ed713955816798355b3020a6e2e
-Size (mkvtoolnix-73.0.0.tar.xz) = 10996112 bytes
+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
 SHA1 (patch-Rakefile) = 08dbf4a4968008ff258a66e71aa2bddc61c04af6
 SHA1 (patch-configure) = 22769c823b9558c86173b26e2c7d621b59d5a357
 SHA1 (patch-src_common_locale.cpp) = 2f3113c8c9171b87a421df447f6c421b1e4dc7e0



Home | Main Index | Thread Index | Old Index