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  9 07:00:06 UTC 2024

Modified Files:
        pkgsrc/multimedia/mkvtoolnix: Makefile distinfo
Removed Files:
        pkgsrc/multimedia/mkvtoolnix/patches: patch-src_common_common.h

Log Message:
mkvtoolnix: updated to 87.0

Version 87.0 "Black as the Sky" 2024-09-07

New features and enhancements

* mkvmerge: chapters: added support for specifying MPLS files with
 `--chapters`, too, not just as regular source files. The documentation
 stated this was possible already, but that wasn't actually the
 case.
* MKVToolNix GUI: multiplexer: added a progress dialog that is shown during
 file identification.
* MKVToolNix GUI: jobs: the status bar now differentiates between numbers of
 warnings/errors that occurred in the current session and those that occurred
 before the current session.

Bug fixes

* mkvmerge: AAC parser: LOAS/LATM streams: if the first `AudioSpecificConfig`
 element is not found within the first LOAS/LATM frame, `mkvmerge` will no
 longer discard the frames before it but defer parsing them until after it
 has found the `AudioSpecificConfig` element.
* MKVToolNix GUI: job queue: fixed the GUI crashing when re-ordering the jobs
 in the job queue. This regression was introduced while fixing 3720.

Build system changes

* The bundled `fmt` library was updated to v10.2.1.


To generate a diff of this commit:
cvs rdiff -u -r1.237 -r1.238 pkgsrc/multimedia/mkvtoolnix/Makefile
cvs rdiff -u -r1.123 -r1.124 pkgsrc/multimedia/mkvtoolnix/distinfo
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/multimedia/mkvtoolnix/patches/patch-src_common_common.h

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.237 pkgsrc/multimedia/mkvtoolnix/Makefile:1.238
--- pkgsrc/multimedia/mkvtoolnix/Makefile:1.237 Tue Jul 16 10:02:05 2024
+++ pkgsrc/multimedia/mkvtoolnix/Makefile       Mon Sep  9 07:00:06 2024
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.237 2024/07/16 10:02:05 prlw1 Exp $
+# $NetBSD: Makefile,v 1.238 2024/09/09 07:00:06 adam Exp $
 
-DISTNAME=      mkvtoolnix-86.0
-PKGREVISION=   1
+DISTNAME=      mkvtoolnix-87.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.123 pkgsrc/multimedia/mkvtoolnix/distinfo:1.124
--- pkgsrc/multimedia/mkvtoolnix/distinfo:1.123 Mon Jul 15 09:33:09 2024
+++ pkgsrc/multimedia/mkvtoolnix/distinfo       Mon Sep  9 07:00:06 2024
@@ -1,9 +1,8 @@
-$NetBSD: distinfo,v 1.123 2024/07/15 09:33:09 adam Exp $
+$NetBSD: distinfo,v 1.124 2024/09/09 07:00:06 adam Exp $
 
-BLAKE2s (mkvtoolnix-86.0.tar.xz) = e54383fc3e24d5b8f51d86af5ca640587592f774f137c62c415afbd9fcb5fabd
-SHA512 (mkvtoolnix-86.0.tar.xz) = ca1009439d662f32c75ee915f89ed1ccf1475f84782a5da977521e1ab1a558400d844d689ba37d3e5bcc2cb0ec70d3fac5db5594d0088668dd0ba3ac759819c6
-Size (mkvtoolnix-86.0.tar.xz) = 11369476 bytes
+BLAKE2s (mkvtoolnix-87.0.tar.xz) = a07a38c467589b142c3193f7c666d1b3cda6db06748c29ae34ece4fb57eb5235
+SHA512 (mkvtoolnix-87.0.tar.xz) = fb8469e4852bbf544e1009ea8b502aff18d455eb35bb050bf5b10a9dfcf6d9b6106151ccc4dd9f75a60c7c992643711f899dcb1ad5915517abafc16cfe073c60
+Size (mkvtoolnix-87.0.tar.xz) = 11241000 bytes
 SHA1 (patch-Rakefile) = 64033bb6ade6ab6b09f0174ff1200555fee8db49
 SHA1 (patch-configure) = 6e3771027ed420db7e70732e92bfd42d89e3aeb2
-SHA1 (patch-src_common_common.h) = 058ccf5c76df6db3e1d879256ff41c58e7d2d135
 SHA1 (patch-src_common_locale.cpp) = 0c76a67c1ba65336e2d98d8e62cfc9624df9d223



Home | Main Index | Thread Index | Old Index