diff options
author | Denys Dmytriyenko <denis@denix.org> | 2009-03-17 14:32:59 -0400 |
---|---|---|
committer | Denys Dmytriyenko <denis@denix.org> | 2009-03-17 14:32:59 -0400 |
commit | 709c4d66e0b107ca606941b988bad717c0b45d9b (patch) | |
tree | 37ee08b1eb308f3b2b6426d5793545c38396b838 /packages/directfb/files | |
parent | fa6cd5a3b993f16c27de4ff82b42684516d433ba (diff) |
rename packages/ to recipes/ per earlier agreement
See links below for more details:
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Acked-by: Mike Westerhof <mwester@dls.net>
Acked-by: Philip Balister <philip@balister.org>
Acked-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Marcin Juszkiewicz <hrw@openembedded.org>
Acked-by: Koen Kooi <koen@openembedded.org>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'packages/directfb/files')
-rw-r--r-- | packages/directfb/files/directfb-1.2.x-fix-pkgconfig-cflags.patch | 47 | ||||
-rw-r--r-- | packages/directfb/files/dont-use-linux-config.patch | 12 | ||||
-rw-r--r-- | packages/directfb/files/fix-font-missing-char.patch | 11 | ||||
-rw-r--r-- | packages/directfb/files/fix-includes.patch | 24 | ||||
-rw-r--r-- | packages/directfb/files/fix-pkgconfig-cflags.patch | 45 | ||||
-rw-r--r-- | packages/directfb/files/fix-pkgconfig-specs.patch | 50 | ||||
-rw-r--r-- | packages/directfb/files/getpagesize.patch | 16 | ||||
-rw-r--r-- | packages/directfb/files/mkdfiff.patch | 11 | ||||
-rw-r--r-- | packages/directfb/files/ts_lib_autotools.patch | 16 | ||||
-rw-r--r-- | packages/directfb/files/use_limits_h.patch | 10 |
10 files changed, 0 insertions, 242 deletions
diff --git a/packages/directfb/files/directfb-1.2.x-fix-pkgconfig-cflags.patch b/packages/directfb/files/directfb-1.2.x-fix-pkgconfig-cflags.patch deleted file mode 100644 index 745c561cc0..0000000000 --- a/packages/directfb/files/directfb-1.2.x-fix-pkgconfig-cflags.patch +++ /dev/null @@ -1,47 +0,0 @@ -Index: DirectFB-1.1.1/directfb-internal.pc.in -=================================================================== ---- DirectFB-1.1.1.orig/directfb-internal.pc.in 2007-08-07 21:43:00.000000000 +0200 -+++ DirectFB-1.1.1/directfb-internal.pc.in 2008-07-17 21:00:47.424654304 +0200 -@@ -2,10 +2,10 @@ - exec_prefix=@exec_prefix@ - moduledir=@MODULEDIR@ - moduledirname=@MODULEDIRNAME@ --includedir=@INTERNALINCLUDEDIR@ -+includedir=@includedir@ - - Name: DirectFB-Internal - Description: Third party module support package for DirectFB. - Version: @VERSION@ - Requires: directfb = @VERSION@ --Cflags: @DFB_INTERNAL_CFLAGS@ -I@INTERNALINCLUDEDIR@ -+Cflags: @DFB_INTERNAL_CFLAGS@ -I${includedir}/directfb -I${includedir} -Index: DirectFB-1.1.1/directfb.pc.in -=================================================================== ---- DirectFB-1.1.1.orig/directfb.pc.in 2007-12-15 16:23:16.000000000 +0100 -+++ DirectFB-1.1.1/directfb.pc.in 2008-07-17 20:59:58.044985193 +0200 -@@ -9,4 +9,4 @@ - Requires: fusion direct - Libs: -L${libdir} -ldirectfb @THREADLIB@ @OSX_LIBS@ - Libs.private: -L${libdir} @DYNLIB@ @ZLIB_LIBS@ --Cflags: @THREADFLAGS@ -I@INCLUDEDIR@ -+Cflags: @THREADFLAGS@ -I${includedir}/directfb -Index: DirectFB-1.1.1/lib/fusion/fusion.pc.in -=================================================================== ---- DirectFB-1.1.1.orig/lib/fusion/fusion.pc.in 2007-08-07 21:43:00.000000000 +0200 -+++ DirectFB-1.1.1/lib/fusion/fusion.pc.in 2008-07-17 20:58:07.051338866 +0200 -@@ -8,4 +8,4 @@ - Version: @VERSION@ - Requires: direct - Libs: -L${libdir} -lfusion --Cflags: -I@INCLUDEDIR@ -+Cflags: -I${includedir}/directfb -I${includedir} -Index: DirectFB-1.1.1/lib/voodoo/voodoo.pc.in -=================================================================== ---- DirectFB-1.1.1.orig/lib/voodoo/voodoo.pc.in 2007-08-07 21:43:00.000000000 +0200 -+++ DirectFB-1.1.1/lib/voodoo/voodoo.pc.in 2008-07-17 20:58:07.054671842 +0200 -@@ -8,4 +8,4 @@ - Version: @VERSION@ - Requires: direct - Libs: -L${libdir} -lvoodoo --Cflags: -I@INCLUDEDIR@ -+Cflags: -I${includedir}/directfb -I${includedir} diff --git a/packages/directfb/files/dont-use-linux-config.patch b/packages/directfb/files/dont-use-linux-config.patch deleted file mode 100644 index f971660954..0000000000 --- a/packages/directfb/files/dont-use-linux-config.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -urN DirectFB-1.1.0.orig/lib/direct/ppcasm_memcpy_cachable.S DirectFB-1.1.0/lib/direct/ppcasm_memcpy_cachable.S ---- DirectFB-1.1.0.orig/lib/direct/ppcasm_memcpy_cachable.S 2007-08-07 21:43:00.000000000 +0200 -+++ DirectFB-1.1.0/lib/direct/ppcasm_memcpy_cachable.S 2008-06-07 04:14:26.000000000 +0200 -@@ -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/packages/directfb/files/fix-font-missing-char.patch b/packages/directfb/files/fix-font-missing-char.patch deleted file mode 100644 index 4c5e5883f4..0000000000 --- a/packages/directfb/files/fix-font-missing-char.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- git/src/media/idirectfbfont.c~org 2007-07-10 10:35:46.000000000 -0400 -+++ git/src/media/idirectfbfont.c 2007-07-10 10:36:09.000000000 -0400 -@@ -497,7 +497,7 @@ - - if (width<max_width && string >= end) { - *ret_next_line = NULL; -- *ret_str_length = length-1; -+ *ret_str_length = length; - *ret_width = width; - - return DFB_OK; diff --git a/packages/directfb/files/fix-includes.patch b/packages/directfb/files/fix-includes.patch deleted file mode 100644 index 7b4a112582..0000000000 --- a/packages/directfb/files/fix-includes.patch +++ /dev/null @@ -1,24 +0,0 @@ -# -# pkgconfig points to STAGING_INCDIR, hence -# we need to make this a local include -# or else it doesn't find its own header files -# -# Signed-Off: mickey@openmoko.org -# -Index: DirectFB-1.0.0/include/directfb.h -=================================================================== ---- DirectFB-1.0.0.orig/include/directfb.h -+++ DirectFB-1.0.0/include/directfb.h -@@ -29,10 +29,10 @@ - #ifndef __DIRECTFB_H__ - #define __DIRECTFB_H__ - --#include <dfb_types.h> -+#include "dfb_types.h" - #include <sys/time.h> /* struct timeval */ - --#include <directfb_keyboard.h> -+#include "directfb_keyboard.h" - - #ifdef __cplusplus - extern "C" diff --git a/packages/directfb/files/fix-pkgconfig-cflags.patch b/packages/directfb/files/fix-pkgconfig-cflags.patch deleted file mode 100644 index ddaa276fcd..0000000000 --- a/packages/directfb/files/fix-pkgconfig-cflags.patch +++ /dev/null @@ -1,45 +0,0 @@ -diff -ur DirectFB-1.0.0~org/directfb-internal.pc.in DirectFB-1.0.0/directfb-internal.pc.in ---- DirectFB-1.0.0~org/directfb-internal.pc.in 2003-07-04 13:30:22.000000000 -0400 -+++ DirectFB-1.0.0/directfb-internal.pc.in 2007-03-16 22:34:17.000000000 -0400 -@@ -8,4 +8,4 @@ - Description: Third party module support package for DirectFB. - Version: @VERSION@ - Requires: directfb = @VERSION@ --Cflags: @DFB_INTERNAL_CFLAGS@ -I@INTERNALINCLUDEDIR@ -+Cflags: @DFB_INTERNAL_CFLAGS@ -I${includedir}/directfb -I${includedir} -diff -ur DirectFB-1.0.0~org/directfb.pc.in DirectFB-1.0.0/directfb.pc.in ---- DirectFB-1.0.0~org/directfb.pc.in 2004-08-04 12:28:20.000000000 -0400 -+++ DirectFB-1.0.0/directfb.pc.in 2007-03-16 22:31:33.000000000 -0400 -@@ -8,4 +8,4 @@ - Version: @VERSION@ - Requires: fusion direct - Libs: -L${libdir} -ldirectfb @THREADLIB@ @DYNLIB@ @ZLIB_LIBS@ @OSX_LIBS@ --Cflags: @THREADFLAGS@ -I@INCLUDEDIR@ -+Cflags: @THREADFLAGS@ -I${includedir}/directfb -I${includedir} -diff -ur DirectFB-1.0.0~org/lib/direct/direct.pc.in DirectFB-1.0.0/lib/direct/direct.pc.in ---- DirectFB-1.0.0~org/lib/direct/direct.pc.in 2005-11-23 09:18:59.000000000 -0500 -+++ DirectFB-1.0.0/lib/direct/direct.pc.in 2007-03-16 22:32:13.000000000 -0400 -@@ -7,4 +7,4 @@ - Description: DirectFB base development library - Version: @VERSION@ - Libs: -L${libdir} -ldirect @THREADLIB@ @DYNLIB@ --Cflags: @THREADFLAGS@ -I@INCLUDEDIR@ -+Cflags: @THREADFLAGS@ -I${includedir}/directfb -I${includedir} -diff -ur DirectFB-1.0.0~org/lib/fusion/fusion.pc.in DirectFB-1.0.0/lib/fusion/fusion.pc.in ---- DirectFB-1.0.0~org/lib/fusion/fusion.pc.in 2004-05-19 07:30:56.000000000 -0400 -+++ DirectFB-1.0.0/lib/fusion/fusion.pc.in 2007-03-16 22:32:34.000000000 -0400 -@@ -8,4 +8,4 @@ - Version: @VERSION@ - Requires: direct - Libs: -L${libdir} -lfusion --Cflags: -I@INCLUDEDIR@ -+Cflags: -I${includedir}/directfb -I${includedir} -diff -ur DirectFB-1.0.0~org/lib/voodoo/voodoo.pc.in DirectFB-1.0.0/lib/voodoo/voodoo.pc.in ---- DirectFB-1.0.0~org/lib/voodoo/voodoo.pc.in 2004-05-19 07:31:28.000000000 -0400 -+++ DirectFB-1.0.0/lib/voodoo/voodoo.pc.in 2007-03-16 22:32:55.000000000 -0400 -@@ -8,4 +8,4 @@ - Version: @VERSION@ - Requires: direct - Libs: -L${libdir} -lvoodoo --Cflags: -I@INCLUDEDIR@ -+Cflags: -I${includedir}/directfb -I${includedir} diff --git a/packages/directfb/files/fix-pkgconfig-specs.patch b/packages/directfb/files/fix-pkgconfig-specs.patch deleted file mode 100644 index c252dc1792..0000000000 --- a/packages/directfb/files/fix-pkgconfig-specs.patch +++ /dev/null @@ -1,50 +0,0 @@ -Index: DirectFB-1.0.0/directfb-internal.pc.in -=================================================================== ---- DirectFB-1.0.0.orig/directfb-internal.pc.in -+++ DirectFB-1.0.0/directfb-internal.pc.in -@@ -8,4 +8,4 @@ Name: DirectFB-Internal - Description: Third party module support package for DirectFB. - Version: @VERSION@ - Requires: directfb = @VERSION@ --Cflags: @DFB_INTERNAL_CFLAGS@ -I@INTERNALINCLUDEDIR@ -+Cflags: @DFB_INTERNAL_CFLAGS@ -I${includedir} -I${includedir}/../directfb -Index: DirectFB-1.0.0/directfb.pc.in -=================================================================== ---- DirectFB-1.0.0.orig/directfb.pc.in -+++ DirectFB-1.0.0/directfb.pc.in -@@ -8,4 +8,4 @@ Description: Graphics and windowing libr - Version: @VERSION@ - Requires: fusion direct - Libs: -L${libdir} -ldirectfb @THREADLIB@ @DYNLIB@ @ZLIB_LIBS@ @OSX_LIBS@ --Cflags: @THREADFLAGS@ -I@INCLUDEDIR@ -+Cflags: @THREADFLAGS@ -I${includedir} -Index: DirectFB-1.0.0/lib/direct/direct.pc.in -=================================================================== ---- DirectFB-1.0.0.orig/lib/direct/direct.pc.in -+++ DirectFB-1.0.0/lib/direct/direct.pc.in -@@ -7,4 +7,4 @@ Name: Direct - Description: DirectFB base development library - Version: @VERSION@ - Libs: -L${libdir} -ldirect @THREADLIB@ @DYNLIB@ --Cflags: @THREADFLAGS@ -I@INCLUDEDIR@ -+Cflags: @THREADFLAGS@ -I${includedir} -Index: DirectFB-1.0.0/lib/fusion/fusion.pc.in -=================================================================== ---- DirectFB-1.0.0.orig/lib/fusion/fusion.pc.in -+++ DirectFB-1.0.0/lib/fusion/fusion.pc.in -@@ -8,4 +8,4 @@ Description: High Level IPC Mechanisms - Version: @VERSION@ - Requires: direct - Libs: -L${libdir} -lfusion --Cflags: -I@INCLUDEDIR@ -+Cflags: -I${includedir} -Index: DirectFB-1.0.0/lib/voodoo/voodoo.pc.in -=================================================================== ---- DirectFB-1.0.0.orig/lib/voodoo/voodoo.pc.in -+++ DirectFB-1.0.0/lib/voodoo/voodoo.pc.in -@@ -8,4 +8,4 @@ Description: Interface based network tra - Version: @VERSION@ - Requires: direct - Libs: -L${libdir} -lvoodoo --Cflags: -I@INCLUDEDIR@ -+Cflags: -I${includedir} diff --git a/packages/directfb/files/getpagesize.patch b/packages/directfb/files/getpagesize.patch deleted file mode 100644 index 256b8db290..0000000000 --- a/packages/directfb/files/getpagesize.patch +++ /dev/null @@ -1,16 +0,0 @@ -diff --git a/lib/direct/system.c b/lib/direct/system.c -index 8dd3f12..0731fa2 100644 ---- a/lib/direct/system.c -+++ b/lib/direct/system.c -@@ -36,8 +36,9 @@ - - #if HAVE_ASM_PAGE_H - #include <asm/page.h> --#else --#define PAGE_SIZE sysconf( _SC_PAGESIZE ) -+#endif -+#ifndef PAGE_SIZE -+# define PAGE_SIZE (getpagesize()) - #endif - - diff --git a/packages/directfb/files/mkdfiff.patch b/packages/directfb/files/mkdfiff.patch deleted file mode 100644 index cb56fd3602..0000000000 --- a/packages/directfb/files/mkdfiff.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- DirectFB-1.0.0-rc1~org/tools/mkdfiff.c 2006-10-12 13:45:50.000000000 -0400 -+++ DirectFB-1.0.0-rc1/tools/mkdfiff.c 2006-10-12 13:57:38.000000000 -0400 -@@ -15,6 +15,8 @@ - - #include <dfiff.h> - -+#include <unistd.h> -+ - static DirectFBPixelFormatNames( format_names ); - - static const char *filename; diff --git a/packages/directfb/files/ts_lib_autotools.patch b/packages/directfb/files/ts_lib_autotools.patch deleted file mode 100644 index ced7104786..0000000000 --- a/packages/directfb/files/ts_lib_autotools.patch +++ /dev/null @@ -1,16 +0,0 @@ -Index: DirectFB-1.1.1/configure.in -=================================================================== ---- DirectFB-1.1.1.orig/configure.in 2008-05-07 23:08:04.000000000 +0200 -+++ DirectFB-1.1.1/configure.in 2008-05-07 23:15:43.000000000 +0200 -@@ -1292,8 +1292,11 @@ - - enable_tslib=no - if test "$checkfor_tslib" = "yes"; then -+ PKG_CHECK_MODULES([TSLIB], [tslib-1.0 >= 1.0.0], [enable_tslib=yes], [enable_tslib=no]) -+ if test "$enable_tslib" = "no"; then - PKG_CHECK_MODULES([TSLIB], [tslib-0.0 >= 0.0.2], enable_tslib=yes, enable_tslib=no - AC_MSG_WARN([*** no tslib -- tslib driver will not be built.])) -+ fi - fi - - enable_ucb1x00_ts=no diff --git a/packages/directfb/files/use_limits_h.patch b/packages/directfb/files/use_limits_h.patch deleted file mode 100644 index 327cd7a163..0000000000 --- a/packages/directfb/files/use_limits_h.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- FusionSound-1.0.0.orig/interfaces/IFusionSoundMusicProvider/ifusionsoundmusicprovider_cdda.c -+++ FusionSound-1.0.0/interfaces/IFusionSoundMusicProvider/ifusionsoundmusicprovider_cdda.c -@@ -109,6 +109,7 @@ typedef struct { - - #if defined(__linux__) - -+#include <limits.h> - #include <linux/cdrom.h> - - static DFBResult |