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: Mon Aug 15 08:20:40 UTC 2022
Modified Files:
pkgsrc/multimedia/mkvtoolnix: Makefile distinfo
Log Message:
mkvtoolnix: updated to 70.0.0
Version 70.0.0 "Caught A Lite Sneeze" 2022-08-14
New features and enhancements
* MKVToolNix GUI: the user can now control where the job queue files & the
preferences INI file are stored via environment variables. If set, the
variable `MKVTOOLNIX_GUI_STATE_DIR` can point to a directory where the GUI
stores both the job queue sub-directory and the preferences INI file. If you
only want to relocate the preferences INI file, you can store the desired
file name for the INI file in `MKVTOOLNIX_GUI_CONFIG_FILE`.
* MKVToolNix GUI: when adding directories via drag & drop/copy & paste the GUI
will now offer the user the option to create one multiplex settings tab per
directory & adding all files from that directory to the corresponding, newly
created tab.
Bug fixes
* mkvmerge: AV1 OBU parser: fixed identifying files that only contain single
frame.
* MKVToolNix GUI: multiplexer: when reading color parameters from identified
files that are floating point numbers (minimum/maximum luminance, projection
pitch/roll/yaw) the numbers will be formatted in floating-point notation
instead of scientific notation as mkvmerge only supports the former.
* MKVToolNix GUI: multiplexer: color parameters that are floating point
numbers (minimum/maximum luminance, projection pitch/roll/yaw) will only be
set to a value during identification if the identification actually contains
the property, and not to 0 anymore if it doesn't.
Build system changes
* Several merge requests where accepted that improve compilation on MSYS2 on
Windows. Note that this build type isn't supported.
To generate a diff of this commit:
cvs rdiff -u -r1.198 -r1.199 pkgsrc/multimedia/mkvtoolnix/Makefile
cvs rdiff -u -r1.104 -r1.105 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.198 pkgsrc/multimedia/mkvtoolnix/Makefile:1.199
--- pkgsrc/multimedia/mkvtoolnix/Makefile:1.198 Tue Aug 9 12:08:34 2022
+++ pkgsrc/multimedia/mkvtoolnix/Makefile Mon Aug 15 08:20:40 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.198 2022/08/09 12:08:34 jperkin Exp $
+# $NetBSD: Makefile,v 1.199 2022/08/15 08:20:40 adam Exp $
-DISTNAME= mkvtoolnix-69.0.0
+DISTNAME= mkvtoolnix-70.0.0
CATEGORIES= multimedia
MASTER_SITES= https://mkvtoolnix.download/sources/
EXTRACT_SUFX= .tar.xz
Index: pkgsrc/multimedia/mkvtoolnix/distinfo
diff -u pkgsrc/multimedia/mkvtoolnix/distinfo:1.104 pkgsrc/multimedia/mkvtoolnix/distinfo:1.105
--- pkgsrc/multimedia/mkvtoolnix/distinfo:1.104 Mon Jul 11 08:46:49 2022
+++ pkgsrc/multimedia/mkvtoolnix/distinfo Mon Aug 15 08:20:40 2022
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.104 2022/07/11 08:46:49 adam Exp $
+$NetBSD: distinfo,v 1.105 2022/08/15 08:20:40 adam Exp $
-BLAKE2s (mkvtoolnix-69.0.0.tar.xz) = c5a3435891b7ff2e9887cc1c6135270a4fbf14e17472bf535c3da96031bf185f
-SHA512 (mkvtoolnix-69.0.0.tar.xz) = c7ce69e9a921103da4745c75cd6fa41a49dbb8637f48097233388e5d8be121714d3fde10f745b78e84a8ef70e46f0168f36f069331f04623805c0bda8a90060c
-Size (mkvtoolnix-69.0.0.tar.xz) = 10946800 bytes
+BLAKE2s (mkvtoolnix-70.0.0.tar.xz) = 0596dceac4dd77b7bfc51a3928936ee3f3ad1f9612c6569205181fc538127e11
+SHA512 (mkvtoolnix-70.0.0.tar.xz) = 2bca2ae4d727df673689fb84191f27824c49f59f57c6b88ca8a140e6342e18689d6ffa6ba5451c9578f48b1464b55c1be03f3919201078b01a429a706543736a
+Size (mkvtoolnix-70.0.0.tar.xz) = 10952476 bytes
SHA1 (patch-Rakefile) = 08dbf4a4968008ff258a66e71aa2bddc61c04af6
SHA1 (patch-src_common_locale.cpp) = 2f3113c8c9171b87a421df447f6c421b1e4dc7e0
Home |
Main Index |
Thread Index |
Old Index