~ubuntu-branches/ubuntu/intrepid/cairo/intrepid-updates

« back to all changes in this revision

Viewing changes to debian/patches/03_fix_ftbfs_withing_xcb.dpatch

  • Committer: Bazaar Package Importer
  • Author(s): Fabien Tassin
  • Date: 2008-09-25 16:22:33 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20080925162233-btx61ymk181i7mcc
Tags: 1.7.6-0ubuntu1
* New upstream version. Most noticable changes are:
  - some API changes with especially the removal of
    cairo_font_options_set_lcd_filter and cairo_font_options_get_lcd_filter
  - xlib: Faster bookkeeping
  - PS: Fix gradients with non-constant alpha
  - Fix deadlock in user-font code
* debian/patches/00list: Remove 03_from_git_fix_lcd_filter_default.dpatch,
  add debian/patches/03_fix_ftbfs_withing_xcb.dpatch
* debian/libcairo2.symbols, debian/libcairo-directfb2.symbols: update
  list of symbols

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#! /bin/sh /usr/share/dpatch/dpatch-run
 
2
 
 
3
@DPATCH@
 
4
---
 
5
 src/cairo-features.h |   20 --------------------
 
6
 1 file changed, 20 deletions(-)
 
7
 
 
8
Index: cairo-1.7.6/src/cairo-features.h
 
9
===================================================================
 
10
--- cairo-1.7.6.orig/src/cairo-features.h
 
11
+++ /dev/null
 
12
@@ -1,20 +0,0 @@
 
13
-/* Generated by configure.  Do not edit. */
 
14
-#ifndef CAIRO_FEATURES_H
 
15
-#define CAIRO_FEATURES_H
 
16
-
 
17
-#define CAIRO_HAS_FT_FONT 1
 
18
-#define CAIRO_HAS_IMAGE_SURFACE 1
 
19
-#define CAIRO_HAS_PDF_SURFACE 1
 
20
-#define CAIRO_HAS_PNG_FUNCTIONS 1
 
21
-#define CAIRO_HAS_PS_SURFACE 1
 
22
-#define CAIRO_HAS_SVG_SURFACE 1
 
23
-#define CAIRO_HAS_USER_FONT 1
 
24
-#define CAIRO_HAS_XLIB_SURFACE 1
 
25
-#define CAIRO_HAS_XLIB_XRENDER_SURFACE 1
 
26
-
 
27
-/*#undef CAIRO_HAS_QUARTZ_FONT */
 
28
-/*#undef CAIRO_HAS_QUARTZ_SURFACE */
 
29
-/*#undef CAIRO_HAS_WIN32_FONT */
 
30
-/*#undef CAIRO_HAS_WIN32_SURFACE */
 
31
-
 
32
-#endif