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 Feb 11 08:18:07 UTC 2019

Modified Files:
        pkgsrc/multimedia/mkvtoolnix: Makefile distinfo

Log Message:
mkvtoolnix: updated to 31.0.0

Version 31.0.0 "Dolores In A Shoestand":

New features and enhancements
* all programs: added a new option --abort-on-warnings that will cause the
  program to abort after it has emitted the first warning, similar to how it
  aborts after the first error.
* mkvmerge, mkvextract: when closing files that were opened for writing,
  cached data will not be flushed to storage automatically anymore. This
  reverts the workaround implemented for 2469. A new option was added to both
  programs (--flush-on-close) that re-enables flushing for people who are
  affected by data loss such as described in 2469.

  The reason is that automatic flushing causes long delays in processing
  queues when the output by mkvmerge/mkvextract isn't the final product but
  just an intermediate result to be processed further.
* MKVToolNix GUI: multiplexer: the dialog previewing different character sets
  for text subtitles will now keep the position of the displayed text when
  switching between character sets.

Bug fixes
* mkvmerge: AVI reader: using DV type 1 AVIs will now result in an unsupported
  file type being reported (as the underlying AVI library doesn't support
  them) instead of crashing mkvmerge.
* mkvmerge: HEVC: the height of interlaced streams will now be set correctly
  to the height of the full frame instead of the height of a single interlaced
  field.
* mkvmerge: MP4 reader: edit lists consisting solely of elements that mkvmerge
  doesn't support (such as dwells) are simply ignored. Before no data was read
  for such tracks at all.
* mkvmerge: text subtitles: entries with an explicit duration of 0ms will now
  be handled correctly: the 0ms duration will be stored in Matroska instead of
  the difference between the current and the following entry.
* MKVToolNix GUI: multiplexer, chapter editor: fixed drag & drop handling with
  Qt 5.12.0 and newer.
* MKVToolNix GUI: multiplexer: the GUI did not clean up temporary files
  created when running mkvmerge.

Build system changes
* Qt 5.4.0 or newer has required (up from 5.3.0) since version 30.0.0; I just
  forgot to include this entry.


To generate a diff of this commit:
cvs rdiff -u -r1.124 -r1.125 pkgsrc/multimedia/mkvtoolnix/Makefile
cvs rdiff -u -r1.61 -r1.62 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.124 pkgsrc/multimedia/mkvtoolnix/Makefile:1.125
--- pkgsrc/multimedia/mkvtoolnix/Makefile:1.124 Mon Jan  7 09:12:40 2019
+++ pkgsrc/multimedia/mkvtoolnix/Makefile       Mon Feb 11 08:18:07 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.124 2019/01/07 09:12:40 adam Exp $
+# $NetBSD: Makefile,v 1.125 2019/02/11 08:18:07 adam Exp $
 
-DISTNAME=      mkvtoolnix-30.1.0
+DISTNAME=      mkvtoolnix-31.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.61 pkgsrc/multimedia/mkvtoolnix/distinfo:1.62
--- pkgsrc/multimedia/mkvtoolnix/distinfo:1.61  Mon Jan  7 09:12:40 2019
+++ pkgsrc/multimedia/mkvtoolnix/distinfo       Mon Feb 11 08:18:07 2019
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.61 2019/01/07 09:12:40 adam Exp $
+$NetBSD: distinfo,v 1.62 2019/02/11 08:18:07 adam Exp $
 
-SHA1 (mkvtoolnix-30.1.0.tar.xz) = a3929c3e6cc78fd6a24f6912bc037443cfc21865
-RMD160 (mkvtoolnix-30.1.0.tar.xz) = 7e60883259bdc72e1d39e171d92d9d82878999f1
-SHA512 (mkvtoolnix-30.1.0.tar.xz) = 0c29a7a246b7e7ddccbb7ec51d7dd45d06530e01d7f1c8fa901b1a94dc6c7d9db0890009f200c3bebee572e24c826f7c05a53c16e8d11cfac2c68a3d13b96a53
-Size (mkvtoolnix-30.1.0.tar.xz) = 7274296 bytes
+SHA1 (mkvtoolnix-31.0.0.tar.xz) = 0a7dd9b4e90e222450dc3cc83560f1d77e54deac
+RMD160 (mkvtoolnix-31.0.0.tar.xz) = 32cef0bce6f968b45f7fa200eab5899557ea7581
+SHA512 (mkvtoolnix-31.0.0.tar.xz) = 085bc7d5a2b2e692d584bef5f31aab8dc25883cc93d9f2b2c35ea6356d64536763b6e9f7cef2dbaf1b789e73c05cb5f9e76ce76c54f034aa9d46c30983d1a5b7
+Size (mkvtoolnix-31.0.0.tar.xz) = 7282492 bytes
 SHA1 (patch-Rakefile) = bac8a1e581725e329079ab0acccd83795d707594
 SHA1 (patch-build-config.in) = a9072de691ee3e011b472280dd276a67f1799fac
 SHA1 (patch-src_common_locale.cpp) = 46ba293fb0dee8af0e6e6fbe17c725a509101109



Home | Main Index | Thread Index | Old Index