Subject: CVS commit: pkgsrc/multimedia
To: None <pkgsrc-changes@NetBSD.org>
From: Lubomir Sedlacik <salo@netbsd.org>
List: pkgsrc-changes
Date: 06/05/2004 11:11:32
Module Name:	pkgsrc
Committed By:	salo
Date:		Sat Jun  5 11:11:32 UTC 2004

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

Log Message:
Updated to version 0.9.0.

Changes:

- mkvmerge
  bug fix: Improved handling for OGM files. Streams that
           are lacking the comment packet are handled better.
  bug fix: Some MP3 streams are padded in the front with trash
           (mostly those in AVI files). This trash might contain
           valid MP3 headers which do not match the remaining headers
           for the actual track. Both the MP3 reader and the MP3
           packetizer can now skip up to one of those bogus headers
           in the trash.
  bug fix: The OGM reader was not Endian safe.
  bug fix: Audio sync for Vorbis was partially broken for positive
           offsets.
  Rewrite of the VobSub handling code.

- mmg
  bug fix: On some occasions the chapter editor thought there was no
           language associated with a chapter name and complained
	   about that.
  bug fix: The chapter editor did not honor the values selected for
           'country' and 'language'.
  Removed the 'advanced' tab. Those options shouldn't be used anyway.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 pkgsrc/multimedia/mkvtoolnix/Makefile.dist
cvs rdiff -r1.3 -r1.4 pkgsrc/multimedia/mkvtoolnix/distinfo
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/multimedia/mmg/Makefile \
    pkgsrc/multimedia/mmg/distinfo

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