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:           Wed Dec 29 17:01:18 UTC 2021

Modified Files:
        pkgsrc/multimedia/mkvtoolnix: Makefile distinfo

Log Message:
mkvtoolnix: updated to 64.0.0

Version 64.0.0 "Willows" 2021-12-27

New features and enhancements

* MKVToolNix GUI: language dialog: when the user switches between the two edit
  modes, the mode's corresponding first control is automatically focussed.

Bug fixes

* all: language lists: the entries for "Ancient Greek (to 1453)" and "Modern
  Greek (1453-)" have been renamed to "Greek (ancient, -1453)" and "Greek
  (modern, 1453-)" respectively in order to be easier to find.
* mkvmerge: VobSub reader: files containing `id: --` lines to indicate that
  the track language isn't known were rejected by `mkvmerge`. Now they're
  accepted, and `und` (undetermined) is used as the language.
* MKVToolNix GUI: chapter editor: the "Save to Matroska or WebM file" function
  was using the wrong standard file dialog (the "open file" one instead of
  "save"), leading to confusing button names.
* MKVToolNix GUI: high DPI scaling: fixed the icons in the tool selector
  having the wrong size for scaling factors other than 100% or 200%.

Build system changes

* The bundled `fmt` library was updated to v8.0.1.
* The bundled `nlohmann-json` library was updated to v3.9.1.
* The bundled `pugixml` library was updated to v1.11 revision 6a76cac.
* The bundled `utf8-cpp` library was updated to v3.2 revision b85efd6.


To generate a diff of this commit:
cvs rdiff -u -r1.186 -r1.187 pkgsrc/multimedia/mkvtoolnix/Makefile
cvs rdiff -u -r1.98 -r1.99 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.186 pkgsrc/multimedia/mkvtoolnix/Makefile:1.187
--- pkgsrc/multimedia/mkvtoolnix/Makefile:1.186 Wed Dec  8 16:05:50 2021
+++ pkgsrc/multimedia/mkvtoolnix/Makefile       Wed Dec 29 17:01:18 2021
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.186 2021/12/08 16:05:50 adam Exp $
+# $NetBSD: Makefile,v 1.187 2021/12/29 17:01:18 adam Exp $
 
-DISTNAME=      mkvtoolnix-63.0.0
-PKGREVISION=   2
+DISTNAME=      mkvtoolnix-64.0.0
 CATEGORIES=    multimedia
 MASTER_SITES=  https://mkvtoolnix.download/sources/
 EXTRACT_SUFX=  .tar.xz
@@ -69,5 +68,6 @@ BUILDLINK_API_DEPENDS.libmatroska+= libm
 .include "../../textproc/expat/buildlink3.mk"
 .include "../../textproc/fmtlib/buildlink3.mk"
 .include "../../textproc/pugixml/buildlink3.mk"
+.include "../../textproc/utf8-cpp/buildlink3.mk"
 .include "../../x11/qt5-qtmultimedia/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/multimedia/mkvtoolnix/distinfo
diff -u pkgsrc/multimedia/mkvtoolnix/distinfo:1.98 pkgsrc/multimedia/mkvtoolnix/distinfo:1.99
--- pkgsrc/multimedia/mkvtoolnix/distinfo:1.98  Mon Nov 15 08:02:11 2021
+++ pkgsrc/multimedia/mkvtoolnix/distinfo       Wed Dec 29 17:01:18 2021
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.98 2021/11/15 08:02:11 adam Exp $
+$NetBSD: distinfo,v 1.99 2021/12/29 17:01:18 adam Exp $
 
-BLAKE2s (mkvtoolnix-63.0.0.tar.xz) = 71e7ab2bae0ca008d74b654e9d5c3eb5dfc2cb82adc80feb1ed41872063d0819
-SHA512 (mkvtoolnix-63.0.0.tar.xz) = 3727d8f63b42ce4936e175eeef46ab95cde8b3c88713e50cb0e58cd41191f7ad8bbf54e53a553f2f2a20b583b162ee880a05914b9375ded8af7f346ef92931aa
-Size (mkvtoolnix-63.0.0.tar.xz) = 7670248 bytes
+BLAKE2s (mkvtoolnix-64.0.0.tar.xz) = ea4b267bfc36604920a21df72cfe202e37be2e18a193f61ccf960bfe54c36969
+SHA512 (mkvtoolnix-64.0.0.tar.xz) = 252fdf0a9497d34f2a407ca0d3e584d1cd5a2f566b793a3a6b9af8473855d89e55ce79a8b4aff71d5a25f7a15ca991f84a3c4441168553af9feffdfe75e19844
+Size (mkvtoolnix-64.0.0.tar.xz) = 7700012 bytes
 SHA1 (patch-Rakefile) = 08dbf4a4968008ff258a66e71aa2bddc61c04af6
 SHA1 (patch-src_common_locale.cpp) = 2f3113c8c9171b87a421df447f6c421b1e4dc7e0



Home | Main Index | Thread Index | Old Index