From 9e41bb31a7a1a2b74dfa11734a5ba393697e5c61 Mon Sep 17 00:00:00 2001 From: Jacob Ledbetter Date: Wed, 23 Apr 2025 14:38:18 -0600 Subject: [PATCH] openal-soft: Add version 1.24.3 --- bucket/openal-soft.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 bucket/openal-soft.json diff --git a/bucket/openal-soft.json b/bucket/openal-soft.json new file mode 100644 index 0000000000000..7c276a0c5698c --- /dev/null +++ b/bucket/openal-soft.json @@ -0,0 +1,13 @@ +{ + "version": "1.24.3", + "description": "OpenAL Soft is an LGPL-licensed, cross-platform, software implementation of the OpenAL 3D audio API. It's forked from the open-sourced Windows version available originally from openal.org's SVN repository (now defunct). 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.", + "homepage": "https://github.com/kcat/openal-soft", + "license": "LGPL-2.0-only", + "url": "https://github.com/kcat/openal-soft/releases/download/1.24.3/openal-soft-1.24.3-bin.zip", + "hash": "03c8c0c0bcdba9d3fb54b0d3c2f9a565f81b3e2a19a538dd394f9b8cb6caaa22", + "extract_dir": "openal-soft-1.24.3-bin", + "checkver": "github", + "autoupdate": { + "url": "https://github.com/kcat/openal-soft/releases/download/$version/openal-soft-$version-bin.zip" + } +}