oreo639

Results 18 issues of oreo639

There are some issues with reporting the current position and length on flac files. Not sure why this happens, and it should be looked into later.

bug

[ci skip] Edit: this PR had been updated for gcc 12.1.0 This PR depends on: https://github.com/void-linux/void-packages/pull/32330 I tested this PR with glibc and after updating glibc, it seems to work...

This is a work in progress pr to finish the documentation for citro3d. You can check out the pr's docs here: https://oreo639.github.io/citro3d/index.html Warning: This may contain mistakes or poor wording...

This breaks building with older versions of poppler though. Please let me know if there are any issues.

[ci skip] This splits webkit2gtk into 3 packages: + webkit2gtk40: GTK+3 and libsoup2 + webkit2gtk41: GTK+3 and libsoup3 + webkit2gtk50: GTK4 and libsoup3 This is necessary since libsoup2 and libsoup3...

libxml2 2.12 removed extra includes, which causes stdlib.h to not get implicitly included anymore. The missing include results in a warning on gcc13 and below with the resulting binary truncating...

When configuring with autoconf using `./configure --with-threaded`, for example, the the library `liblcms2_threaded.so.1.0.0` gets outputted with `liblcms2_threaded.so.1` and `liblcms2_threaded.so`. When compiling with meson, only `liblcms2_threaded.so` is generated with no soversion...

#### Testing the changes - I tested the changes in this PR: **briefly** [ci skip] Depends on: https://github.com/void-linux/void-packages/pull/49146 See: https://github.com/void-linux/void-packages/issues/49162 No major packaging changes indicated by upstream: https://sourceware.org/glibc/wiki/Release/2.39 https://lists.gnu.org/archive/html/info-gnu/2024-01/msg00017.html

core

#### Testing the changes - I tested the changes in this PR: **YES**

#### Testing the changes - I tested the changes in this PR: **YES** Fixes overwriting user/desktop specified locale. Currently we always overwrite LANG on login, even if it was already...