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 Jan  5 13:27:51 UTC 2021

Modified Files:
        pkgsrc/multimedia/mkvtoolnix: Makefile distinfo

Log Message:
mkvtoolnix: updated to 52.0.0

Version 52.0.0 "Secret For The Mad"

New features and enhancements

* MKVToolNix GUI: job queue: the maximum number of jobs to run concurrently
  can now be increased in the preferences. The default remains
  at 1.
* MKVToolNix GUI: the GUI will now add a context-specific default extension to
  file names selected for saving on platforms that don't add one itself
  (e.g. GNOME). For example, when saving multiplexer settings the extension
  `.mtxcfg` will be added.
* MKVToolNix GUI: added an option to the preferences for the window to stay on
  top of other windows.

Bug fixes

* mkvextract: h.265/HEVC extraction: the code for skipping extraction of
  prefix SEI NALUs in the first frame was skipping two bytes too few,
  resulting in broken processing of all following bytes. Patch by Mike Chen.
* libEBML: the optional, bundled version of libEBML was updated to v1.4.1.

Build system changes

* libEBML v1.4.1 is now required due to a bug in libEBML that caused pointers
  to just-freed memory being returned to the caller under certain invalid data
  constellations, causing use-after-free errors in all of MKVToolNix's
  programs.


To generate a diff of this commit:
cvs rdiff -u -r1.164 -r1.165 pkgsrc/multimedia/mkvtoolnix/Makefile
cvs rdiff -u -r1.83 -r1.84 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.164 pkgsrc/multimedia/mkvtoolnix/Makefile:1.165
--- pkgsrc/multimedia/mkvtoolnix/Makefile:1.164 Fri Jan  1 09:52:36 2021
+++ pkgsrc/multimedia/mkvtoolnix/Makefile       Tue Jan  5 13:27:50 2021
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.164 2021/01/01 09:52:36 ryoon Exp $
+# $NetBSD: Makefile,v 1.165 2021/01/05 13:27:50 adam Exp $
 
-DISTNAME=      mkvtoolnix-51.0.0
-PKGREVISION=   3
+DISTNAME=      mkvtoolnix-52.0.0
 CATEGORIES=    multimedia
 MASTER_SITES=  https://mkvtoolnix.download/sources/
 EXTRACT_SUFX=  .tar.xz
@@ -52,7 +51,7 @@ do-install:
 .include "../../devel/boost-headers/buildlink3.mk"
 .include "../../devel/boost-libs/buildlink3.mk"
 .include "../../devel/gettext-lib/buildlink3.mk"
-BUILDLINK_API_DEPENDS.libebml+= libebml>=1.4.0
+BUILDLINK_API_DEPENDS.libebml+= libebml>=1.4.1
 .include "../../devel/libebml/buildlink3.mk"
 .include "../../devel/pcre2/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"

Index: pkgsrc/multimedia/mkvtoolnix/distinfo
diff -u pkgsrc/multimedia/mkvtoolnix/distinfo:1.83 pkgsrc/multimedia/mkvtoolnix/distinfo:1.84
--- pkgsrc/multimedia/mkvtoolnix/distinfo:1.83  Fri Oct  9 08:22:05 2020
+++ pkgsrc/multimedia/mkvtoolnix/distinfo       Tue Jan  5 13:27:50 2021
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.83 2020/10/09 08:22:05 adam Exp $
+$NetBSD: distinfo,v 1.84 2021/01/05 13:27:50 adam Exp $
 
-SHA1 (mkvtoolnix-51.0.0.tar.xz) = 3bc8ed818ca90e332248c197cab5ae9a022d75ae
-RMD160 (mkvtoolnix-51.0.0.tar.xz) = f4769cb57fced99828626d86a7a91c791df32183
-SHA512 (mkvtoolnix-51.0.0.tar.xz) = 2e91b039dbcab9afbad29c6c8e66ac305b2518319f68301a34a909fdffb02305025106368d4338abf148be5af4adfebab2eb1b5ccf0c9c0b0cef8f9e6e58a26e
-Size (mkvtoolnix-51.0.0.tar.xz) = 7569264 bytes
+SHA1 (mkvtoolnix-52.0.0.tar.xz) = aa71048aec27d24b83550eeb6c1887d1c3b15629
+RMD160 (mkvtoolnix-52.0.0.tar.xz) = 66200ecb9c41f9974123b7d2609719c59994bd23
+SHA512 (mkvtoolnix-52.0.0.tar.xz) = e1c3fcf80a0b7ea8d51c3afed3dc449db0857b3f34b03aa204ab8ce1223c6cfcecb82b5336b03fc610768740ea663ee84edbfcc456934e5ac5b66ae0ea76b587
+Size (mkvtoolnix-52.0.0.tar.xz) = 7553452 bytes
 SHA1 (patch-Rakefile) = 94c0a9ae0443f652a87f91cec195fe0d7afb61ac
 SHA1 (patch-src_common_locale.cpp) = 2f3113c8c9171b87a421df447f6c421b1e4dc7e0



Home | Main Index | Thread Index | Old Index