diff options
author | adam <adam@pkgsrc.org> | 2019-07-01 05:51:28 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2019-07-01 05:51:28 +0000 |
commit | 1e3b37c95322d1aa4c8bd889b9c22df88f0a81d8 (patch) | |
tree | 4438d08a1ea77c52d4e25ece0e3e0aef04d2d307 /multimedia/mkvtoolnix | |
parent | 9b2e40d0360389c5633d7a8c4abd0dce75f3db7c (diff) | |
download | pkgsrc-1e3b37c95322d1aa4c8bd889b9c22df88f0a81d8.tar.gz |
mkvtoolnix: updated to 35.0.0
Version 35.0.0 "All The Love In The World"
New features and enhancements
* mkvmerge: JSON identification: the "codec name" track property will be
output as `codec_name`. The JSON schema has been bumped to v12 for this
change.
* MKVToolNix GUI: job queue: added a new type of action to execute after job
completion: deleting source files for of multiplexer jobs. As this is a
destructive operation, the action is disabled by default.
Bug fixes
* mkvmerge: the "codec name" track property wasn't copied from Matroska
files.
* MKVToolNix GUI: multiplexer: Windows: clearing the destination file name
will reset the tab name to "\<No destination file\>" again.
* MKVToolNix GUI: multiplexer: the file types were not re-translated if the UI
language was changed.
Diffstat (limited to 'multimedia/mkvtoolnix')
-rw-r--r-- | multimedia/mkvtoolnix/Makefile | 5 | ||||
-rw-r--r-- | multimedia/mkvtoolnix/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/multimedia/mkvtoolnix/Makefile b/multimedia/mkvtoolnix/Makefile index 431e2770849..c78b9721791 100644 --- a/multimedia/mkvtoolnix/Makefile +++ b/multimedia/mkvtoolnix/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.131 2019/07/01 04:08:38 ryoon Exp $ +# $NetBSD: Makefile,v 1.132 2019/07/01 05:51:28 adam Exp $ -DISTNAME= mkvtoolnix-34.0.0 -PKGREVISION= 1 +DISTNAME= mkvtoolnix-35.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 2e6a4f217f9..ee8076f0359 100644 --- a/multimedia/mkvtoolnix/distinfo +++ b/multimedia/mkvtoolnix/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.66 2019/05/19 07:54:27 adam Exp $ +$NetBSD: distinfo,v 1.67 2019/07/01 05:51:28 adam Exp $ -SHA1 (mkvtoolnix-34.0.0.tar.xz) = 8cd0bc22c6946c60f697d27ffce78a3abcfbcc3d -RMD160 (mkvtoolnix-34.0.0.tar.xz) = df46f568eeb4ffe28c6d3aa50bfdc3ec68ac774f -SHA512 (mkvtoolnix-34.0.0.tar.xz) = 8c471d0967944970bd90c9c6c2d3dc63e045b4bc41beab825e81ddc6e38e78765da6fe1fedb4a3c044dd3d537ddf95b318431ea2786510e8e881f767a4f5de3a -Size (mkvtoolnix-34.0.0.tar.xz) = 7291028 bytes +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 (patch-Rakefile) = b9404cfd3121e962a60bad86668c1160511a8b0f SHA1 (patch-src_common_locale.cpp) = 46ba293fb0dee8af0e6e6fbe17c725a509101109 |