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: Fri Oct 6 21:18:20 UTC 2017
Modified Files:
pkgsrc/multimedia/mkvtoolnix: Makefile distinfo
Log Message:
mkvtoolnix: update to 16.0.0
Version 16.0.0 "Protest":
New features and enhancements
* mkvmerge: MP4 reader: added support for Vorbis.
Bug fixes
* configure: the checks for libEBML and libMatroska have been fixed to require
libEBML 1.3.5 and libMatroska 1.4.7 as intended.
* mkvmerge: AAC reader: mkvmerge will now emit an error message for AAC files
whose header fields imply a sampling frequency or number of channels
of 0.
* mkvmerge: AVC/h.264 ES parser: fixed the calculation of reference
information for P and B frames. This also fixes some P frames being marked
as B frames and vice versa.
* mkvmerge: AVC/h.264 ES parser: only non-key frames that have the NALU header
field `nal_ref_idc` set to 0 will be marked as "discardable" in
`SimpleBlock` elements.
* mkvmerge: HEVC/h.265: the generation of the HEVCC structure stored in
`CodecPrivate` was wrong in two places: 1. the position of the number of
sub-layers was swapped with reserved bits and 2. the VPS/SPS/PPS/SEI lists
did not start with a reserved 1 bit.
* mkvmerge: output: the `doc type version` will be set at least to 2 if
certain elements are written (`CodecState`, `CueCodecState`,
`FlagInterlaced`).
* mkvmerge: output: the track header attributes `MinCache` and `MaxCache` will not be
written anymore.
* mkvmerge: Matroska reader: the "key" and "discardable" flags of SimpleBlock
elements will be kept as they are.
* mkvmerge: Matroska reader: if present in the file, the "white colour
coordinate x" track header attribute was written to both "white colour
coordinate x" and "white colour coordinate y" in the output file.
* mkvmerge: Opus output: mkvmerge will now put all frames with discard padding
into their own block group.
* MKVToolNix GUI: header editor: removed the check for external modification
when saving the file.
* MKVToolNix GUI: job queue: fixed calculation of total progress when
automatic removal of completed is enabled.
To generate a diff of this commit:
cvs rdiff -u -r1.94 -r1.95 pkgsrc/multimedia/mkvtoolnix/Makefile
cvs rdiff -u -r1.41 -r1.42 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.94 pkgsrc/multimedia/mkvtoolnix/Makefile:1.95
--- pkgsrc/multimedia/mkvtoolnix/Makefile:1.94 Mon Sep 18 09:53:28 2017
+++ pkgsrc/multimedia/mkvtoolnix/Makefile Fri Oct 6 21:18:20 2017
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.94 2017/09/18 09:53:28 maya Exp $
+# $NetBSD: Makefile,v 1.95 2017/10/06 21:18:20 adam Exp $
-DISTNAME= mkvtoolnix-15.0.0
-PKGREVISION= 1
+DISTNAME= mkvtoolnix-16.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.41 pkgsrc/multimedia/mkvtoolnix/distinfo:1.42
--- pkgsrc/multimedia/mkvtoolnix/distinfo:1.41 Sun Sep 17 12:00:41 2017
+++ pkgsrc/multimedia/mkvtoolnix/distinfo Fri Oct 6 21:18:20 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.41 2017/09/17 12:00:41 adam Exp $
+$NetBSD: distinfo,v 1.42 2017/10/06 21:18:20 adam Exp $
-SHA1 (mkvtoolnix-15.0.0.tar.xz) = 4c5c0d1f0859c18bd9c3adde6ff2d94de7de536e
-RMD160 (mkvtoolnix-15.0.0.tar.xz) = e73e6f0c19b3ca46fbb795a7716404025d80cf89
-SHA512 (mkvtoolnix-15.0.0.tar.xz) = 5cef57dce4e6ca3d036142e42e302e8a315782ded11fb4c5982b406d389c8709bc7cf2a86d605b7c02797dc7b907dc3895db515e9d3e40976ab14198d9f400c6
-Size (mkvtoolnix-15.0.0.tar.xz) = 4552588 bytes
+SHA1 (mkvtoolnix-16.0.0.tar.xz) = 69ff99d4ba6197e30ef49171c89243c71a6f153f
+RMD160 (mkvtoolnix-16.0.0.tar.xz) = d76a302c4c71a308534d63d601834148ca66c812
+SHA512 (mkvtoolnix-16.0.0.tar.xz) = 5255c5a1d995bbf24d414dcdde8de987295581d4a8054164f15dca6019c79d96c9c074dc1892a86cd0084da34079529357efbeb3381addd9dc087b433be493fa
+Size (mkvtoolnix-16.0.0.tar.xz) = 4607360 bytes
Home |
Main Index |
Thread Index |
Old Index