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

Changes

Summary

  1. Bug 1269 - Bump openal-soft to Release 1.17.0 (details)
  2. Bug 1270 - Fix OSX El Capitan 10.11 stuttering ; Prefer provided OpenAL (details)
  3. Bump scripts to jre1.8.0_66 (details)
Commit 3920e00cbd3aba911d85a1649a03fdd5aa46a335 by Sven Gothel
Bug 1269 - Bump openal-soft to Release 1.17.0
The file was modified openal-soft (diff)
Commit 50373c44cb8c230c08a9c8a3b85ab42999719566 by Sven Gothel
Bug 1270 - Fix OSX El Capitan 10.11 stuttering ; Prefer provided OpenAL
library over system (default)
Default is to utilize provided openal-soft library if possible and if
not overridden by property 'joal.openal.lib'.
Hence returning ALFactory.PREFER_SYSTEM_OPENAL (default: false) in
ALDynamicLibraryBundleInfo.searchToolLibSystemPathFirst().
+++
This also resolves issues w/ OSX El Capitan 10.11, which provides OpenAL
via 'openal' library name (same as openal-soft) and causes stuttering w/
GLMediaPlayer's ALAudioSink!
+++
The file was modified src/java/jogamp/openal/ALDynamicLibraryBundleInfo.java (diff)
Commit a22129865cfaa40b4f3f4cee519dac36f5d0a8c7 by Sven Gothel
Bump scripts to jre1.8.0_66
The file was modified make/scripts/make.joal.all.win32.bat (diff)
The file was modified make/scripts/make.joal.all.win64.bat (diff)