OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 27-Sep-2008 15:40:55
Branch: HEAD Handle: 2008092714405500
Modified files:
openpkg-src/pango pango.patch pango.spec
Log:
latest cairo has renamed function
Summary:
Revision Changes Path
1.19 +12 -0 openpkg-src/pango/pango.patch
1.84 +1 -1 openpkg-src/pango/pango.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/pango/pango.patch
============================================================================
$ cvs diff -u -r1.18 -r1.19 pango.patch
--- openpkg-src/pango/pango.patch 7 Sep 2008 17:41:30 -0000 1.18
+++ openpkg-src/pango/pango.patch 27 Sep 2008 13:40:55 -0000 1.19
@@ -116,3 +116,15 @@
Libs: -L${libdir} [EMAIL PROTECTED]@
-Cflags: -I${includedir}/pango-1.0
+Cflags: -I${includedir}/pango-1.0 -I${includedir}
+Index: pango/pangocairo-render.c
+--- pango/pangocairo-render.c.orig 2008-08-06 11:13:59 +0200
++++ pango/pangocairo-render.c 2008-09-26 23:00:06 +0200
+@@ -710,7 +710,7 @@
+ cairo_get_current_point (renderer->cr, &renderer->x_offset,
&renderer->y_offset);
+
+ /* abuse save_current_point() to cache cairo_has_show_text_glyphs()
result */
+- renderer->has_show_text_glyphs = cairo_has_show_text_glyphs
(renderer->cr);
++ renderer->has_show_text_glyphs =
INT_cairo_surface_cairo_has_show_text_glyphs (renderer->cr);
+ }
+
+ static void
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/pango/pango.spec
============================================================================
$ cvs diff -u -r1.83 -r1.84 pango.spec
--- openpkg-src/pango/pango.spec 26 Sep 2008 18:14:04 -0000 1.83
+++ openpkg-src/pango/pango.spec 27 Sep 2008 13:40:55 -0000 1.84
@@ -37,7 +37,7 @@
Group: XWindow
License: GPL
Version: %{V_pango_major}.%{V_pango_minor}
-Release: 20080926
+Release: 20080927
# package options
%option with_x11 no
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]