Notes for qt6-multimedia - reproducible builds result

Version annotated: 6.2.2-3
Identified issues:
Identifier: timestamps_in_source_generated_by_rcc
Description resource files generated by Qt's resource compiler (rcc) depend on mtimes
of the input files, which may have been generated at build time.
.
There is an upstream bug https://bugreports.qt.io/browse/QTBUG-62511 and a
corresponding merged pull request https://codereview.qt-project.org/202999.
.
A temporary solution is to add '--format-version 1' to the rcc command line.
Identifier: captures_kernel_variant
Description Similar to captures_kernel_version, but specifically refers to capturing
x86_64 vs i686. This can (currently) happen when testing the i386
architecture as we use a 64-bit kernel with a 32-bit Debian userland.
.
Notably, we do not use `linux32` to emulate the 32 bit personality when
running those builds, as normally this hides packages that are making use of
`uname` to detect the host architecture when they really should not.
 

Our notes about issues affecting packages are stored in notes.git and are targeted at packages in Debian in 'unstable/amd64' (unless they say otherwise).