Package: libbluray / 1:1.4.0-4

Metadata

Package Version Patches format
libbluray 1:1.4.0-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Do not download image from the web.patch | (download)

doc/doxygen-footer.html | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 do not download image from the web.


0002 Fix build with java 23.patch | (download)

src/libbluray/bdj/java-j2se/java/awt/peer/BDFramePeer.java | 4 4 + 0 - 0 !
src/libbluray/bdj/java-j2se/org/videolan/PortingHelper.java | 22 20 + 2 - 0 !
2 files changed, 24 insertions(+), 2 deletions(-)

 fix build with java 23

1) Thread.stop and ThreadGroup.stop are deprecated since 1.2 and removed
in Java 23. Before that, they only throw UnsupportedOperationException
when called. So call them by reflection and if they don't exist, just
ignore them.

2) Implement the new WindowPeer interface method
getAppropriateGraphicsConfiguration as a pass-through method

Fixes #46.