Subject: CVS commit: pkgsrc/multimedia/libmatroska
To: None <pkgsrc-changes@NetBSD.org>
From: Lubomir Sedlacik <salo@netbsd.org>
List: pkgsrc-changes
Date: 02/17/2005 10:52:46
Module Name:	pkgsrc
Committed By:	salo
Date:		Thu Feb 17 10:52:46 UTC 2005

Modified Files:
	pkgsrc/multimedia/libmatroska: Makefile buildlink3.mk distinfo
	pkgsrc/multimedia/libmatroska/patches: patch-ac

Log Message:
Update to version 0.7.5

Changes:

- fix the segment family UID
- no more TrackAngle and new TrackTranslate elements
- rename ChapterLink* to ChapterTranslate*
- add KaxChapterLinkEditionUID
- fix the KaxSegmentFamily flags
- added KaxSegmentFamily, KaxChapterLink, KaxChapterLinkCodec and
  KaxChapterLinkID
- Move all of the (re-)activated Matroska v1 elements out of "#if == 2"
  blocks.
- support for KaxMaxBlockAdditionID and fix default values
- BlockAdditions is in Matroska 1 now
- added the button track type
- Use malloc() and free() instead of new[] and delete[] where the lib might
  deal with pointers that have been allocated by the app, or where the app
  has allocated the memory. Reason: new[]ed memory cannot be realloc()ed.
- remove support for the gap flag in the Block
- add almost automatic handling of SilentTracks
- added KaxTrackFlagForced
- added KaxTrackAngle and various fixes
- TrackOverlay is now multiple
- added KaxClusterSilentTracks and KaxClusterSilentTrackNumber


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 pkgsrc/multimedia/libmatroska/Makefile
cvs rdiff -r1.6 -r1.7 pkgsrc/multimedia/libmatroska/buildlink3.mk
cvs rdiff -r1.8 -r1.9 pkgsrc/multimedia/libmatroska/distinfo
cvs rdiff -r1.4 -r1.5 pkgsrc/multimedia/libmatroska/patches/patch-ac

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