Package: xcdroast
Version: 0.98+0alpha15-6
Severity: important
xcdroast does not work correctly with the new version-numbers of
cdrecord. The workaround - to start xcdroast with -n - prevents
copying audio-cds on the fly.
Regardless the warning in xcdroast.h I adapted the versions, so it works
with versions greater than 2.01.01, but not with versions >= 2.01a13 and
< 2.01.01.
Since there is none of this versions in debian greater 3.1 I think it is
a decent solution.
-- System Information:
Debian Release: 3.1
APT prefers unstable
APT policy: (100, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.14
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Versions of packages xcdroast depends on:
ii cdda2wav 4:2.01+01a03-4+local Creates WAV files from audio CDs
ii cdrecord 4:2.01+01a03-4+local command line CD writing tool
ii debconf [debconf-2. 1.4.30.13 Debian configuration management sy
ii libatk1.0-0 1.8.0-4 The ATK accessibility toolkit
ii libc6 2.3.2.ds1-22 GNU C Library: Shared libraries an
ii libglib2.0-0 2.6.4-1 The GLib library of C routines
ii libgtk2.0-0 2.6.4-3.1 The GTK+ graphical user interface
ii libpango1.0-0 1.8.1-1 Layout and rendering of internatio
ii libpcre3 4.5-1.2sarge1 Perl 5 Compatible Regular Expressi
ii makedev 2.3.1-77 creates device files in /dev
ii mkisofs 4:2.01+01a03-4+local Creates ISO-9660 CD-ROM filesystem
-- debconf information:
xcdroast/missing_cd_devices: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
xcdroast/missing_generic_devices: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
xcdroast/can_use_normal_user: false
* xcdroast/create_scsi_generic_devices: false
* xcdroast/create_scsi_cd_devices: false
--- src/xcdroast.h.orig 2005-10-28 16:58:39.000000000 +0200
+++ src/xcdroast.h 2005-10-28 16:59:17.000000000 +0200
@@ -124,8 +124,8 @@
IT WONT WORK WITH LOWER VERSIONS, EVEN WHEN YOU THINK IT DOES! */
#define CDRECORD_VERSION "1.11a34"
-#define CDRECORD_PRODVD_VERSION "2.01a11"
-#define CDRECORD_VERSION_WITH_ONTHFLYAUDIO "2.01a13"
+#define CDRECORD_PRODVD_VERSION "2.01.01"
+#define CDRECORD_VERSION_WITH_ONTHFLYAUDIO "2.01.01"
#define MKISOFS_VERSION "1.15a17"
#define CDDA2WAV_VERSION "1.11a34"
#define READCD_VERSION "1.11a34"