diff options
author | adam <adam@pkgsrc.org> | 2019-08-11 17:54:31 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2019-08-11 17:54:31 +0000 |
commit | 1ac2f50c4aa7b7dd6ee2a69625faf065d4ecf9ea (patch) | |
tree | 2f31f88d7e99e7f18c326d948c1f7074a13659a6 /multimedia | |
parent | 63cc422c09dad642b711acc91cde45cfd6aa9a12 (diff) | |
download | pkgsrc-1ac2f50c4aa7b7dd6ee2a69625faf065d4ecf9ea.tar.gz |
mkvtoolnix: updated to 36.0.0
Version 36.0.0 "Is That Jazz?"
New features and enhancements
* mkvmerge: mkvmerge now allows appending AV1, VP8, VP9, H.264/AVC and
H.265/HEVC tracks whose pixel dimensions differ.
Bug fixes
* source code: fixed building with Boost 1.71.0.
* all: fixed the spelling of the H.264 & H.265 codec names.
* mkvmerge: Blu-ray MPLS handling: mkvmerge will now find corresponding M2TS
files even if the `clip_codec_identifier` playlist item field is not set to
`M2TS` in the MPLS file.
* mkvmerge: fixed handling of text files that use both DOS-style and
Unix-style line endings resulting in problems such as text subtitle files
not being parsed correctly.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/mkvtoolnix/Makefile | 4 | ||||
-rw-r--r-- | multimedia/mkvtoolnix/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/multimedia/mkvtoolnix/Makefile b/multimedia/mkvtoolnix/Makefile index c78b9721791..3083912a51a 100644 --- a/multimedia/mkvtoolnix/Makefile +++ b/multimedia/mkvtoolnix/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.132 2019/07/01 05:51:28 adam Exp $ +# $NetBSD: Makefile,v 1.133 2019/08/11 17:54:31 adam Exp $ -DISTNAME= mkvtoolnix-35.0.0 +DISTNAME= mkvtoolnix-36.0.0 CATEGORIES= multimedia MASTER_SITES= https://mkvtoolnix.download/sources/ EXTRACT_SUFX= .tar.xz diff --git a/multimedia/mkvtoolnix/distinfo b/multimedia/mkvtoolnix/distinfo index ee8076f0359..2ea66dfcba0 100644 --- a/multimedia/mkvtoolnix/distinfo +++ b/multimedia/mkvtoolnix/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.67 2019/07/01 05:51:28 adam Exp $ +$NetBSD: distinfo,v 1.68 2019/08/11 17:54:31 adam Exp $ -SHA1 (mkvtoolnix-35.0.0.tar.xz) = 7f0f05afe5ec4542530aeb8fb9537309c3a75509 -RMD160 (mkvtoolnix-35.0.0.tar.xz) = 0df03c76d8169e3796e88e74f82ac217574f1c50 -SHA512 (mkvtoolnix-35.0.0.tar.xz) = aa109be9da3f0bd119d9315b9ea136d3c1532d0f351c5a052dcc7ad67a4dcec9d8fec69a0c9358790abfcb6eeaee47fad4af2a0506bef39cfd5c8466f90bdf98 -Size (mkvtoolnix-35.0.0.tar.xz) = 7297244 bytes +SHA1 (mkvtoolnix-36.0.0.tar.xz) = dac1efdac78de437caa70b0f0794d71783073c47 +RMD160 (mkvtoolnix-36.0.0.tar.xz) = f89b9dcb2e20d0d580c0a9a2424a0f0340c37fe5 +SHA512 (mkvtoolnix-36.0.0.tar.xz) = 6e2d801ed4f4ea9c81d81676fbe3e3618b93550f47eda24ea2548e0235bb07d824cdb82498cef3d610c26baf7688f974a77fc93cd8e4780d8e6b24c32a3217e0 +Size (mkvtoolnix-36.0.0.tar.xz) = 7304756 bytes SHA1 (patch-Rakefile) = b9404cfd3121e962a60bad86668c1160511a8b0f SHA1 (patch-src_common_locale.cpp) = 46ba293fb0dee8af0e6e6fbe17c725a509101109 |