Subject: CVS commit: pkgsrc/multimedia
To: None <pkgsrc-changes@NetBSD.org>
From: Lubomir Sedlacik <salo@netbsd.org>
List: pkgsrc-changes
Date: 07/05/2004 01:05:51
Module Name:	pkgsrc
Committed By:	salo
Date:		Mon Jul  5 01:05:51 UTC 2004

Modified Files:
	pkgsrc/multimedia/mkvtoolnix: Makefile.dist distinfo
	pkgsrc/multimedia/mmg: distinfo

Log Message:
Updated to version 0.9.2.

Changes:
========
- mkvextract: bug fix: Video extraction was not working correctly
  on big endian systems.
- mkvmerge, mmg: new feature: --track-order now controls the track
  creation order globally, meaning that it isn't used for each file
  but only once. This allows the tracks to be created in ANY order
  (before it was first ordered by file, then by track). For mmg this
  means that the track list contains all available tracks and that
  there are no 'up' and 'down' buttons in the file list anymore.
- mkvmerge: new feature: You can specifiy the time after which to
  split with ms precision.
- mkvmerge: bug fix: Fixed more of that 'garbage at the beginning
  of MP3 streams' issue.
- mkvmerge: bug fix: Reading of broken / unfinished AVI files was
  broken on Windows.

- mmg: Updated the mkvmerge GUI guide to reflect changes and
  additions.
- mmg: new feature: Added 'minimize' buttons to the two 'mkvmerge
  is running' dialogs.
- mmg: new feature: Added an option for automatically calling
  'File -> new' after a job has been added to the job queue.
- mmg: bug fix: The job manager did not always catch all of
  mkvmerge's output, especially if a job failed.
- mmg: new feature: Line wrap the tooltips on Windows.
- mmg: new feature: Suggest a name for a new job based on the
  output file name.
- mmg: new feature: Temporarily disaable 'always on top' if the
  muxing or the job dialog are visible.
- mmg: new feature: Ask for confirmation before adding a job if
  there's already an old job with the same description.
- mmg: bug fix: The functions 'move up', 'move down' and 'delete'
  in the 'job' dialog were not working correctly on Windows.
- mmg: bug fix: The 'always on top' option was ignored when
  starting mmg.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 pkgsrc/multimedia/mkvtoolnix/Makefile.dist
cvs rdiff -r1.5 -r1.6 pkgsrc/multimedia/mkvtoolnix/distinfo
cvs rdiff -r1.3 -r1.4 pkgsrc/multimedia/mmg/distinfo

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