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 28.0.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4185acc80ab5
branches:  trunk
changeset: 324534:4185acc80ab5
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Oct 23 06:32:05 2018 +0000

description:
mkvtoolnix: updated to 28.0.0

Version 28.0.0 "Voice In My Head":

New features and enhancements
* mkvmerge: AV1 parser: updated the code for the finalized AV1 bitstream
  specification.
* mkvmerge: AV1 packetizer: updated the code for the finalized AV1-in-Matroska
  & WebM mapping specification.
* mkvmerge: AV1 support: the `--engage enable_av1` option has been removed
  again.
* mkvmerge: MP4 reader: added support for AV1.
* mkvmerge: DTS: implemented dialog normalization gain removal for extension
  substreams.
* mkvmerge, mkvextract: simple text subtitles: added a workaround for simple
  text subtitle tracks that don't contain a duration.
* mkvextract: added support for extracting AV1 to IVF.
* mkvextract: IVF extractor (AV1, VP8, VP9): precise values will be used for
  the frame rate numerator & denominator header fields for certain well-known
  values of the track's default duration.
* mkvmerge: VP9: mkvmerge will now create codec private data according to the
  VP9 codec mapping described in the WebM specifications.
* MKVToolNix GUI: automatic scaling for high DPI displays is activated if the
  GUI is compiled with Qt ? 5.6.0.
* MKVToolNix GUI: added a menu item ("Help" ? "System information") for
  displaying information about the system MKVToolNix is running on in order to
  make debugging easier.
* MKVToolNix GUI: multiplexer, header editor: the user can enter a list of
  predefined track names in the preferences. She can later select from them in
  "track name" combo box.

Bug fixes
* mkvmerge: JSON identification: fixed a bug when removing invalid UTF-8 data
  from strings before they're output as JSON.
* mkvmerge: MP4/QuickTime reader: fixed handling of PCM audio with FourCC
  `in24`.
* mkvmerge: MPEG transport stream reader, teletext subtitles: the decision
  whether or not to keep frames around in order to potentially merge them with
  the following frame is made sooner. That avoids problems if there are large
  gaps between teletext subtitle frames which could lead to frames being
  interleaved too late.
* mkvextract: IVF extractor (AV1, VP8, VP8): the frame rate header fields
  weren't clamped to 16 bits properly causing wrong frame rates to be written
  in certain situations.
* mkvpropedit, MKVToolNix GUI's header editor: fixed file corruption when a
  one-byte space must be covered with a new EBML void element but all
  surrounding elements have a "size length" field that's eight bytes long
  already.

diffstat:

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

diffs (28 lines):

diff -r d0a2fd309405 -r 4185acc80ab5 multimedia/mkvtoolnix/Makefile
--- a/multimedia/mkvtoolnix/Makefile    Tue Oct 23 03:33:28 2018 +0000
+++ b/multimedia/mkvtoolnix/Makefile    Tue Oct 23 06:32:05 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.114 2018/10/01 17:58:49 adam Exp $
+# $NetBSD: Makefile,v 1.115 2018/10/23 06:32:05 adam Exp $
 
-DISTNAME=      mkvtoolnix-27.0.0
+DISTNAME=      mkvtoolnix-28.0.0
 CATEGORIES=    multimedia
 MASTER_SITES=  https://mkvtoolnix.download/sources/
 EXTRACT_SUFX=  .tar.xz
diff -r d0a2fd309405 -r 4185acc80ab5 multimedia/mkvtoolnix/distinfo
--- a/multimedia/mkvtoolnix/distinfo    Tue Oct 23 03:33:28 2018 +0000
+++ b/multimedia/mkvtoolnix/distinfo    Tue Oct 23 06:32:05 2018 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.53 2018/10/01 17:58:49 adam Exp $
+$NetBSD: distinfo,v 1.54 2018/10/23 06:32:05 adam Exp $
 
-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 (mkvtoolnix-28.0.0.tar.xz) = eb0b036b046b3a3f51fb2ce06e0dac27127607fe
+RMD160 (mkvtoolnix-28.0.0.tar.xz) = 2bfcc2ff18c001190932a61076eb7b6e4c060cb3
+SHA512 (mkvtoolnix-28.0.0.tar.xz) = b45571c99ed8200015291cba2ce247ca968272122b9d5867962ef749b79f3fe271f69dd2ba4f416acdfe8d520649633de4e12186c6feb94e40f263242ca7c648
+Size (mkvtoolnix-28.0.0.tar.xz) = 6545232 bytes
 SHA1 (patch-build-config.in) = 89c67720f7886741dcabbbed88cfbfd31bf4ccc7



Home | Main Index | Thread Index | Old Index