Debian Patches

Status for pygame/1.9.6+dfsg-4

Patch Description Author Forwarded Bugs Origin Last update
0003-Fix-spelling.patch Fix spelling. Dominik George <nik@naturalnet.de> yes 2017-01-26
MMX.diff Turn on MMX instructions on amd64 Jeff Breidenbach <jeff@jab.org> yes debian 2015-10-08
setup_ignore_portmidi_on_non_linux.diff Ignore missing portmidi/porttime build dependencies on non-Linux Stefano Rivera <stefanor@debian.org> yes 2019-12-31
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
fix_sphinx_unicode.patch Fix unicode in Sphinx output Dominik George <natureshadow@debian.org> yes 2019-12-31
skip_flaky_tests_on_le.patch Skip tests that are flaky on little-endian archs. Dominik George <natureshadow@debian.org> no 2019-12-31
declare-encoding.patch Declare UTF-8 encoding
Module contains a ° symbol.
Stefano Rivera <stefanor@debian.org> yes 2019-12-31
python-3.8.patch Python 3.8 compatibility Christoph Gohlke <cjgohlke@gmail.com> no upstream, https://github.com/pygame/pygame/commit/9b5f88bca562f37d30eb7ac0f8f4ebdda68cb494 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
ppc64-bitwise-shifts.patch Fix bitwise shifts to avoid undefined behavior
- Fixed the bitmask bitwise shifts where the right operand could be
equal to the width of the left operand (undefined behavior in C).

Fixes test failures on ppc64el
charles <4837704+charlesej@users.noreply.github.com> no upstream, https://github.com/pygame/pygame/commit/9d679310ccf75d08f6168289f9193dc37a5f86d0 2019-12-31
skip-test_flip_alpha.patch Skip test_flip_alpha, fails on ppc64el Stefano Rivera <stefanor@debian.org> no 2019-12-31
skip-test_aapolygon.patch Skip test_aapolygon, fails on s390x Stefano Rivera <stefanor@debian.org> no 2019-12-31
PR1299.patch [PATCH] Fix doc build error with newer versions of Sphinx charles <4837704+charlesej@users.noreply.github.com> no 2019-09-09
python3.9-is_alive.patch Replace long-deprecated Thread.isAlive() with .is_alive()
Replace Thread.isAlive() calls with Thread.is_alive() to fix
compatibility with Python 3.9. The new method was present since py2.6,
the old one got deprecated in py3.1 and was finally removed in py3.9.
=?utf-8?b?TWljaGHFgiBHw7Nybnk=?= <mgorny@gentoo.org> no upstream, https://github.com/pygame/pygame/commit/159908e5726c3df5df58429d1ff3113137c57f98 2020-06-08
python3.9-array.tostring.patch Fix deprecation warnings in image_test
It needed the same fix as png.py. The relevant compat code has been
moved into the test_utils module so all tests can rely on it.
Niels Thykier <niels@thykier.net> no upstream, https://github.com/pygame/pygame/commit/4c1b9afa040f08e5a402b0d75766409587d93de9 2020-04-07
sphinx3.patch Fix docs build failure on Sphinx 3
This doesn't change the ouput on sphinx 1.8, and it allows building without error on sphinx 3.x

I was having a hard time finding what this function did until I set it to always return "OMGOMG". It is part of the system that pulls up the functions to the top of the html file so you can jump around easily.
Starbuck5 <charlie.c.hayden@gmail.com> no debian upstream, https://github.com/pygame/pygame/pull/2206 2020-10-18

All known versions for source package 'pygame'

Links