Subject: CVS commit: pkgsrc
To: None <pkgsrc-changes@netbsd.org>
From: Matthias Drochner <drochner@netbsd.org>
List: pkgsrc-changes
Date: 05/19/2001 15:47:06
Module Name:	pkgsrc
Committed By:	drochner
Date:		Sat May 19 12:47:06 UTC 2001

Modified Files:
	pkgsrc/sysutils/cdrdao: Makefile distinfo
	pkgsrc/sysutils/cdrdao/patches: patch-ac
Removed Files:
	pkgsrc/sysutils/cdrdao/patches: patch-aa

Log Message:
update to 1.1.5
Changes:
Fixed bug in CD-TEXT writing code that caused the problems with the unreliable
	read back of the written CD-TEXT data
Added CD-TEXT writing capability to the generic-mmc-raw driver; the recorder
	must support the 96 byte raw P-W sub-channel writing mode to make use
	of it
Fixed bug in generic-mmc-raw driver: the TOC type was not written correctly and
	some flags for data tracks were missing in the lead-in
Fixed handling of toc type for multi session CDs: the toc-type of a session
	that just contains audio tracks is always CD_DA, even in multi session
	mode
BURN Proof support added by ITOH Yasufumi/Martin Buck
Fixed bug in calculating the CDDB id (SourceForge bug 413467)
Added option --with-cddb to read CDDB data automatically with commands copy,
	read-toc and read-cd; it is now possible to add CD-TEXT data from CDDB
	while performing an on-the-fly copy
Updated to libscg-0.5 from cdrtools-1.10
Handle drives that do not support the explicit power calibration command
Blanking of CD-RWs is now officially supported (command blank, option
	--blank-mode)
Updated CD-R vendor table
Settings are now first read from "/etc/cdrdao.conf" and "/etc/defaults/cdrdao"
	and then from "$HOME/.cdrdao"
Added command msinfo to output multi session information suitable for mkisofs
Overburning is now prevented by default and must be explicitly requested with
	option --overburn. Fix for Debian bug #79585 (http://bugs.debian.org/cg
	i-bin/bugreport.cgi?bug=79585&repeatmerged=yes).
Fixed error in cdrdao's manual page (Debian bug #82816, http://bugs.debian.org/
	cgi-bin/bugreport.cgi?bug=82816&repeatmerged=yes)
cdrdao's help screen was reworked by Michael Reinelt
Added Giuseppe Corbelli's enhancements for the mp32dao script
Makefiles now use make variable datadir to specify the share directory location
Fixed printing toc-file name with command copy --keepimage


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 pkgsrc/sysutils/cdrdao/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/sysutils/cdrdao/distinfo
cvs rdiff -r1.1.1.1 -r0 pkgsrc/sysutils/cdrdao/patches/patch-aa
cvs rdiff -r1.1 -r1.2 pkgsrc/sysutils/cdrdao/patches/patch-ac

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