From e35921b3a0d148098f08d2f0533b238a65ff3e86 Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Thu, 11 Aug 2011 12:44:07 +0200 Subject: directfb: bump to version 1.4.13 There's an even newer stable release available (1.4.14), but it has problems with cross-compilation that we are still resolving on the directfb-dev mailing-list. [Peter: rename ppc patch to match] Signed-off-by: Sven Neumann Signed-off-by: Peter Korsgaard --- package/directfb/directfb-1.4.11-ppc-compile-fix.patch | 17 ----------------- package/directfb/directfb-1.4.13-ppc-compile-fix.patch | 17 +++++++++++++++++ package/directfb/directfb.mk | 2 +- 3 files changed, 18 insertions(+), 18 deletions(-) delete mode 100644 package/directfb/directfb-1.4.11-ppc-compile-fix.patch create mode 100644 package/directfb/directfb-1.4.13-ppc-compile-fix.patch diff --git a/package/directfb/directfb-1.4.11-ppc-compile-fix.patch b/package/directfb/directfb-1.4.11-ppc-compile-fix.patch deleted file mode 100644 index 2514eae6e..000000000 --- a/package/directfb/directfb-1.4.11-ppc-compile-fix.patch +++ /dev/null @@ -1,17 +0,0 @@ ---- - lib/direct/ppcasm_memcpy_cachable.S | 2 -- - 1 file changed, 2 deletions(-) - -Index: DirectFB-1.2.7/lib/direct/ppcasm_memcpy_cachable.S -=================================================================== ---- DirectFB-1.2.7.orig/lib/direct/ppcasm_memcpy_cachable.S -+++ DirectFB-1.2.7/lib/direct/ppcasm_memcpy_cachable.S -@@ -34,8 +34,6 @@ - - #define __ASSEMBLY__ - --#include -- - #if defined(CONFIG_8xx) || defined(CONFIG_403GCX) - #define L1_CACHE_LINE_SIZE 16 - #define LG_L1_CACHE_LINE_SIZE 4 diff --git a/package/directfb/directfb-1.4.13-ppc-compile-fix.patch b/package/directfb/directfb-1.4.13-ppc-compile-fix.patch new file mode 100644 index 000000000..2514eae6e --- /dev/null +++ b/package/directfb/directfb-1.4.13-ppc-compile-fix.patch @@ -0,0 +1,17 @@ +--- + lib/direct/ppcasm_memcpy_cachable.S | 2 -- + 1 file changed, 2 deletions(-) + +Index: DirectFB-1.2.7/lib/direct/ppcasm_memcpy_cachable.S +=================================================================== +--- DirectFB-1.2.7.orig/lib/direct/ppcasm_memcpy_cachable.S ++++ DirectFB-1.2.7/lib/direct/ppcasm_memcpy_cachable.S +@@ -34,8 +34,6 @@ + + #define __ASSEMBLY__ + +-#include +- + #if defined(CONFIG_8xx) || defined(CONFIG_403GCX) + #define L1_CACHE_LINE_SIZE 16 + #define LG_L1_CACHE_LINE_SIZE 4 diff --git a/package/directfb/directfb.mk b/package/directfb/directfb.mk index 5af65d7e3..c32fcdb20 100644 --- a/package/directfb/directfb.mk +++ b/package/directfb/directfb.mk @@ -4,7 +4,7 @@ # ############################################################# DIRECTFB_VERSION_MAJOR = 1.4 -DIRECTFB_VERSION = $(DIRECTFB_VERSION_MAJOR).11 +DIRECTFB_VERSION = $(DIRECTFB_VERSION_MAJOR).13 DIRECTFB_SITE = http://www.directfb.org/downloads/Core/DirectFB-$(DIRECTFB_VERSION_MAJOR) DIRECTFB_SOURCE = DirectFB-$(DIRECTFB_VERSION).tar.gz DIRECTFB_AUTORECONF = YES -- cgit v1.2.3