Debian Patches
Status for wmix/3.5-3
Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
01-fix-volume-adjustment.diff | Fix for inaccurate volume adjustments. | Dan Pascu <dan@ag-projects.com> | yes | 2025-02-22 | ||
02-replace-local-boolean-definitions.patch | replace local boolean definitions with `<stdbool.h>` In C23, `bool` has been changed from a macro defined in `<stdbool.h>` to a keyword; `true` and `false` are also predefined constants. Wmix defines its own `bool` type and `true` and `false` constants. GCC 15 defaults to C23, so these definitions will cause an FTBFS. . Remove the local definitions and include `<stdbool.h>` instead. |
Jeremy Sowden <jeremy@azazel.net> | invalid | debian | 2025-02-27 |