Source-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 49.0.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/497ebdf2ba93
branches: trunk
changeset: 436422:497ebdf2ba93
user: adam <adam%pkgsrc.org@localhost>
date: Sun Aug 02 20:22:04 2020 +0000
description:
mkvtoolnix: updated to 49.0.0
Version 49.0.0 "Sick Of Losing Soulmates" 2020-08-02
New features and enhancements
* mkvmerge: added support for copying the new track header elements
`BlockAddIDName`, `BlockAddIDType`, `BlockAddIDValue` and
`BlockAddIDExtraData` from Matroska files if they exist.
* mkvinfo: added support for the new track header elements
`BlockAdditionMapping`, `BlockAddIDName`, BlockAddIDType`, `BlockAddIDValue`
and `BlockAddIDExtraData`.
* MKVToolNix GUI: multiplexer: the list of recent directories can now be
edited in the preferences → "Multiplexer" → "Destination file
name".
* MKVToolNix GUI: preferences: the values in the various "predefined values"
lists can now be re-ordered freely by dragging & dropping.
Bug fixes
* mkvmerge: Matroska reader: when reading tracks (e.g. a subtitle track) from
Matroska files with their `default track` flag set to `yes`, and when
overwriting those via the command line to `no`, `mkvmerge` would not promote
additional tracks of the same type from other files (e.g. another subtitle
track from an SRT file).
* mkvmerge: SRT reader: empty lines inside entries were doubled.
* mkvmerge: subtitles: when calculating the rounded duration of each entry the
error from rounding the corresponding timestamp will be taken into
account.
* mkvextract: SSA/ASS extraction: mkvextract is no longer inserting empty
lines before the `Dialogue:` lines.
* mkvextract: USF subtitles: start & end timestamps were too high by a factor
of 1.000.000.
* MKVToolNix: info tool: when saving to a text file the checkbox "Save as
default for saving output to text files" did nothing.
* MKVToolNix: info tool: when saving to a text file in "all elements in a
tree-like structure" mode, the GUI always stopped at the first cluster
regardless of the setting of the "verbosity" option.
* MKVToolNix GUI: preferences: when tooltips were disabled the dialogs for
adding new entries to the various "predefined values" lists were missing
their texts.
* Windows installer: the images are shown again.
* configure: fixed detection of QtDBus.
Build system changes
* libMatroska v1.6.1 is now required. The bundled version has been updated to
that version.
diffstat:
multimedia/mkvtoolnix/Makefile | 5 +++--
multimedia/mkvtoolnix/distinfo | 10 +++++-----
2 files changed, 8 insertions(+), 7 deletions(-)
diffs (37 lines):
diff -r b9d4dfd446b9 -r 497ebdf2ba93 multimedia/mkvtoolnix/Makefile
--- a/multimedia/mkvtoolnix/Makefile Sun Aug 02 20:18:53 2020 +0000
+++ b/multimedia/mkvtoolnix/Makefile Sun Aug 02 20:22:04 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.155 2020/06/29 15:12:00 adam Exp $
+# $NetBSD: Makefile,v 1.156 2020/08/02 20:22:04 adam Exp $
-DISTNAME= mkvtoolnix-48.0.0
+DISTNAME= mkvtoolnix-49.0.0
CATEGORIES= multimedia
MASTER_SITES= https://mkvtoolnix.download/sources/
EXTRACT_SUFX= .tar.xz
@@ -54,6 +54,7 @@
BUILDLINK_API_DEPENDS.libebml+= libebml>=1.4.0
.include "../../devel/libebml/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
+BUILDLINK_API_DEPENDS.libmatroska+= libmatroska>=1.6.1
.include "../../multimedia/libmatroska/buildlink3.mk"
.include "../../multimedia/libogg/buildlink3.mk"
.include "../../sysutils/file/buildlink3.mk"
diff -r b9d4dfd446b9 -r 497ebdf2ba93 multimedia/mkvtoolnix/distinfo
--- a/multimedia/mkvtoolnix/distinfo Sun Aug 02 20:18:53 2020 +0000
+++ b/multimedia/mkvtoolnix/distinfo Sun Aug 02 20:22:04 2020 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.80 2020/06/29 15:12:00 adam Exp $
+$NetBSD: distinfo,v 1.81 2020/08/02 20:22:04 adam Exp $
-SHA1 (mkvtoolnix-48.0.0.tar.xz) = 9bbe9a58f8ac5f9934a7709bf82ed94f7a7be455
-RMD160 (mkvtoolnix-48.0.0.tar.xz) = 13140533c087f62767c054122f10c2f2dcbed4f3
-SHA512 (mkvtoolnix-48.0.0.tar.xz) = 33cd028eb990a01433b511416b613ae0c44b398a80c4f2d56a8d419b0b76fde2c36f04024a182402d7e787ff369222df7f22873db34efe7af03746c1c2def80d
-Size (mkvtoolnix-48.0.0.tar.xz) = 7476388 bytes
+SHA1 (mkvtoolnix-49.0.0.tar.xz) = 5fc14fa132bbe5f4b1c1c1535e851a1e6d99cd12
+RMD160 (mkvtoolnix-49.0.0.tar.xz) = fbc1eee9b5951ccf1dfb72ab517495f41784be66
+SHA512 (mkvtoolnix-49.0.0.tar.xz) = 087638abea16639d4c452639617d0a183b58bf0496b1c150a46b80a50c15c4a4e9926437dfe002e7f574bd2b72b1e0cf810838c476dd7816bad86ed026e5f4c7
+Size (mkvtoolnix-49.0.0.tar.xz) = 7493996 bytes
SHA1 (patch-Rakefile) = 94c0a9ae0443f652a87f91cec195fe0d7afb61ac
SHA1 (patch-src_common_locale.cpp) = 2f3113c8c9171b87a421df447f6c421b1e4dc7e0
Home |
Main Index |
Thread Index |
Old Index