[SCM] libbluray/master: Add 02_java7-fix-overrides.patch

ricotz-guest at users.alioth.debian.org ricotz-guest at users.alioth.debian.org
Sat May 11 09:19:53 UTC 2013


The following commit has been merged in the master branch:
commit 594ef8bf908a088f1061d648da9d7ae73e6253dc
Author: Rico Tzschichholz <ricotz at ubuntu.com>
Date:   Sat May 11 10:48:17 2013 +0200

    Add 02_java7-fix-overrides.patch

diff --git a/debian/changelog b/debian/changelog
index 4baae37..11cc3a7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -21,8 +21,9 @@ libbluray (1:0.3.0+git20130511.8c321835-1) UNRELEASED; urgency=low
     - Added 3D extension data to raw clip info
     - added 3D player settings
     - Added cropping and palette update flag to BD_OVERLAY
-  * debian/patches/01_java-compat.patch:
-    - Refreshed and keep targetting 1.5
+  * debian/patches:
+    - Refreshed 01_java-compat.patch and keep targeting 1.5
+    - Added 02_java7-fix-overrides.patch
 
  -- Rico Tzschichholz <ricotz at ubuntu.com>  Sat, 11 May 2013 08:57:25 +0200
 
diff --git a/debian/patches/02_java7-fix-overrides.patch b/debian/patches/02_java7-fix-overrides.patch
new file mode 100644
index 0000000..01f45b6
--- /dev/null
+++ b/debian/patches/02_java7-fix-overrides.patch
@@ -0,0 +1,26 @@
+diff --git a/src/libbluray/bdj/java-j2se/java/awt/BDGraphicsConfiguration.java b/src/libbluray/bdj/java-j2se/java/awt/BDGraphicsConfiguration.java
+index 690425d..08e4fc8 100644
+--- a/src/libbluray/bdj/java-j2se/java/awt/BDGraphicsConfiguration.java
++++ b/src/libbluray/bdj/java-j2se/java/awt/BDGraphicsConfiguration.java
+@@ -105,7 +105,7 @@ class BDGraphicsConfiguration extends GraphicsConfiguration {
+     }
+ 
+     /* J2SE java 6 */
+-    boolean isTranslucencyCapable() {
++    public boolean isTranslucencyCapable() {
+         return true;
+     }
+ }
+diff --git a/src/libbluray/bdj/java/java/awt/BDGraphicsDevice.java b/src/libbluray/bdj/java/java/awt/BDGraphicsDevice.java
+index c236419..824f7f1 100644
+--- a/src/libbluray/bdj/java/java/awt/BDGraphicsDevice.java
++++ b/src/libbluray/bdj/java/java/awt/BDGraphicsDevice.java
+@@ -61,7 +61,7 @@ class BDGraphicsDevice extends GraphicsDevice {
+     }
+ 
+     /* J2SE java 7 */
+-    boolean isWindowTranslucencySupported(GraphicsDevice.WindowTranslucency translucencyKind) {
++    public boolean isWindowTranslucencySupported(GraphicsDevice.WindowTranslucency translucencyKind) {
+         return true;
+     }
+ }
diff --git a/debian/patches/series b/debian/patches/series
index e769a2b..9eb3eee 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 01_java-compat.patch
+02_java7-fix-overrides.patch

-- 
libbluray packaging



More information about the pkg-multimedia-commits mailing list