Browse Source

* 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
early
Minto van der Sluis 18 years ago
parent
commit
73fc119a85
  1. 8
      video/directfb/directfb.desc
  2. 47
      video/directfb/types-fix.patch

8
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/

47
video/directfb/types-fix.patch

@ -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 <sys/types.h>
+#include <asm/types.h>
+
+#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
Loading…
Cancel
Save