directfb: bump version
authorPeter Korsgaard <jacmet@sunsite.dk>
Thu, 23 Apr 2009 19:29:23 +0000 (19:29 -0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Thu, 23 Apr 2009 19:29:23 +0000 (19:29 -0000)
Based on patch by Sven Neumann <s.neumann@phase-zero.de>, closes #281.

package/directfb/directfb--ppc-compile-fix.patch [new file with mode: 0644]
package/directfb/directfb-1.2.7-ppc-compile-fix.patch [deleted file]
package/directfb/directfb.mk

diff --git a/package/directfb/directfb--ppc-compile-fix.patch b/package/directfb/directfb--ppc-compile-fix.patch
new file mode 100644 (file)
index 0000000..2514eae
--- /dev/null
@@ -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 <linux/config.h>
+-
+ #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 (file)
index 2514eae..0000000
+++ /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 <linux/config.h>
--
- #if defined(CONFIG_8xx) || defined(CONFIG_403GCX)
- #define L1_CACHE_LINE_SIZE       16
- #define LG_L1_CACHE_LINE_SIZE     4 
index 5cb4572ed80e3eb8a0f4aa540c5001d36f37744f..a85564b465cc51583f88d431bb2560360399ba45 100644 (file)
@@ -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