Gentoo Archives: gentoo-commits

From: "Remi Cardona (remi)" <remi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-cpp/cairomm/files: cairomm-1.5.0-fix-new-cairo-API.patch
Date: Mon, 24 Mar 2008 22:08:05
Message-Id: E1Jdupn-0004sB-CY@stork.gentoo.org
1 remi 08/03/24 22:08:03
2
3 Added: cairomm-1.5.0-fix-new-cairo-API.patch
4 Log:
5 dev-cpp/cairomm: Bump to 1.5.0 with build fix for cairo 1.5.14
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.1 dev-cpp/cairomm/files/cairomm-1.5.0-fix-new-cairo-API.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/cairomm/files/cairomm-1.5.0-fix-new-cairo-API.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/cairomm/files/cairomm-1.5.0-fix-new-cairo-API.patch?rev=1.1&content-type=text/plain
13
14 Index: cairomm-1.5.0-fix-new-cairo-API.patch
15 ===================================================================
16 From: Murray Cumming <murrayc@×××××××.com>
17 Date: Sun, 23 Mar 2008 10:19:54 +0000 (+0100)
18 Subject: 2008-03-23 Murray Cumming <murrayc@×××××××.com>
19 X-Git-Url: http://gitweb.cairographics.org/?p=cairomm.git;a=commitdiff;h=56d68c7dda87aaf7da08a64e8640222654b6ab22
20
21 2008-03-23 Murray Cumming <murrayc@×××××××.com>
22
23 * cairomm/enums.h (FONT_TYPE_ATSUI, FONT_TYPE_QUARTZ):
24 Change the definition of FONT_TYPE_ATSUI from CAIRO_FONT_TYPE_ATSUI to
25 CAIRO_FONT_TYPE_QUARTZ (the same numerical value) and document it as
26 deprecated. The others should be documented too.
27 Added FONT_TYPE_QUARTZ.
28 ---
29
30 --- a/ChangeLog
31 +++ b/ChangeLog
32 @@ -1,3 +1,11 @@
33 +2008-03-23 Murray Cumming <murrayc@×××××××.com>
34 +
35 + * cairomm/enums.h (FONT_TYPE_ATSUI, FONT_TYPE_QUARTZ):
36 + Change the definition of FONT_TYPE_ATSUI from CAIRO_FONT_TYPE_ATSUI to
37 + CAIRO_FONT_TYPE_QUARTZ (the same numerical value) and document it as
38 + deprecated. The others should be documented too.
39 + Added FONT_TYPE_QUARTZ.
40 +
41 == 1.5.0 ==
42
43 2008-03-10 Jonathon Jongsma <jjongsma@×××××.org>
44 --- a/cairomm/enums.h
45 +++ b/cairomm/enums.h
46 @@ -192,7 +192,8 @@ typedef enum
47 FONT_TYPE_TOY = CAIRO_FONT_TYPE_TOY,
48 FONT_TYPE_FT = CAIRO_FONT_TYPE_FT,
49 FONT_TYPE_WIN32 = CAIRO_FONT_TYPE_WIN32,
50 - FONT_TYPE_ATSUI = CAIRO_FONT_TYPE_ATSUI
51 + FONT_TYPE_ATSUI = CAIRO_FONT_TYPE_QUARTZ, /**< @deprecated Use FONT_TYPE_QUARTZ instead. */
52 + FONT_TYPE_QUARTZ = CAIRO_FONT_TYPE_QUARTZ
53 } FontType;
54
55 } // namespace Cairo
56
57
58
59 --
60 gentoo-commits@l.g.o mailing list