Damian Marcin Szymański

Results 53 comments of Damian Marcin Szymański

Adding your patch fixing QStyle build issue on OpenMandiva Cooker. Thanks.

Old topic but worth to add I see sometings similar in Chromium and Brave web browsers (both patched to use VAAPI hardware video decoding). Look here: https://bugs.freedesktop.org/show_bug.cgi?id=106490 Looks similar right?...

As workaround look at my post above.

RPM packages ready for OpenMandriva Cooker (upcoming Lx4) for all supported arch x86, znver1, x86_64, ARMv7hnl and aarch64. OpenMandriva users can install it via: > dnf install gamehub https://abf.openmandriva.org/openmandriva/gamehub/build_lists

Yes, same issue on OpenMandriva. Installed both x86_64 and i686 packages. x86_64 provides /usr/lib64/mangohud/ and contains both libMangoHud.so and libMangoHud.dlsym.so while i686 provides /usr/lib/mangohud/ and contains both libMangoHud.so and libMangoHud.dlsym.so...

@aous72 I have similar issue but on Linux aarch64. My compiling option: ``` %ifarch %{_aarch64} -DOJPH_DISABLE_INTEL_SIMD=ON \ -DOJPH_ENABLE_INTEL_AVX512=OFF \ ``` and compilation failed with: ``` make[2]: Leaving directory '/builddir/build/BUILD/OpenJPH-0.10.4/build' DEBUG...