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 73.0.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f35dc2adc37f
branches:  trunk
changeset: 391132:f35dc2adc37f
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Jan 03 19:10:16 2023 +0000

description:
mkvtoolnix: updated to 73.0.0

Version 73.0.0 "25 or 6 to 4" 2023-01-02

New features and enhancements

* mkvmerge: greatly enhanced the speed of Base64 decoding which is used used
  e.g. when reading pictures embedded in Ogg or FLAC files or for binary data
  inside XML chapter & tag files. Even small blocks of data could take
  unreasonably long.
* mkvmerge: added support for reading HEVC/H.265 video from FLV
  containers.

Bug fixes

* mkvmerge: splitting: fixed a typo in the string output in GUI mode regarding
  the timestamps before which splitting was done.
* MKVToolNix GUI: job output: after having run multiple jobs the "Clear
  output" functionality only reset the visible parts. However, using the "save
  output" function would also save the output generated before the user used
  "clear output". Now only the output after the last use of "clear output" is
  saved.
* build system: when probing for the FLAC library the Ogg libraries will be
  linked with the compiled test program as well. This fixes detection if the
  `pkg-config` settings for FLAC don't list Ogg & the linker doesn't find the
  library automatically (e.g. for my macOS builds).

diffstat:

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

diffs (37 lines):

diff -r 47b4e736d677 -r f35dc2adc37f multimedia/mkvtoolnix/Makefile
--- a/multimedia/mkvtoolnix/Makefile    Tue Jan 03 19:08:01 2023 +0000
+++ b/multimedia/mkvtoolnix/Makefile    Tue Jan 03 19:10:16 2023 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.205 2022/11/23 20:34:30 adam Exp $
+# $NetBSD: Makefile,v 1.206 2023/01/03 19:10:16 adam Exp $
 
-DISTNAME=      mkvtoolnix-72.0.0
-PKGREVISION=   1
+DISTNAME=      mkvtoolnix-73.0.0
 CATEGORIES=    multimedia
 MASTER_SITES=  https://mkvtoolnix.download/sources/
 EXTRACT_SUFX=  .tar.xz
@@ -74,6 +73,7 @@
 .include "../../textproc/cmark/buildlink3.mk"
 .include "../../textproc/expat/buildlink3.mk"
 .include "../../textproc/fmtlib/buildlink3.mk"
+.include "../../textproc/nlohmann-json/buildlink3.mk"
 .include "../../textproc/pugixml/buildlink3.mk"
 .include "../../textproc/utf8-cpp/buildlink3.mk"
 .include "../../x11/qt5-qtmultimedia/buildlink3.mk"
diff -r 47b4e736d677 -r f35dc2adc37f multimedia/mkvtoolnix/distinfo
--- a/multimedia/mkvtoolnix/distinfo    Tue Jan 03 19:08:01 2023 +0000
+++ b/multimedia/mkvtoolnix/distinfo    Tue Jan 03 19:10:16 2023 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.108 2022/11/23 20:34:30 adam Exp $
+$NetBSD: distinfo,v 1.109 2023/01/03 19:10:16 adam Exp $
 
-BLAKE2s (mkvtoolnix-72.0.0.tar.xz) = 14948d0d9fe0eeff91c1744914764727847e92b99f58540bba82ba5d17fd20fe
-SHA512 (mkvtoolnix-72.0.0.tar.xz) = dc18c6e63e724181e38753921ec3374752dbb7c4d20650cf0787e9049aaec4f6bb6c744e49b3783921804f192de742fba92826615a1edc8516d2a41621be658c
-Size (mkvtoolnix-72.0.0.tar.xz) = 10994204 bytes
+BLAKE2s (mkvtoolnix-73.0.0.tar.xz) = c28a41b19c6e49cd5384f38390b5565184915fa04720b541299723f3b314ea56
+SHA512 (mkvtoolnix-73.0.0.tar.xz) = 31a9aeee4c23ec82d976a0cde43cc51f729ae5dae45dfd65de2fb1a61fe890346b1058175d8dbcf4bba5f91fc37d23b8b5e91ed713955816798355b3020a6e2e
+Size (mkvtoolnix-73.0.0.tar.xz) = 10996112 bytes
 SHA1 (patch-Rakefile) = 08dbf4a4968008ff258a66e71aa2bddc61c04af6
 SHA1 (patch-configure) = 22769c823b9558c86173b26e2c7d621b59d5a357
 SHA1 (patch-src_common_locale.cpp) = 2f3113c8c9171b87a421df447f6c421b1e4dc7e0



Home | Main Index | Thread Index | Old Index