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

Changes

Summary

  1. Build: Include cd and cdr test files in joa-test.jar; joal-natives*: (details)
  2. OpenAL Library Selection (Bug 662): Use String value of new property (details)
Commit 14c6e3b98b04d87abf738c5ed7bfd7746dab8e08 by Sven Gothel
Build: Include cd and cdr test files in joa-test.jar; joal-natives*: Only include native library w/o version number.
The file was modifiedmake/build.xml (diff)
The file was modifiedmake/build-test.xml (diff)
Commit 92e931caf64cf24e2b885d2552e64aebcf70a45a by Sven Gothel
OpenAL Library Selection (Bug 662): Use String value of new property 'joal.openal.lib'. OSX: Prefer system OpenAL (nou OpenAL-Soft output device support)

+ * Select preferred OpenAL native library type via system properties,
+ * i.e. System-OpenAL or bundled Soft-OpenAL.<br/>
+ * If the preferred choice fails, implementation falls back to the other.
+ * <PRE>
+    -Djoal.openal.lib=auto     Prefer System-OpenAL over bundled Soft-OpenAL for OSX. Prefer bundled Soft-OpenAL over System-OpenAL for all others. This is the default.
+    -Djoal.openal.lib=system   Prefer System-OpenAL over bundled Soft-OpenAL for all.
+    -Djoal.openal.lib=soft     Prefer bundled Soft-OpenAL over System-OpenAL for all.
+   </PRE>
+ * Note: You may use the 'jnlp.' prefix, allowing using above property names w/ Applets and WebStart,
+ * e.g. 'jnlp.joal.openal.lib=system'.
+ * </p>
The file was modifiedsrc/java/com/jogamp/openal/ALFactory.java (diff)
The file was modifiedsrc/java/jogamp/openal/ALDynamicLibraryBundleInfo.java (diff)