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 25.0.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/956186ad297c
branches: trunk
changeset: 310390:956186ad297c
user: adam <adam%pkgsrc.org@localhost>
date: Sat Jul 14 12:54:20 2018 +0000
description:
mkvtoolnix: updated to 25.0.0
Version 25.0.0 "Prog Noir" 2018-07-12
New features and enhancements
* mkvmerge: SRT/ASS/SSA text subtitles: for files for which no encoding has
been specified, mkvmerge will try UTF-8 first before falling back to the
system's default encoding.
* mkvmerge: SRT/ASS/SSA/WebVTT text subtitles: a warning is now emitted if
invalid 8-bit characters are encountered outside valid multi-byte UTF-8
sequences.
* mkvmerge: Matroska & MPEG transport stream readers: the encoding of text
subtitles read from Matroska files can now be changed with the
`--sub-charset` parameter.
* Linux: starting with release 25 an AppImage will be provided which should
run on any Linux distribution released around the time of CentOS 7/Ubuntu
14.04 or later.
* macOS: translations: updated the `build.sh` script to build `libiconv` and a
complete `gettext`. Together with an additional fix to how translation files
are located, MKVToolNix can now use all interface languages on macOS,
too.
Bug fixes
* mkvmerge: AVC/h.264: fixed file identification failing for certain
elementary streams due to internal buffers not being cleared properly.
* mkvmerge: HEVC/h.265: fixed file identification failing for certain
elementary streams due to internal buffers not being cleared properly.
* mkvmerge: MLP code: fixed various issues preventing MLP from being parsed
correctly.
* mkvmerge: TrueHD/MLP packetizer; dialog volume normalization removal isn't
attempted if the track is an MLP track as the operation is only supported
for TrueHD, not MLP.
* mkvmerge: MPEG TS reader: when reading MPLS mkvmerge will now compare the
MPLS's start and end timestamps against the transport stream's PTS instead
of its DTS. Otherwise the first key frame of a video track might be dropped
if it isn't the first in presentation order.
* mkvmerge: JSON identification: mkvmerge will ensure that all strings passed
to the JSON output modules are valid UTF-8 encoded strings by replacing
invalid bytes with placeholder characters. This avoids the JSON library
throwing an exception and mkvmerge aborting on such data.
* mkvmerge: audio packetizers: mkvmerge will now keep discard padding values
if they're present for packets read from Matroska files.
* mkvmerge: Ogg Opus reader: packet timestamps aren't calculated by summing up
the duration of all packets starting with timestamp 0 anymore. Instead the
algorithm is based on the Ogg page's granule position and which packet
number is currently timestamped (special handling for the first and last
packets in the stream).
* This fixes the first timestamp if the first Ogg packet's granule position
is larger than the number of samples in the first packet (= if the first
sample's timestamp is bigger than 0). mkvmerge will keep those offsets now
and inserts "discard padding" only where it's actually needed.
* It also improves handling of invalid files where the first Ogg packet's
granule position is smaller than the number of samples in the first packet
(= the first sample's timestamp is smaller than 0). mkvmerge will now
shift all timestamps up to 0 in such a case instead of inserting "discard
padding" elements all over the place.
* mkvmerge will no longer insert "discard padding" elements if the
difference between a) the calculated number of samples in the packet
according to the granule position and b) the actual number of samples as
calculated from the bitstream is one sample or less and if the packet
isn't the last one in the stream. This circumvents certain rounding
errors.
* The timestamp of the first packet after a gap in the middle of the stream
is now calculated based on the Ogg page the packet belongs to, and not
based on the timestamps before the gap.
* mkvmerge: complete rewrite of the progress handling. It's now based upon the
total size of all source files and the current position within them instead
of the number of frames/blocks to be processed. This simplifies calculation
when appending files and fixes rare cases of when progress report was
obvious wrong (e.g. stuck at 0% right until the end).
* MKVToolNix GUI: header editor: non-mandatory elements couldn't be removed
anymore due to a regression while fixing 2320. They can now be removed
again.
diffstat:
multimedia/mkvtoolnix/Makefile | 5 ++---
multimedia/mkvtoolnix/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 8 deletions(-)
diffs (29 lines):
diff -r 72d27a5592b1 -r 956186ad297c multimedia/mkvtoolnix/Makefile
--- a/multimedia/mkvtoolnix/Makefile Sat Jul 14 12:12:33 2018 +0000
+++ b/multimedia/mkvtoolnix/Makefile Sat Jul 14 12:54:20 2018 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.109 2018/07/06 15:06:48 ryoon Exp $
+# $NetBSD: Makefile,v 1.110 2018/07/14 12:54:20 adam Exp $
-DISTNAME= mkvtoolnix-24.0.0
-PKGREVISION= 1
+DISTNAME= mkvtoolnix-25.0.0
CATEGORIES= multimedia
MASTER_SITES= https://mkvtoolnix.download/sources/
EXTRACT_SUFX= .tar.xz
diff -r 72d27a5592b1 -r 956186ad297c multimedia/mkvtoolnix/distinfo
--- a/multimedia/mkvtoolnix/distinfo Sat Jul 14 12:12:33 2018 +0000
+++ b/multimedia/mkvtoolnix/distinfo Sat Jul 14 12:54:20 2018 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.50 2018/06/11 07:22:44 adam Exp $
+$NetBSD: distinfo,v 1.51 2018/07/14 12:54:20 adam Exp $
-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 (mkvtoolnix-25.0.0.tar.xz) = 70b0434ad3f86f9abc18c8190f64c0a28dcfe20c
+RMD160 (mkvtoolnix-25.0.0.tar.xz) = b31f5b83cd3d8100d805c8aa0b2ce4a145211a8b
+SHA512 (mkvtoolnix-25.0.0.tar.xz) = 471d37f784c6cf090c6f4cb7955d643a6842cb6bd0370bbc43777faa364262510c2881fcd7b55aabc4d6fb0b1794a4d5ec7d68268770b709baba780247af57c5
+Size (mkvtoolnix-25.0.0.tar.xz) = 4797476 bytes
SHA1 (patch-build-config.in) = 89c67720f7886741dcabbbed88cfbfd31bf4ccc7
Home |
Main Index |
Thread Index |
Old Index