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

Changes

Summary

  1. Add joal.jnlp template (details)
  2. Window Support added ; Win64 libs & license files (details)
Commit 57ef6b5648cc3f95a490477627c5a350251a09bf by Sven Gothel
Add joal.jnlp template
The file was addedjnlp-files/joal.jnlp (diff)
Commit 70b648f9c8fa9c9cb302b9bbb06820a3cf23d71f by Sven Gothel
Window Support added ; Win64 libs & license files

- plays on linux/window now
- ant build files fixed -> Windows support
- windows OpenAL 32/64 bit: see make/lib/FILES.txt make/lib/oalinst-license.txt)
- linux libs: added .1 to suffix
- added Debug impl
- catch EAX init exception (ie unsatisfied link error)
- EAX proper blocked init

TODO:
    - check on osx
    - joal-demos
The file was removedmake/142-packages/package-list (diff)
The file was addedmake/scripts/make.jogl.all.win32.bat (diff)
The file was addedmake/lib/linux-i586/libopenal.so.1 (diff)
The file was addedsrc/java/com/jogamp/openal/impl/Debug.java (diff)
The file was modifiedmake/build-test.xml (diff)
The file was removedmake/lib/linux-amd64/libopenal.so (diff)
The file was addedmake/lib/windows-amd64/OpenAL32.dll (diff)
The file was addedmake/scripts/make.jogl.all.win64.bat (diff)
The file was addedmake/lib/FILES.txt (diff)
The file was addedmake/lib/linux-amd64/libopenal.so.1 (diff)
The file was modifiedmake/build.xml (diff)
The file was addedmake/lib/windows-amd64/wrap_oal.dll (diff)
The file was removedmake/lib/linux-i586/libopenal.so (diff)
The file was modifiedmake/lib/windows-i586/OpenAL32.dll (diff)
The file was modifiedmake/lib/windows-i586/wrap_oal.dll (diff)
The file was addedmake/lib/oalinst-license.txt (diff)
The file was modifiedsrc/java/com/jogamp/openal/eax/EAXFactory.java (diff)
The file was modifiedsrc/test/com/jogamp/openal/test/manual/OpenALTest.java (diff)
The file was modifiedsrc/java/com/jogamp/openal/ALFactory.java (diff)