amarok: update to 3.3.1
VERSION 3.3.1
FEATURES:
* Enable saving and loading script console items, autocompletion in script
console, and re-enable some more scripting functionality
CHANGES:
* Convert the remaining main UI toolbuttons to use icons from theme
* Clear out remnants of the now-discontinued MusicDNS service
VERSION 3.2.82
FEATURES:
* Audio engine has been reworked to use gstreamer instead of phonon
VERSION 3.2.81
* Qt5/KF5 support has been dropped
* Remove TagLib extras support (RealMedia and Audible files)
* Update database character set to allow full utf-8 values
[31 lines not shown]
cmake cmake-gui: updated to 4.2.1
4.2.1
Changes made since CMake 4.2.0:
MSVC: Restore pre-4.2 default PDB paths
ci: Update CMake version to 4.2.0
VS/Android: Use ApplicationTypeRevision 3.0 in VS2026
Tests/RunCMake/GeneratorToolset: Fix Visual Studio 18 2026 host arch on ARM64
Help: Fix CPack AppImage Generator heading capitalization
Help: Add 4.2 release note for CPack AppImage generator
ci: Tolerate sccache server stop failures on Windows
Tests/TryCompile: Improve error message formatting
ci: Fix LLVM/Clang nightly CI job tags on Windows
ci: Enable c++modules shared libraries test on VS ARM64 jobs
ci: Update Windows jobs to VS 2026
Source: Improve detection of Linux architectures requiring explicit libatomic
ExternalProject: Fix environment modification ops named with underscores
[51 lines not shown]
tests/libexec/ld.elf_so/t_r_rel: Make sure helper is compiled as PIE.
Otherwise this test doesn't work: the whole point is to check for
relative relocations, which are only used in position-independent
code.
Should fix the test on platforms that don't do PIE by default like
alpha and sparc64.
PR bin/59360: ld.elf_so(8): missing RELR support
t_fpclassify: Fix long double mistakes.
1. Handle >64-bit long double with `union ieee_ext_u'.
2. Operationally verify the quiet vs signalling NaN bits.
3. xfail for softfloat and softfloat-long-double bugs on clang.
4. Print NaN encodings in hexadecimal to make diagnostics easier.
5. Add RCS id.
PR standards/59336: C23: Annex F and math.h extensions
PR lib/59853: compiler-rt softfloat lacks floating-point exceptions