It is dlopen()ed if present and not linked against.
Prodded by rsadowski's devel/cmake patch to improve SHARED_LIBRARIES
handling and sthen who spotted libcelt0's wrong .so version.
amused is a minimalistic music player that doesn't have many amazing
features but instead aims to work well with other standard Unix tools.
It supports flac, mp3, ogg vorbis and opus files.
ok sthen, sdk
This release mostly fixes (security related) bugs, including
* 12 decoder bugs found by oss-fuzz
* encoder bug CVE-2021-0561
Bump revision to stay ahead of -stable.
Enable debug package while here.
with namn@
Spotted through this warning on startup:
"GlobalShortcutX: No XInput support, falling back to polled input. This
wastes a lot of CPU resources, so please enable one of the other methods."
https://www.mumble.info/blog/mumble-1.4.230/
Lots of cool changes!
qmake was replaced with cmake and upstream already merged a few handful fixes
I sent during 1.4.0rc1 tests (they should land in the next 1.4.x release).
https://github.com/FNA-XNA/FNA/releases/tag/22.01https://github.com/FNA-XNA/FAudio/releases/tag/22.01https://github.com/FNA-XNA/FNA3D/releases/tag/22.01
New Features:
Update to FNA3D 22.01
Update to FAudio 22.01
Added SetVideoTrackEXT extension
Added SrgbEXT extension
Fixes:
The FNA3D log is now hooked later in FNAPlatform initialization, to try and load SDL before FNA3D
Partially works around a regression in the new dyld in macOS Monterey
Fixed DDSFromStreamEXT mip loading to calculate each mip level in full
New Features:
Added support for SRGB textures/renderbuffers
Removed Features:
The Metal renderer has been removed, in favor of Vulkan/MoltenVK
Fixes:
Vulkan: Various fixes for device support checks
Image: Log errors from stb_image