Package: dvd+rw-tools / 7.1-10

Metadata

Package Version Patches format
dvd+rw-tools 7.1-10 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01 growisofs pioneer.patch | (download)

growisofs_mmc.cpp | 13 11 + 2 - 0 !
1 file changed, 11 insertions(+), 2 deletions(-)

 fixes to fail closing session on some pioneer dvd-rw drives


02 growisofs manpage.patch | (download)

growisofs.1 | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix manpage section


03 growisofs dvd dl.patch | (download)

growisofs_mmc.cpp | 4 1 + 3 - 0 !
1 file changed, 1 insertion(+), 3 deletions(-)

 don't abort when a dvd-dl disk is underful (closes: #340698).


04 kfreebsd.patch | (download)

Makefile.m4 | 3 2 + 1 - 0 !
growisofs.c | 8 4 + 4 - 0 !
transport.hxx | 2 1 + 1 - 0 !
3 files changed, 7 insertions(+), 6 deletions(-)

 ftbfs on gnu/kfreebsd (closes: #374841).


05 beeping.patch | (download)

growisofs.c | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 disable obnoxious beeping.


06 cdrkit code.patch | (download)

growisofs.c | 18 9 + 9 - 0 !
1 file changed, 9 insertions(+), 9 deletions(-)

 update any cdrtools related information in the code to cdrkit.


07 cdrkit doc.patch | (download)

growisofs.1 | 33 17 + 16 - 0 !
index.html | 32 18 + 14 - 0 !
2 files changed, 35 insertions(+), 30 deletions(-)

 update any cdrtools related information in the documentation to cdrkit.


08 includes.patch | (download)

transport.hxx | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 add missing include in transport.hxx, fixes ftbfs with gcc-4.2 and gcc-4.3 (closes: #455276, #456551).


09 wctomb.patch | (download)

transport.hxx | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 wctomb called with too small a buffer, patch originally taken from fedora (closes: #497833).


ignore_pseudo_overwrite.patch | (download)

growisofs_mmc.cpp | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 ignore pseudo overwrite feature of bluray drives
 When a BD-R is used with a Bluray drive, the drive can say that it supports
 the Pseudo Overwrite (POW) feature to calculate the capacity to be used.
 .
 If the drive says that it supports POW, then the capacity of the medium is
 reported as being less than its actual capacity, resulting in inability to
 write a full bluray disc.