[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

xcdroast patch for modern cdrtools versions



Hi,

modern cdrtools versions (at least cdrtools-2.01.01a15 and a16)
don't work with xcdroast-0.98alpha15-P

I have included the tiny patch at the end.
The other thing to be changed is to remove
anything related to cdrecord-ProDVD
which is no longer necessary.

--- xcdroast-0.98alpha15/src/io.c	2003-10-26 15:24:48.000000000 +0100
+++ xcdroast-0.98alpha15-P/src/io.c	2006-09-25 20:07:33.000000000 +0200
@@ -9026,7 +9026,7 @@
 		strcat(tmp2,"-D ");
 	}
 	if (masterparam.opt[7]) {
-		strcat(tmp2,"-L ");
+		strcat(tmp2,"-allow-leading-dots ");
 	}
 	if (masterparam.opt[8]) {
 		strcat(tmp2,"-d ");
@@ -9160,7 +9160,7 @@
 	}	
 	if (masterparam.publisher) {
 		strcpy(tmptmp, masterparam.publisher);
-		g_snprintf(tmp5,MAXLINE,"-P \"%s\" ",
+		g_snprintf(tmp5,MAXLINE,"-publisher \"%s\" ",
 			convert_escape(tmptmp));
 		strcat(tmp4,tmp5);
 	}	


-- 
Helmut Jarausch

Lehrstuhl fuer Numerische Mathematik
RWTH - Aachen University
D 52056 Aachen, Germany


-- 
To UNSUBSCRIBE, email to cdwrite-REQUEST@other.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@other.debian.org


Reply to: