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 24.0.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/51f0cbf77609
branches:  trunk
changeset: 309166:51f0cbf77609
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Jun 11 07:22:44 2018 +0000

description:
mkvtoolnix: updated to 24.0.0

Version 24.0.0 "Beyond The Pale":

New features and enhancements
* mkvmerge: MP4 reader: improved the detection of edit lists consisting of two
  identical entries, each spanning the file's duration as given in the movie
  header atom. The second entry is ignored in such cases.
* mkvmerge: JSON identification: the "display unit" video track property is
  now reported as `display_unit`. The JSON schema has been bumped to v11 for
  this change.
* mkvmerge, mkvextract: AVC/h.264: empty NALUs will now be removed.
* mkvextract: VobSub extraction: empty SPU packets will now be dropped during
  extraction as other tools such as MP4Box cannot handle them
  correctly.

Bug fixes
* mkvmerge: E-AC-3 parser: fixed determining the number of channels for
  streams that contain an AC-3 core with dependent E-AC-3 frames.
* mkvmerge: Matroska reader: fixed mkvmerge buffering the whole file if a
  video track is multiplexed that consists of only one or a few frames.
* mkvmerge: the "display unit" video track property will now be kept if it is
  set in the source file.
* MKVToolNix GUI: multiplexer: when scanning playlists, all playlists were
  offered for selection regardless of the value of the "minimum playlist
  duration" setting.
* MKVToolNix GUI: multiplexer: deriving track languages from file names: the
  regular sub-expressions for ISO 639-1 codes could match on empty strings,
  too, causing matches in wrong places and hence no language being recognized
  in certain situations.
* MKVToolNix GUI: header editor: fixed a crash when saving the file fails
  (e.g. because it isn't writable).
* MKVToolNix GUI: header editor: the editor was wrongfully claiming that
  mandatory elements with default values cannot be removed in the "status"
  text.
* MKVToolNix GUI: preferences: on macOS & Linux the setting "enable copying
  tracks by their type" wasn't restored on program start.

Other changes
* Niels Lohmann's JSON library: the bundled version has been updated from
  v1.1.0 (git revision 54d3cab) to v3.1.1 (git revision g183390c1).
* pugixml library: the bundled version has been updated from v1.8 to v1.9

diffstat:

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

diffs (28 lines):

diff -r 0378c65eed31 -r 51f0cbf77609 multimedia/mkvtoolnix/Makefile
--- a/multimedia/mkvtoolnix/Makefile    Sun Jun 10 17:54:17 2018 +0000
+++ b/multimedia/mkvtoolnix/Makefile    Mon Jun 11 07:22:44 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.107 2018/05/04 21:56:57 adam Exp $
+# $NetBSD: Makefile,v 1.108 2018/06/11 07:22:44 adam Exp $
 
-DISTNAME=      mkvtoolnix-23.0.0
+DISTNAME=      mkvtoolnix-24.0.0
 CATEGORIES=    multimedia
 MASTER_SITES=  https://mkvtoolnix.download/sources/
 EXTRACT_SUFX=  .tar.xz
diff -r 0378c65eed31 -r 51f0cbf77609 multimedia/mkvtoolnix/distinfo
--- a/multimedia/mkvtoolnix/distinfo    Sun Jun 10 17:54:17 2018 +0000
+++ b/multimedia/mkvtoolnix/distinfo    Mon Jun 11 07:22:44 2018 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.49 2018/05/04 21:56:57 adam Exp $
+$NetBSD: distinfo,v 1.50 2018/06/11 07:22:44 adam Exp $
 
-SHA1 (mkvtoolnix-23.0.0.tar.xz) = 32f998202c032e94e74f7e36be30ca2a94957c61
-RMD160 (mkvtoolnix-23.0.0.tar.xz) = bee9e657e58ccfb2299f0163b792c4ccd77ef016
-SHA512 (mkvtoolnix-23.0.0.tar.xz) = 3c9072b54a4076e6fb934d40a2c2554dfa1316de1cb8d74ab262b0584eda1e679324aaf690195f68590413f9d3ca34d5d2a1f9f5545de065fe2db892eee19ffb
-Size (mkvtoolnix-23.0.0.tar.xz) = 4729056 bytes
+SHA1 (mkvtoolnix-24.0.0.tar.xz) = 61cdb8560ffb01dac656ea3d09e2a727e5cf9201
+RMD160 (mkvtoolnix-24.0.0.tar.xz) = 7129477f9636a3308e088a42a5033a2fbc828667
+SHA512 (mkvtoolnix-24.0.0.tar.xz) = 78175830de4ee54c745b97aaaa693f0b6640db7881de13aa4f67bf55824f2cac8d86f4bdcac8a6f20d9c3759bee97080c15d5c533f7e7d39b924923ea98868d0
+Size (mkvtoolnix-24.0.0.tar.xz) = 4791244 bytes
 SHA1 (patch-build-config.in) = 89c67720f7886741dcabbbed88cfbfd31bf4ccc7



Home | Main Index | Thread Index | Old Index