Skip to content
The Jenkins Controller is preparing for shutdown. No new builds can be started.
Unstable

Changes

Summary

  1. Add optional JOAL dependency, enabling JOAL usage for our 'av' package. (details)
  2. Bug 757 (URL / URI conversion for file scheme, encoded path): Make (details)
Commit af426c53f818a8dac39e43b441dde261aa360536 by Sven Gothel
Add optional JOAL dependency, enabling JOAL usage for our 'av' package. Note: May be relocated to external project later!

Assumption:
  gluegen/
  joal/
  jogl/

For OpenAL / JOAL code:
  - use the package jogamp.opengl.openal (like jogamp.opengl.android)

  - will be build _before_  the other 2nd pass java files

  - do not expose OpenAL/JOAL APIs, if being used by other packages,
    since only this package is being compiled w/ JOAL jar files!
The file was modified.classpath (diff)
The file was modifiedmake/scripts/setenv-jogl.sh (diff)
The file was modifiedmake/build-jogl.xml (diff)
The file was addedsrc/jogl/classes/jogamp/opengl/openal/av/ALDummyUsage.java (diff)
The file was modifiedmake/build-common.xml (diff)
The file was modifiedmake/scripts/tests.sh (diff)
Commit 5b77c7f345d1e36c152d70982db0e022be6cfa2a by Sven Gothel
Bug 757 (URL / URI conversion for file scheme, encoded path): Make certain core scripts capable of allowing a SPACE character.
The file was modifiedmake/scripts/tests.sh (diff)
The file was modifiedetc/profile.jogl (diff)
The file was modifiedmake/scripts/setenv-jogl.sh (diff)