Subject: CVS commit: pkgsrc/multimedia/dvdauthor
To: None <pkgsrc-changes@NetBSD.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 01/20/2007 14:24:21
Module Name:	pkgsrc
Committed By:	wiz
Date:		Sat Jan 20 14:24:21 UTC 2007

Modified Files:
	pkgsrc/multimedia/dvdauthor: Makefile PLIST distinfo

Log Message:
Update to 0.6.13:

0.6.13: January 13, 2007
	fix handling of audio packets that have no PTS
	patch from Romain Chantereau to fix libmagick6 not including stdarg (Closes: Debian Bug#317463)
	fix int/unsigned problem: dvdauthor dumps core on some mpegs (Closes: Debian Bug#345105)
	substantially reduce runtime memory requirements
	fix numerous memory leaks
	support '-', '&FD', and pipes more consistently and for more places
	if possible, make color #0 (of the 4 color subtitle palette) be transparent (Closes: Debian Bug#387828)
	fix byte overflow on PGC Command Table Size (Lucas Pierce)
	minor errorchecking for vobs with no filenames
	fix segfault relating to jumppad
	fix omission of jumppad table if a menu pgc was defined with ptt or title entry
	incorporate Debian manpages for dvdunauthor, dvddirdel, mpeg2desc, and spuunmux
	loosely support 24, 30, and 60fps
	buttons need even 'Y' coordinates

0.6.12: January 7, 2007
	print offending vob names on audio discontinuity
	change assert to verbose warning for more than 128 commands per pgc
	fix spumux "read 0, expected 4" false warning
	fix border condition with TMAPT table
	add -n flag to skip writing output
	add remap support for subtitle command #7 (CHG_COLCON)
	fix sector number overflow in IFO files
	don't escape command sent to shell
	fix underflow wraparound in computing dts for subtitles
	fill in reference pointers for all 3 frames even if less than 3 exist
	allow last vobu of cell to have a forward pointer to self
	fix TMAPT bug (ptsbase=0; matches Bullitt)
	support random(FOO) in vm
	allow the use of all 16 GPRMS via 'allgprm="yes"' option
	embed commands within the VOB if only one instruction
	set entries within the actual PGC instead of creating extra PGCs whenever possible
	vm_optimize combines set GPRM/SPRM and link command (Michael Kreuzer)
	warn if the button value is not a multiple of 1024
	fix CreateCallAdr: first 2 bytes of C_ADT contains number of vobs (Michael Kreuzer)
	fix TocGen: set frame rate (Michael Kreuzer)
	fix spuunmux button output to work with spumux (Michael Kreuzer)
	make counters work; allow hex, kilo, and lang numeric codes (Michael Kreuzer)
	remove all vestiges of button handling from post if not necessary (Michael Kreuzer)
	new vm commands added: break, goto (Michael Kreuzer)
	dvdunauthor uncompiles pre, post, fpc, cell, and button commands
	add 'crop' keyword for widescreen (crops 4:3 image for 16:9 tvs)
	if audio extends beyond video, then set sector pts accordingly
	support separate subpicture streams for normal, widescreen, letterbox, and panscan
	allow text subtitles to be forced on


To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 pkgsrc/multimedia/dvdauthor/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/multimedia/dvdauthor/PLIST
cvs rdiff -r1.5 -r1.6 pkgsrc/multimedia/dvdauthor/distinfo

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