OpenAL Soft ------------------------------------------ OpenAL Soft is an LGPL-licensed, cross-platform, software implementation of the OpenAL 3D audio API. OpenAL provides capabilities for playing audio in a virtual 3D environment. Distance attenuation, doppler shift, and directional sound emitters are among the features handled by the API. More advanced effects, including air absorption, occlusion, and environmental reverb, are available through the EFX extension. It also facilitates streaming audio, multi-channel buffers, and audio capture. Runtime requirements cygwin-1.7.33 or newer Build requirements: cmake Canonical homepage: http://kcat.strangesoft.net/openal.html Canonical download: http://kcat.strangesoft.net/openal-releases/openal-soft-1.16.0.tar.bz2 ------------------------------------ Build instructions: unpack openal-soft-1.16.0-EL-1-src.tar.bz2 if you use setup to install this src package, it will be unpacked under /usr/src automatically cd /usr/src/openal-soft-1.16.0 Then look below 'Port Notes' ------------------------------------------- Files included in the binary distro ------------------ usr/bin/alsoft-config.exe usr/bin/cygopenal-1.dll usr/bin/makehrtf.exe usr/bin/openal-info.exe usr/include/AL/ usr/include/AL/al.h usr/include/AL/alc.h usr/include/AL/alext.h usr/include/AL/efx-creative.h usr/include/AL/efx-presets.h usr/include/AL/efx.h usr/lib/libopenal.dll.a usr/lib/pkgconfig/ usr/lib/pkgconfig/openal.pc usr/share/openal/alsoftrc.sample usr/share/openal/hrtf/default-44100.mhr usr/share/openal/hrtf/default-48000.mhr Port Notes: * small change in CMakeLists.txt to get rid of pure WINDOWS backends * Configure step: mkdir build.CYGWIN cd build.CYGWIN cmake .. -DCMAKE_INSTALL_PREFIX:STRING="/usr" -DCMAKE_C_FLAGS:STRING="-march=i686 -O2" * Build and install: make make install ----- version 1.16.0-EL-1 ----- Initial release Cygwin port maintained by: Eric LASSAUGE http://lassauge.free.fr/cygwin/