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 Sep 15 15:05:08 UTC 2025

Modified Files:
        pkgsrc/multimedia/mkvtoolnix: Makefile distinfo

Log Message:
mkvtoolnix: updated to 95.0

Version 95.0 "Goodbye Stranger" 2025-09-14

New features and enhancements

* mkvmerge, MKVToolNix GUI: new chapter generation feature: a new placeholder
  has been introduced when generating chapters for appended files, \<TITLE\>,
  which will be replaced by the appended file's title metadata.
* mkvmerge: the display matrix from MP4 files are now translated into
  appropriate roll and yaw values for output MKV files.
* mkvmerge: add `--date` argument to set the date metadata.

Bug fixes

* build system: fixed building with the upcoming Boost v1.89.0 by only
  requiring the header part of the Boost.System library as it's been
  header-only since v1.69.0.
* mkvmerge: PCM packetizer: mkvmerge will now always write frames with 40ms of
  samples, no matter how long or short the frames in the source files
  were.
* mkvmerge: MP4/QuickTime reader: fix exorbitant memory usage when reading PCM
  audio tracks.

Build system changes

* Boost v1.74.0 or newer is now required.


To generate a diff of this commit:
cvs rdiff -u -r1.253 -r1.254 pkgsrc/multimedia/mkvtoolnix/Makefile
cvs rdiff -u -r1.131 -r1.132 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.253 pkgsrc/multimedia/mkvtoolnix/Makefile:1.254
--- pkgsrc/multimedia/mkvtoolnix/Makefile:1.253 Wed Jul 30 10:36:22 2025
+++ pkgsrc/multimedia/mkvtoolnix/Makefile       Mon Sep 15 15:05:08 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.253 2025/07/30 10:36:22 adam Exp $
+# $NetBSD: Makefile,v 1.254 2025/09/15 15:05:08 adam Exp $
 
-DISTNAME=      mkvtoolnix-94.0
+DISTNAME=      mkvtoolnix-95.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.131 pkgsrc/multimedia/mkvtoolnix/distinfo:1.132
--- pkgsrc/multimedia/mkvtoolnix/distinfo:1.131 Wed Jul 30 10:36:22 2025
+++ pkgsrc/multimedia/mkvtoolnix/distinfo       Mon Sep 15 15:05:08 2025
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.131 2025/07/30 10:36:22 adam Exp $
+$NetBSD: distinfo,v 1.132 2025/09/15 15:05:08 adam Exp $
 
-BLAKE2s (mkvtoolnix-94.0.tar.xz) = 0a87ec4e04a7660fb939f032f2d8f787198ef8b857073e4b2721a5c5b4d6773f
-SHA512 (mkvtoolnix-94.0.tar.xz) = 72b6c8f42ffe9c29032b412bf45371fbbd5a0db4f082bb5c0d3850ee378a42ec33515487565ec52232f1f30f3e9dac2778f5022caac616c718034ca79137b9ee
-Size (mkvtoolnix-94.0.tar.xz) = 11708096 bytes
+BLAKE2s (mkvtoolnix-95.0.tar.xz) = faeaefcbeb07d6062781841a886652282b34c9ad14525357959bdf73050f192e
+SHA512 (mkvtoolnix-95.0.tar.xz) = e8aaccd4fb7a4cd11fadbfff230df85c68ea8af60f9c51536cb11c2bb58cce823b52e47123aa829414a776baeeb91ebfab81bf67075c387fb87171e63c1b014f
+Size (mkvtoolnix-95.0.tar.xz) = 11746244 bytes
 SHA1 (patch-Rakefile) = 64033bb6ade6ab6b09f0174ff1200555fee8db49
 SHA1 (patch-configure) = 6e3771027ed420db7e70732e92bfd42d89e3aeb2
 SHA1 (patch-src_common_locale.cpp) = 0c76a67c1ba65336e2d98d8e62cfc9624df9d223



Home | Main Index | Thread Index | Old Index