Package: allegro5 / 2:5.0.10-3

Metadata

Package Version Patches format
allegro5 2:5.0.10-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix fallback path max.patch | (download)

src/file_stdio.c | 4 4 + 0 - 0 !
src/fshook_stdio.c | 4 4 + 0 - 0 !
src/unix/upath.c | 3 3 + 0 - 0 !
3 files changed, 11 insertions(+)

 defines a fallback path_max on hurd, where it isn't defined by default

fix manpages.patch | (download)

docs/src/refman/font.txt | 14 7 + 7 - 0 !
1 file changed, 7 insertions(+), 7 deletions(-)

 fix a manpage issue.
 * When manpages are generated from these files, 
   this stuff with the dots is interpreted as a
   (missing) macro and not displayed.
fix manpage generation script.patch | (download)

docs/Refman.cmake | 2 1 + 1 - 0 !
docs/scripts/make_man.c | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 fix issues with the manpage generation script.
 * Add alleg5 suffix to manual page file names to prevent
   possible name clashes. 
use debians dejavu font.patch | (download)

tests/test_fonts.ini | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 use debians dejavusans font for the fonts test.
 It is in the package ttf-dejavu-core.
require directx_shaders.c only on windows.patch | (download)

addons/primitives/CMakeLists.txt | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 require directx_shaders.c only on windows
 This file is only needed on Windows,
 so don't complain if it's not present
 on other platforms.