Package: libjogl2-java / 2.3.2+dfsg-9
Metadata
Package | Version | Patches format |
---|---|---|
libjogl2-java | 2.3.2+dfsg-9 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
variousFixes.diff | (download) |
make/build-common.xml |
13 8 + 5 - 0 ! |
--- |
swt.diff | (download) |
make/build-common.xml |
12 3 + 9 - 0 ! |
--- |
disable_git_call.diff | (download) |
make/build-common.xml |
12 0 + 12 - 0 ! |
--- |
disable_android_2.diff | (download) |
make/build-common.xml |
2 1 + 1 - 0 ! |
--- |
manifest.diff | (download) |
make/joglversion |
3 2 + 1 - 0 ! |
--- |
s390x.diff | (download) |
make/build-jogl.xml |
8 7 + 1 - 0 ! |
--- |
arm build.diff | (download) |
make/build-jogl.xml |
31 22 + 9 - 0 ! |
--- |
disable applet.diff | (download) |
make/build-newt.xml |
4 2 + 2 - 0 ! |
--- |
alpha.diff | (download) |
make/build-jogl.xml |
8 7 + 1 - 0 ! |
--- |
add ports.diff | (download) |
make/build-jogl.xml |
14 13 + 1 - 0 ! |
--- |
clang_FTBFS.patch | (download) |
src/newt/native/bcm_vc_iv.c |
2 1 + 1 - 0 ! |
fix ftbfs with clang instead of gcc [-wreturn-type] |
disable test compilation.patch | (download) |
make/build.xml |
2 1 + 1 - 0 ! |
disable the compilation of the unit tests until all dependencies are available |
fix mesa detection.diff | (download) |
src/jogl/classes/jogamp/opengl/GLContextImpl.java |
2 1 + 1 - 0 ! |
mesa 17.2.x dropped "gallium" from the renderer string, so look for "mesa" in the version string https://jogamp.org/bugzilla/show_bug.cgi?id=1357 |
java11.patch | (download) |
make/build-jogl.xml |
9 6 + 3 - 0 ! |
java11 Fix FTBFS with Java 9+. The javah tool is gone, nativeHeaderDir in Ant must be used instead. The method getPeer() does not exist anymore. Bug-Debian: https://bugs.debian.org/893287 |