Package: directfb / 1.2.10.0-5.1

Metadata

Package Version Patches format
directfb 1.2.10.0-5.1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01_default_cflags.patch | (download)

configure.in | 8 4 + 4 - 0 !
1 file changed, 4 insertions(+), 4 deletions(-)

---
02_fix_sh772x_build.patch | (download)

gfxdrivers/sh772x/Makefile.am | 4 4 + 0 - 0 !
1 file changed, 4 insertions(+)

---
05_link_dynamic.patch | (download)

configure.in | 21 4 + 17 - 0 !
src/core/Makefile.am | 3 3 + 0 - 0 !
2 files changed, 7 insertions(+), 17 deletions(-)

---
70_linux_fusion.patch | (download)

include/linux/fusion.h | 350 350 + 0 - 0 !
1 file changed, 350 insertions(+)

---
90_linux_config.h.patch | (download)

lib/direct/ppcasm_memcpy_cachable.S | 2 0 + 2 - 0 !
1 file changed, 2 deletions(-)

---
93_fix_unicode_key_handling.patch | (download)

inputdrivers/keyboard/keyboard.c | 17 17 + 0 - 0 !
inputdrivers/linux_input/linux_input.c | 23 23 + 0 - 0 !
2 files changed, 40 insertions(+)

 when the library asks the kernel for the key symbols, the result
             are truncated for unicode symbols if the keyboard is not in
             K_UNICODE mode. So, a temporary switch is needed, as well as
             applying the right bitmask in order to retrieve the full unicode
             symbol.
94_fix_mknod.patch | (download)

gfxdrivers/davinci/davinci_c64x.c | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 directfb ftbfs on armel. implicit declaration error
 Fix for ARM builds failing on:
  ../../../gfxdrivers/davinci/davinci_c64x.c: In function 'davinci_c64x_open':
  ../../../gfxdrivers/davinci/davinci_c64x.c:1900:6: error: implicit declaration of function 'mknod' [-Werror=implicit-function-declaration]
  cc1: some warnings being treated as errors
 .
 directfb (1.2.10.0-4.3) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fix "directfb ftbfs on armel. Implicit declaration error"
     - Thanks Peter Green for bug report and patch (Closes: #644782)
   * Remove m4 macros when calling clean target
100_fix_format_string_errors.patch | (download)

src/idirectfb.c | 8 4 + 4 - 0 !
tools/directfb-csource.c | 2 1 + 1 - 0 !
2 files changed, 5 insertions(+), 5 deletions(-)

 fix format string errors
directfb 1.2.10_libpng 1.5.patch | (download)

interfaces/IDirectFBImageProvider/idirectfbimageprovider_png.c | 128 128 + 0 - 0 !
tools/directfb-csource.c | 25 25 + 0 - 0 !
tools/mkdfiff.c | 4 4 + 0 - 0 !
3 files changed, 157 insertions(+)

 add support for libpng 1.5 (based on directfb 1.4.16 source code)