Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
0005-Remove-font-test-set-bold.patch | Remove font test set bold. Can't get the test to run with the system font, but that's most definitely not a pygame issue. |
Dominik George <nik@naturalnet.de> | no | 2017-01-26 | ||
skip_flaky_tests_on_le.patch | Skip tests that are flaky on little-endian archs. | Dominik George <natureshadow@debian.org> | yes | upstream | 2019-12-31 | |
disable-doc-comments.patch | Disable comment JS in documentation This calls back to pygame's server to retrieve comments to display, which wouldn't work offline, and is a privacy breach. |
Stefano Rivera <stefanor@debian.org> | not-needed | 2019-12-31 | ||
python-3.10-pyssize-t-clean.patch | Python 3.10: Declare mixer.c PY_SSIZE_T_CLEAN Not sure if it's true, but it builds... |
Stefano Rivera <stefanor@debian.org> | no | 2021-11-21 | ||
python-3.10-int-inflate.patch | Pass integers to Rect.inflate() This resolves test failures under Python 3.10. Not sure if it's the right thing to do be doing, upstream seems to be functioning on 3.10 without it. |
Stefano Rivera <stefanor@debian.org> | no | 2021-11-21 | ||
skip-test_src_alpha_sdl2_blitter.patch | Disable test_src_alpha_sdl2_blitter on additional arches | Scott Talbert <swt@techie.net> | yes | upstream | 2022-03-28 | |
skip-tests-big-endian.patch | Skip tests that fail on big-endian architectures | Scott Talbert <swt@techie.net> | yes | upstream | 2022-03-29 | |
Don-t-assume-that-each-SDL-minor-version-is-incompatible-.patch | Don't assume that each SDL minor version is incompatible with others Before the SDL 2.23.x development branch, only the patch (micro) version changed between SDL 2.x releases, and it was not clear what an increase in the minor version would mean. This made it impossible to distinguish between feature releases and bugfix-only releases. Since 2.23.x, the versioning scheme is similar to GTK and Flatpak, with the minor version increasing for new feature releases. See the SDL documentation for details. |
Simon McVittie <smcv@debian.org> | not-needed | debian upstream | 2022-08-29 | |
pr3577-Adjust-surface-masks-to-create-a-proper-24-bit-Surface.patch | Adjust surface masks to create a proper 24 bit Surface The SDL 2.26.0 pre-release rejects a 24 bit Surface created with this mask, which is the right call, as it needs 32 bits of space. Older SDL went ahead and created a 32 bit surface anyway, which it probably shouldn't have. |
Starbuck5 <46412508+Starbuck5@users.noreply.github.com> | no | debian | https://github.com/pygame/pygame/pull/3577 |