# Watch: https://github.com/kcat/openal-soft/tags
source $GRIMOIRE/CMAKE_FUNCTIONS
           SPELL=openal-soft
         VERSION=1.24.3
     SOURCE_HASH=sha512:3eebd18de4984691136738e8fe5851ac5dbdc8f17916cc9dcc599bd3bafc400c9dad9dc88844a9b77b1e8e372a041af342421bdf23746dffe4760f8385bd1e53
          SOURCE="${SPELL}-${VERSION}.tar.gz"
   SOURCE_URL[0]=https://github.com/kcat/openal-soft/archive/${VERSION}.tar.gz
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
        WEB_SITE="httpw://kcat.strangesoft.net/openal.html"
    SOURCE_HINTS="no-check-certificate"
      LICENSE[0]=LGPL
         ENTERED=20090421
           SHORT="software implementation of the OpenAL 3D audio API."
cat << EOF
OpenAL Soft is a cross-platform software implementation of the OpenAL 3D
audio API. It's built off of the open-sourced Windows version available
originally from the SVN repository at openal.org.

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, low-pass filters, and reverb, are available through
the EFX extension. It also facilitates streaming audio, multi-channel buffers,
and audio capture.
EOF
