[Pkg-opt-media-team] [SCM] dvd+rw-tools packaging branch, master, updated. debian/7.1-9-3-g0c8a26a
Rogério Brito
rbrito at ime.usp.br
Mon Mar 7 15:33:12 UTC 2011
The following commit has been merged in the master branch:
commit 0c8a26a5038a40788b2d8b3776dadd0d1c5fd841
Author: Rogério Brito <rbrito at ime.usp.br>
Date: Mon Mar 7 12:32:19 2011 -0300
Ignore pseudo-overwrite response from Bluray devices. Closes: #615978.
diff --git a/debian/patches/ignore_pseudo_overwrite.patch b/debian/patches/ignore_pseudo_overwrite.patch
new file mode 100644
index 0000000..b826598
--- /dev/null
+++ b/debian/patches/ignore_pseudo_overwrite.patch
@@ -0,0 +1,22 @@
+Description: 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.
+Author: Michael Herscheid <michael.herscheid at positix.de>
+Bug-Debian: http://bugs.debian.org/615978
+Forwarded: no
+Last-Update: 2011-03-07
+--- a/growisofs_mmc.cpp
++++ b/growisofs_mmc.cpp
+@@ -410,7 +410,7 @@
+ }
+
+ nwa = 0;
+- if (buf[7]&1 && !bdr_plus_pow) // NWA_V
++ if (buf[7]&1) // NWA_V
+ { nwa = buf[12]<<24;
+ nwa |= buf[13]<<16;
+ nwa |= buf[14]<<8;
diff --git a/debian/patches/series b/debian/patches/series
index 7d9d67c..957e7c5 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -8,3 +8,4 @@
08-includes.patch
09-wctomb.patch
mediainfo_man_fix.diff
+ignore_pseudo_overwrite.patch
--
dvd+rw-tools packaging
More information about the Pkg-opt-media-team
mailing list