pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/multimedia/mkvtoolnix mkvtoolnix: updated to 52.0.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/163ba264fa54
branches:  trunk
changeset: 444350:163ba264fa54
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Jan 05 13:27:50 2021 +0000

description:
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.

diffstat:

 multimedia/mkvtoolnix/Makefile |   7 +++----
 multimedia/mkvtoolnix/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 9 deletions(-)

diffs (39 lines):

diff -r f8ac76fac705 -r 163ba264fa54 multimedia/mkvtoolnix/Makefile
--- a/multimedia/mkvtoolnix/Makefile    Tue Jan 05 13:00:20 2021 +0000
+++ b/multimedia/mkvtoolnix/Makefile    Tue Jan 05 13:27:50 2021 +0000
@@ -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 @@
 .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"
diff -r f8ac76fac705 -r 163ba264fa54 multimedia/mkvtoolnix/distinfo
--- a/multimedia/mkvtoolnix/distinfo    Tue Jan 05 13:00:20 2021 +0000
+++ b/multimedia/mkvtoolnix/distinfo    Tue Jan 05 13:27:50 2021 +0000
@@ -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