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 file
Patch File delta Description
variousFixes.diff | (download)

make/build-common.xml | 13 8 + 5 - 0 !
make/build.xml | 2 1 + 1 - 0 !
2 files changed, 9 insertions(+), 6 deletions(-)

---
swt.diff | (download)

make/build-common.xml | 12 3 + 9 - 0 !
1 file changed, 3 insertions(+), 9 deletions(-)

---
disable_git_call.diff | (download)

make/build-common.xml | 12 0 + 12 - 0 !
1 file changed, 12 deletions(-)

---
disable_android_2.diff | (download)

make/build-common.xml | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
manifest.diff | (download)

make/joglversion | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

---
s390x.diff | (download)

make/build-jogl.xml | 8 7 + 1 - 0 !
make/build-nativewindow.xml | 8 7 + 1 - 0 !
make/build-newt.xml | 12 11 + 1 - 0 !
3 files changed, 25 insertions(+), 3 deletions(-)

---
arm build.diff | (download)

make/build-jogl.xml | 31 22 + 9 - 0 !
make/build-nativewindow.xml | 39 26 + 13 - 0 !
make/build-newt.xml | 42 27 + 15 - 0 !
make/build-oculusvr.xml | 3 1 + 2 - 0 !
make/scripts/make.jogl.all.linux-armv7hf.sh | 27 27 + 0 - 0 !
make/scripts/tests-armv7_armhf.sh | 7 7 + 0 - 0 !
make/scripts/tests-linux-armv7hf.sh | 7 7 + 0 - 0 !
7 files changed, 117 insertions(+), 39 deletions(-)

---
disable applet.diff | (download)

make/build-newt.xml | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

---
alpha.diff | (download)

make/build-jogl.xml | 8 7 + 1 - 0 !
make/build-nativewindow.xml | 8 7 + 1 - 0 !
make/build-newt.xml | 12 11 + 1 - 0 !
3 files changed, 25 insertions(+), 3 deletions(-)

---
add ports.diff | (download)

make/build-jogl.xml | 14 13 + 1 - 0 !
make/build-nativewindow.xml | 14 13 + 1 - 0 !
make/build-newt.xml | 22 21 + 1 - 0 !
3 files changed, 47 insertions(+), 3 deletions(-)

---
clang_FTBFS.patch | (download)

src/newt/native/bcm_vc_iv.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix ftbfs with clang instead of gcc [-wreturn-type]
disable test compilation.patch | (download)

make/build.xml | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 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 !
1 file changed, 1 insertion(+), 1 deletion(-)

 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 !
make/build-nativewindow.xml | 5 4 + 1 - 0 !
make/build-newt.xml | 11 1 + 10 - 0 !
src/jogl/classes/com/jogamp/opengl/awt/GLCanvas.java | 4 2 + 2 - 0 !
4 files changed, 13 insertions(+), 16 deletions(-)

 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