Package: lwjgl / 2.9.3+dfsg-6
Metadata
Package | Version | Patches format |
---|---|---|
lwjgl | 2.9.3+dfsg-6 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
javadoc.patch | (download) |
build.xml |
1 1 + 0 - 0 ! |
link the javadoc with the system jdk documentation |
nomacosx.patch | (download) |
src/java/org/lwjgl/MacOSXSysImplementation.java |
5 2 + 3 - 0 ! |
disables mac os x support |
disable pack200 task.patch | (download) |
platform_build/build-applet.xml |
2 1 + 1 - 0 ! |
disables the pack200 task |
allarchs.patch | (download) |
platform_build/linux_ant/build.xml |
36 34 + 2 - 0 ! |
try to support all debian architectures |
ppc64el.patch | (download) |
platform_build/linux_ant/build.xml |
4 4 + 0 - 0 ! |
support the ppc64el platform. not absolutely sure if this is still needed though. |
systemjinput.patch | (download) |
build.xml |
4 3 + 1 - 0 ! |
use debian's jinput.jar |
build failure.patch | (download) |
build.xml |
2 1 + 1 - 0 ! |
build-updatesite.xml doesn't exist and causes a build failure |
no asm support.patch | (download) |
build.xml |
4 3 + 1 - 0 ! |
no asm support. we don't support the optional asm.jar because lwjgl is not compatible with libasm-java. |
java9 compatibility.patch | (download) |
src/java/org/lwjgl/MemoryUtilSun.java |
32 1 + 31 - 0 ! |
fixes the compatibility with java 9 (sun.reflect.fieldaccessor is no longer accessible) |
annotation processor workaround.patch | (download) |
src/java/org/lwjgl/util/generator/GeneratorVisitor.java |
4 2 + 2 - 0 ! |
workaround for a regression in the annotation processor with java 9+ |
javah.patch | (download) |
build.xml |
10 6 + 4 - 0 ! |
generate the native headers with 'javac -h' instead of javah (removed from java 10) |
add missing symbols in native lib v2.patch | (download) |
platform_build/linux_ant/build.xml |
8 6 + 2 - 0 ! |
compile and add to library missing object files Some C files present in "src/native/common", and "src/native/linux" were not included in the native library build. This patch should include them back. . Also, when building the Debian package, the library "jawt", which is a dependency, was missing as well when building the native library. . This patch should allow building the Debian package with OpenJDK 11. Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=912631#5 |
java17 compatibility.patch | (download) |
src/java/org/lwjgl/util/applet/AppletLoader.java |
57 1 + 56 - 0 ! |
drops pack200 compression support to build with openjdk 17 |