head 1.2; access; symbols pkgsrc-2018Q4:1.1.0.2 pkgsrc-2018Q4-base:1.1; locks; strict; comment @// @; 1.2 date 2019.01.04.21.18.01; author adam; state dead; branches; next 1.1; commitid zIV0H2W74B9eHv6B; 1.1 date 2018.12.13.19.52.14; author adam; state Exp; branches; next ; commitid XjJhLcEnCzYFVF3B; desc @@ 1.2 log @mkvtoolnix: updated to 30.0.0 Version 30.0.0 "Interstellar" New features and enhancements * mkvextract: WAV extractor: mkvextract will now write W64 files instead of WAV files if the file name extension is `.w64` or if the final file size is bigger than 4 GB, the file size limit for WAV files. * MKVToolNix GUI: multiplexer: a new button was added next to the "destination file" controls. Clicking it shows a menu with the ten most recently used output directories. Selecting one of them will change the destination file to the selected directory keeping the file name. * MKVToolNix GUI: multiplexer (preferences): the ten most recently used values for the "relative output directory" and "fixed output directory" settings are now saved. The corresponding settings have been changed into combo boxes allowing quick access to those recent values. * MKVToolNix GUI: multiplexer (preferences): the predefined split sizes and durations can now be customized in the preferences. * MKVToolNix GUI: chapter editor: added an option in the "Chapter editor" menu for appending chapters from an existing file to the currently open editor tab. * MKVToolNix GUI: chapter editor: added an action in the context menu for copying the selected entry and all of its children to another open editor tab. Bug fixes * mkvmerge: all files opened for writing will now be flushed once before they're closed. This ensures the operating system actually writes all cached data to disk preventing data loss in certain situations such as power outages or buggy drivers in combination with suspending the computer. * mkvmerge: AAC: under certain conditions 8 channel audio files were taken for 7 channel ones. * MKVToolNix GUI: multiplexer: removing a file added as an "additional part" will no longer cause a crash. * source code: fixed compilation with Boost 1.69.0 after API-breaking change to the `boost::tribool` class. @ text @$NetBSD: patch-src_input_r__matroska.cpp,v 1.1 2018/12/13 19:52:14 adam Exp $ Fix for boost-1.69.0. --- src/input/r_matroska.cpp.orig 2018-12-13 12:11:12.000000000 +0000 +++ src/input/r_matroska.cpp @@@@ -1684,7 +1684,7 @@@@ kax_reader_c::set_packetizer_headers(kax PTZR(t->ptzr)->set_track_forced_flag(true); if (boost::logic::indeterminate(PTZR(t->ptzr)->m_ti.m_enabled_track)) - PTZR(t->ptzr)->set_track_enabled_flag(t->enabled_track); + PTZR(t->ptzr)->set_track_enabled_flag(t->enabled_track ? true : false); if ((0 != t->track_uid) && !PTZR(t->ptzr)->set_uid(t->track_uid)) mxwarn(fmt::format(Y("matroska_reader: Could not keep the track UID {0} because it is already allocated for the new file.\n"), t->track_uid)); @ 1.1 log @revbump for boost 1.69.0 @ text @d1 1 a1 1 $NetBSD$ @