* Support for "readom" which is the new renamed "readcd" (closes: #401739)

Thank you. As I pointed out in the original bug report, there is
something that I would double-check, though.

from line 445 and following in libk3b/core/k3bdefaultexternalprograms.cpp:
[cut]
 // FIXME: are these version correct?
 if( bin->version >= K3bVersion("1.11a38") )
   bin->addFeature( "plain-atapi" );
 if( bin->version > K3bVersion("1.11a17") )
   bin->addFeature( "hacked-atapi" );
[cut]

readom (from cdrkit 9:1.1.0-1) reports a version number 1.1.0, which
is interpreted as <1.11 and as such doesn't trigger those addFeature
methods. I was under the impression that readom was forked from readcd
1.11 (source mentions readcd.c [...] 1.80) and is therefore supposed
to have those features. In that case the version might as well be
commented out. Am I in the wrong?

Regards,
Pier Luigi Pau


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to