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 Oct  1 17:58:49 UTC 2018

Modified Files:
        pkgsrc/multimedia/mkvtoolnix: Makefile distinfo

Log Message:
mkvtoolnix: updated to 27.0.0

Version 27.0.0 "Metropolis":

New features and enhancements
* mkvmerge: chapters: the timestamps of chapters read from containers or from
  chapter files can be adjusted (multiplication and addition) with the new
  `--chapter-sync` option or using the special track ID `-2` for the existing
  `--sync` option.
* MKVToolNix GUI: multiplexer: adjusted & added controls for mkvmerge's new
  feature of being able to adjust chapter timestamps.
* MKVToolNix GUI: multiplexer: the GUI can now ask for confirmation when the
  user is about to create a file that won't contain audio tracks. It does this
  by default if at least one source file contains an audio track.

Bug fixes
* mkvmerge: AC-3: dialog normalization gain removal was corrupting E-AC-3
  frames irreversibly by writing checksums in places where they didn't
  belong. Additionally only the first E-AC-3 frame in a Matroska was processed
  but not additional dependent frames in the same block.
* MKVToolNix GUI: fixed a leak of Windows font resources leading to a general
  slowdown and subsequent crash.


To generate a diff of this commit:
cvs rdiff -u -r1.113 -r1.114 pkgsrc/multimedia/mkvtoolnix/Makefile
cvs rdiff -u -r1.52 -r1.53 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.113 pkgsrc/multimedia/mkvtoolnix/Makefile:1.114
--- pkgsrc/multimedia/mkvtoolnix/Makefile:1.113 Mon Aug 27 06:50:16 2018
+++ pkgsrc/multimedia/mkvtoolnix/Makefile       Mon Oct  1 17:58:49 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.113 2018/08/27 06:50:16 adam Exp $
+# $NetBSD: Makefile,v 1.114 2018/10/01 17:58:49 adam Exp $
 
-DISTNAME=      mkvtoolnix-26.0.0
+DISTNAME=      mkvtoolnix-27.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.52 pkgsrc/multimedia/mkvtoolnix/distinfo:1.53
--- pkgsrc/multimedia/mkvtoolnix/distinfo:1.52  Mon Aug 27 06:50:16 2018
+++ pkgsrc/multimedia/mkvtoolnix/distinfo       Mon Oct  1 17:58:49 2018
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.52 2018/08/27 06:50:16 adam Exp $
+$NetBSD: distinfo,v 1.53 2018/10/01 17:58:49 adam Exp $
 
-SHA1 (mkvtoolnix-26.0.0.tar.xz) = 40d0ffc866be2a427479104364e41037192687b0
-RMD160 (mkvtoolnix-26.0.0.tar.xz) = e415928dea97bc6e0cce2289ab8f8f30e59a4b5d
-SHA512 (mkvtoolnix-26.0.0.tar.xz) = 3d1822dcc381d895e6c62ca31b3edf2b2e5443d6fdfb96b9c28c19f1d3395e44938a68c751d20c4da3419c269524e4edceb795797728281de94b8b1ba57f7479
-Size (mkvtoolnix-26.0.0.tar.xz) = 4802044 bytes
+SHA1 (mkvtoolnix-27.0.0.tar.xz) = 374508775ea0c37109ec135d41485e193d616dda
+RMD160 (mkvtoolnix-27.0.0.tar.xz) = 21ecd9c9527cac1f7e377565d98a1083905af1de
+SHA512 (mkvtoolnix-27.0.0.tar.xz) = 750094256bcc3418d0da96142c2af2491ef8a2f1e8b7f8ac2524bb740e3f8d59dfd63da814c20bb9b2d9cc96ef8b5d194aeec9491de87aa665f4714a1b1788bc
+Size (mkvtoolnix-27.0.0.tar.xz) = 4811204 bytes
 SHA1 (patch-build-config.in) = 89c67720f7886741dcabbbed88cfbfd31bf4ccc7



Home | Main Index | Thread Index | Old Index