pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/multimedia/mkvtoolnix



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Jan  3 19:10:16 UTC 2023

Modified Files:
        pkgsrc/multimedia/mkvtoolnix: Makefile distinfo

Log Message:
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).


To generate a diff of this commit:
cvs rdiff -u -r1.205 -r1.206 pkgsrc/multimedia/mkvtoolnix/Makefile
cvs rdiff -u -r1.108 -r1.109 pkgsrc/multimedia/mkvtoolnix/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/multimedia/mkvtoolnix/Makefile
diff -u pkgsrc/multimedia/mkvtoolnix/Makefile:1.205 pkgsrc/multimedia/mkvtoolnix/Makefile:1.206
--- pkgsrc/multimedia/mkvtoolnix/Makefile:1.205 Wed Nov 23 20:34:30 2022
+++ pkgsrc/multimedia/mkvtoolnix/Makefile       Tue Jan  3 19:10:16 2023
@@ -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 @@ BUILDLINK_API_DEPENDS.libmatroska+= libm
 .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"

Index: pkgsrc/multimedia/mkvtoolnix/distinfo
diff -u pkgsrc/multimedia/mkvtoolnix/distinfo:1.108 pkgsrc/multimedia/mkvtoolnix/distinfo:1.109
--- pkgsrc/multimedia/mkvtoolnix/distinfo:1.108 Wed Nov 23 20:34:30 2022
+++ pkgsrc/multimedia/mkvtoolnix/distinfo       Tue Jan  3 19:10:16 2023
@@ -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