Package: pygame / 1.9.4.post1+dfsg-3
Metadata
Package | Version | Patches format |
---|---|---|
pygame | 1.9.4.post1+dfsg-3 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
MMX.diff | (download) |
Setup.in |
2 1 + 1 - 0 ! |
turn on mmx instructions on amd64 |
setup_ignore_portmidi_on_non_linux.diff | (download) |
config_unix.py |
6 5 + 1 - 0 ! |
ignore missing portmidi/porttime build dependencies on kfreebsd |
0003 Fix spelling.patch | (download) |
WHATSNEW |
16 8 + 8 - 0 ! |
fix spelling. |
0005 Remove font test set bold.patch | (download) |
test/font_test.py |
8 0 + 8 - 0 ! |
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. |
arithmetic_fixes.patch | (download) |
src/math.c |
2 2 + 0 - 0 ! |
fix arithmetic errors on some architextures [PATCH 1/3] Fix for 2d cross product of Vector2d with itself on ppc64le [PATCH 2/3] Skip blit self tests when using palette. [PATCH 3/3] Fix get_bounding_rect failure on ppc64. |
fix_sphinx_unicode.patch | (download) |
docs/reST/ext/headers.py |
2 1 + 1 - 0 ! |
fix unicode in sphinx output |
skip_flaky_tests_on_le.patch | (download) |
test/bufferproxy_test.py |
5 5 + 0 - 0 ! |
skip tests that are flaky on little-endian archs. |
fix bufferproxy be64.patch | (download) |
src/bufferproxy.c |
2 1 + 1 - 0 ! |
fix a typo that breaks bufferproxy on 64-bit big endian. A typo in a #if caused a wrong definition of ARG_FORMAT to be used leading to reading a 32-bit value into a 64-bit variable on 64 bit systems. . On little endian we got away with this because the 64-bit value is initialised to zero. However on big endian this resulted in a value 4294967296 times larger than it should be which resulted in an out of range error. |