Browse Source

latest cairo has renamed function

master
parent
commit
86235ac913
  1. 12
      pango/pango.patch
  2. 2
      pango/pango.spec

12
pango/pango.patch

@ -116,3 +116,15 @@ Index: pangoxft.pc.in
Libs: -L${libdir} -lpangoxft-@PANGO_API_VERSION@
-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

2
pango/pango.spec

@ -37,7 +37,7 @@ Class: EVAL
Group: XWindow
License: GPL
Version: %{V_pango_major}.%{V_pango_minor}
Release: 20080926
Release: 20080927
# package options
%option with_x11 no

Loading…
Cancel
Save