[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: cairo: Avoid deprecated pango_cairo_font_map_create_context().
From: |
Ben Pfaff |
Subject: |
Re: cairo: Avoid deprecated pango_cairo_font_map_create_context(). |
Date: |
Tue, 02 Oct 2012 07:56:24 -0700 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.4 (gnu/linux) |
John Darrington <address@hidden> writes:
> On Sun, Sep 30, 2012 at 11:06:37AM -0700, Ben Pfaff wrote:
>
> Please look over the commits and let me know if any of them seem
> wrong.
>
> Pango 1.30 that is in Debian "wheezy" has marked this function as
> deprecated. The replacement pango_font_map_create_context() was
> introduced in Pango 1.22, which was also in Debian "squeeze" (which
> had Pango 1.28), so it seems safe to switch without worrying about
> a Pango version check.
>
>
> But configure.ac checks for Pango 1.20 or later. So if we're now relying
> on 1.22 we need to fix configure.ac too.
Does that seem reasonable to you, or would you prefer that I
write a version check?