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

Changes

Summary

  1. Ensure that only the size of sample data chunk is loaded, rather than (details)
  2. added support for Android x86 platforms (details)
  3. Bug 1316: MacOSX: Keep *.dylib (Don't move to *.jnilib) (details)
  4. Bug 1367: Adapt to TempFileCache & TempJarCache Changes (details)
Commit 52ae4377ddc9676fda5eb8f9ac5d93b0521e8aba by matthew.john.harris
Ensure that only the size of sample data chunk is loaded, rather than
entire remaining buffer. Copes with WAV files that have metadata
appended to the end after the data RIFF chunk.
The file was modified src/java/com/jogamp/openal/util/WAVData.java (diff)
The file was modified src/test/com/jogamp/openal/test/junit/ALutWAVLoaderTest.java (diff)
The file was modified src/java/com/jogamp/openal/util/WAVLoader.java (diff)
The file was modified src/test/com/jogamp/openal/test/manual/OpenALTest.java (diff)
Commit 7c545f6d0d19bb04b6ac33a7123232f9697c08ae by Sven Gothel
added support for Android x86 platforms
The file was addedmake/scripts/adb-reinstall-all-x86.sh (diff)
The file was modified make/build.xml (diff)
The file was modified make/scripts/make.joal.all.sh (diff)
The file was addedmake/scripts/make.joal.all.android-x86-cross.sh (diff)
The file was addedmake/scripts/adb-install-all-x86.sh (diff)
Commit 1cee337a9e888c9f223f36ffa05ceec5692bc08c by Sven Gothel
Bug 1316: MacOSX: Keep *.dylib (Don't move to *.jnilib)
Since Java8 (or even earlier), JRE on OSX uses *.dylib native library
suffix instead of *.jnilib when automatically searching and loading
them.
This is not easily being recognized by JogAmp, since we explicitly name
the native libraries with full path when testing with our TempJarCache.
The file was modified make/build.xml (diff)
Commit c3ecef9677e730959d1893c9b00483469e440e96 by Sven Gothel
Bug 1367: Adapt to TempFileCache & TempJarCache Changes
The file was modified src/java/jogamp/openal/ALDynamicLibraryBundleInfo.java (diff)