From 73fc119a85c539693134f17ade8afcd1735c256d Mon Sep 17 00:00:00 2001 From: Minto van der Sluis Date: Thu, 14 Jun 2007 07:48:52 +0000 Subject: [PATCH] * updated directfb (1.0.0-rc1 -> 1.0.0) git-svn-id: svn://svn.opensde.net/opensde/package/trunk@21346 10447126-35f2-4685-b0cf-6dd780d3921f --- video/directfb/directfb.desc | 8 +++--- video/directfb/types-fix.patch | 47 ---------------------------------- 2 files changed, 4 insertions(+), 51 deletions(-) delete mode 100644 video/directfb/types-fix.patch diff --git a/video/directfb/directfb.desc b/video/directfb/directfb.desc index ac3a407f4..cac2aaa88 100644 --- a/video/directfb/directfb.desc +++ b/video/directfb/directfb.desc @@ -3,7 +3,7 @@ # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # Filename: package/.../directfb/directfb.desc -# Copyright (C) 2006 The OpenSDE Project +# Copyright (C) 2006 - 2007 The OpenSDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project # Copyright (C) 1998 - 2003 Clifford Wolf # @@ -34,8 +34,8 @@ [C] extra/multimedia [L] GPL -[S] Beta -[V] 1.0.0-rc1 +[S] Stable +[V] 1.0.0 [P] X -----5---9 136.400 -[D] 3423023060 DirectFB-1.0.0-rc1.tar.gz http://www.directfb.org/downloads/Core/ +[D] 3106712368 DirectFB-1.0.0.tar.gz http://www.directfb.org/downloads/Core/ diff --git a/video/directfb/types-fix.patch b/video/directfb/types-fix.patch deleted file mode 100644 index c01a11caf..000000000 --- a/video/directfb/types-fix.patch +++ /dev/null @@ -1,47 +0,0 @@ -# --- T2-COPYRIGHT-NOTE-BEGIN --- -# This copyright note is auto-generated by ./scripts/Create-CopyPatch. -# -# T2 SDE: package/.../directfb/types-fix.patch -# Copyright (C) 2006 The T2 SDE Project -# -# More information can be found in the files COPYING and README. -# -# This patch file is dual-licensed. It is available under the license the -# patched project is licensed under, as long as it is an OpenSource license -# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms -# of the GNU General Public License as published by the Free Software -# Foundation; either version 2 of the License, or (at your option) any later -# version. -# --- T2-COPYRIGHT-NOTE-END --- - - -Not sure if these __{u,s}{8,16,32,64} defines should be disabled unconditionally. -At least on x86_64, this compiles however. - --jsaw - ---- DirectFB-0.9.24/include/dfb_types.h.orig 2005-07-26 22:58:50.000000000 +0200 -+++ DirectFB-0.9.24/include/dfb_types.h 2006-02-13 22:03:19.000000000 +0100 -@@ -2,6 +2,9 @@ - #define __DFB_TYPES_H__ - - #include -+#include -+ -+#ifdef __ASSEMBLY__ - - #ifndef USE_KOS - -@@ -15,6 +18,7 @@ - #define __s32 int32_t - #define __s64 int64_t - -+ - #else - - #define __u8 uint8 -@@ -30,3 +34,5 @@ - #endif - - #endif -+ -+#endif