Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/DirectFB/files: DirectFB-1.1.1-pkgconfig.patch digest-DirectFB-1.1.1 DirectFB-1.1.1-headers.patch
Date: Mon, 24 Dec 2007 10:20:10
Message-Id: E1J6kPl-0003vx-5q@stork.gentoo.org
1 vapier 07/12/24 10:20:05
2
3 Added: DirectFB-1.1.1-pkgconfig.patch
4 digest-DirectFB-1.1.1 DirectFB-1.1.1-headers.patch
5 Log:
6 Version bump.
7 (Portage version: 2.1.4_rc11)
8
9 Revision Changes Path
10 1.1 dev-libs/DirectFB/files/DirectFB-1.1.1-pkgconfig.patch
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/DirectFB/files/DirectFB-1.1.1-pkgconfig.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/DirectFB/files/DirectFB-1.1.1-pkgconfig.patch?rev=1.1&content-type=text/plain
14
15 Index: DirectFB-1.1.1-pkgconfig.patch
16 ===================================================================
17 http://bugs.gentoo.org/200661
18
19 --- DirectFB/directfb-config.in
20 +++ DirectFB/directfb-config.in
21 @@ -306,7 +306,7 @@
22 libs="$libs -ldirectfb -lfusion -ldirect @THREADLIB@"
23
24 if test -n "$echo_static"; then
25 - libs="$libs @DYNLIB@ @ZLIB_LIBS@"
26 + libs="$libs @DYNLIB@ @ZLIB_LIBS@ @SYSFS_LIBS@"
27 fi
28 fi
29
30 --- DirectFB/directfb.pc.in
31 +++ DirectFB/directfb.pc.in
32 @@ -8,5 +8,5 @@
33 Version: @VERSION@
34 Requires: fusion direct
35 Libs: -L${libdir} -ldirectfb @THREADLIB@ @OSX_LIBS@
36 -Libs.private: -L${libdir} @DYNLIB@ @ZLIB_LIBS@
37 +Libs.private: -L${libdir} @DYNLIB@ @ZLIB_LIBS@ @SYSFS_LIBS@
38 Cflags: @THREADFLAGS@ -I@INCLUDEDIR@
39
40
41
42 1.1 dev-libs/DirectFB/files/digest-DirectFB-1.1.1
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/DirectFB/files/digest-DirectFB-1.1.1?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/DirectFB/files/digest-DirectFB-1.1.1?rev=1.1&content-type=text/plain
46
47 Index: digest-DirectFB-1.1.1
48 ===================================================================
49 MD5 c75255049ca8d5c69afe4db58f603028 DirectFB-1.1.1.tar.gz 2614203
50 RMD160 08553be77c24f3f9accbe8d2304530b42bbc2e58 DirectFB-1.1.1.tar.gz 2614203
51 SHA256 f12ec5f0864d85268a8d67e4919cb7f3d7f0e06ed6cc278c952f6c342673d931 DirectFB-1.1.1.tar.gz 2614203
52
53
54
55 1.1 dev-libs/DirectFB/files/DirectFB-1.1.1-headers.patch
56
57 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/DirectFB/files/DirectFB-1.1.1-headers.patch?rev=1.1&view=markup
58 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/DirectFB/files/DirectFB-1.1.1-headers.patch?rev=1.1&content-type=text/plain
59
60 Index: DirectFB-1.1.1-headers.patch
61 ===================================================================
62 Don't rely on the kernel to tell us what the cpu target is ... we'll just
63 use the default values all the time instead.
64
65 http://bugs.gentoo.org/152614
66
67 --- lib/direct/ppcasm_memcpy_cachable.S
68 +++ lib/direct/ppcasm_memcpy_cachable.S
69 @@ -34,8 +34,6 @@
70
71 #define __ASSEMBLY__
72
73 -#include <linux/config.h>
74 -
75 #if defined(CONFIG_8xx) || defined(CONFIG_403GCX)
76 #define L1_CACHE_LINE_SIZE 16
77 #define LG_L1_CACHE_LINE_SIZE 4
78
79 Don't pollute the namespace with define hacks, just use the real deal.
80
81 --- include/dfb_types.h
82 +++ include/dfb_types.h
83 @@ -60,6 +60,8 @@
84
85 #endif
86
87 +#include <asm/types.h>
88 +#define DIRECTFB_NO_CRUFT
89 #ifndef DIRECTFB_NO_CRUFT
90 #define __u8 u8
91 #define __u16 u16
92
93
94
95 --
96 gentoo-commits@g.o mailing list