From b091877aa907a106286e01caaf686af96b5b4a9d Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Thu, 23 Apr 2009 19:29:23 +0000 Subject: directfb: bump version Based on patch by Sven Neumann , closes #281. --- package/directfb/directfb--ppc-compile-fix.patch | 17 +++++++++++++++++ package/directfb/directfb-1.2.7-ppc-compile-fix.patch | 17 ----------------- package/directfb/directfb.mk | 2 +- 3 files changed, 18 insertions(+), 18 deletions(-) create mode 100644 package/directfb/directfb--ppc-compile-fix.patch delete mode 100644 package/directfb/directfb-1.2.7-ppc-compile-fix.patch (limited to 'package') diff --git a/package/directfb/directfb--ppc-compile-fix.patch b/package/directfb/directfb--ppc-compile-fix.patch new file mode 100644 index 000000000..2514eae6e --- /dev/null +++ b/package/directfb/directfb--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-1.2.7-ppc-compile-fix.patch b/package/directfb/directfb-1.2.7-ppc-compile-fix.patch deleted file mode 100644 index 2514eae6e..000000000 --- a/package/directfb/directfb-1.2.7-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.mk b/package/directfb/directfb.mk index 5cb4572ed..a85564b46 100644 --- a/package/directfb/directfb.mk +++ b/package/directfb/directfb.mk @@ -4,7 +4,7 @@ # ############################################################# DIRECTFB_VERSION_MAJOR:=1.2 -DIRECTFB_VERSION:=1.2.7 +DIRECTFB_VERSION:=1.2.8 #DIRECTFB_VERSION:=1.3.0 is a development version #DIRECTFB_VERSION_MAJOR:=1.3 DIRECTFB_SITE:=http://www.directfb.org/downloads/Core -- cgit v1.2.3