Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
fix-runaway-test | Fix runaway test Test case requires the creation of an event. This creation require the specification of an event type. Otherwise the event may not fire on some arch like ia64 or armhf. If the event does not fire, the test does not end. | kthakore | no | debian | upstream | |
fix-centered-text | Fix centered text Centered text was off-center | dod | invalid | |||
do_not_ship_ttf_font | Avoid shipping fonts provided elsewhere | no | ||||
install_man_pages_correctly | Fix build so that man pages do not being with pods:: | no | ||||
fix_whatis_entries | Fix NAME section | no | ||||
fix_spelling | Makes lintian happy | no | ||||
fix_api_spelling | Fix spelling error in API and documentation Spelling errors in API are bad because they confuse users. This patch makes the API accept correct spelling and also accept bad spelling to preserve backward compatibility | no | ||||
hardcode-default-font | Hardcode default font upstream SDL delivers a default font for SDLx::Text. This font is provided by package fonts-sil-gentium-basic in Debian. This patch hardcodes the default font path and remove the dependency on File::ShareDir which is no longer required. |
dod | no | debian | ||
fix-inline-ccflags | Description:Fix inline ccflags When Inline::C, CFLAGS is overridden with the flags provided by 'sdl-config --cflags'. This command does not provide the flags used to compile Perl. In Debian case, omitting the flags used to compile Perl will lead to exceution failure when using Inline::C on i386. . This patch uses Inline::C CFLAGSEX to extend the original Perl compilation flags with sdl flags. . Thamks to Niko Tyni for the analysis and fix. Bug:https://github.com/PerlGameDev/SDL_Manual/issues/15 Bug-Debian:https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=730549 Author:dod |
no | ||||
reproducible-build | Fix reproducible build Replaced relevant occurrence of 'keys %foo' with 'sort keys %foo' in libs used by Build.PL (in inc) | dod | invalid |