On Sun, Aug 30, 2009 at 11:37:31PM +1000, Harshula wrote:

> On Thu, 2009-08-27 at 15:47 -0700, Steve Langasek wrote:

> > The m17n-lib package currently build-depends on libgd2-xpm-dev, but it
> > doesn't actually need xpm support.  The attached patch switches this build
> > dependency to libgd2-noxpm-dev, which will let the dependency be satisfied
> > by either of libgd2-xpm or libgd2-noxpm.

> Thanks for the patch. Can you refer me to any background information on
> the reason for the change?

> libgd2-noxpm-dev:
> ----------------------------------------------------------------
>  This is the full development version of the library, built without XPM
>  (X pixmap) or fontconfig support.
> ----------------------------------------------------------------

> I'm a bit concerned about the "built without ... fontconfig support".

The libm17n-gd plugin doesn't use any of libgd's text-drawing interfaces.
It only uses these symbols:

            gdImageDestroy
            gdImageCopy
            gdImageCreateTrueColor
            gdImageLine
            gdImageColorResolve
            gdImageRectangle
            gdImageColorResolveAlpha
            gdImageSetPixel
            gdImageCreate
            gdImageFilledRectangle

So fontconfig support (as well as xpm support) is a no-op for this package.

Cheers,
-- 
Steve Langasek                   Give me a lever long enough and a Free OS
Debian Developer                   to set it on, and I can move the world.
Ubuntu Developer                                    http://www.debian.org/
slanga...@ubuntu.com                                     vor...@debian.org

Attachment: signature.asc
Description: Digital signature

Reply via email to