Matthias Clasen
Thu, 13 Oct 2005 08:06:22 -0700
On Fri, 2005-10-07 at 14:06 -0400, Matthias Clasen wrote: > > > > I'd really like to have a report telling me which package still > > use theses. Unfortunately, I don't have the time and disk space > > to download all sources repositories of various distros. > > > > this would be hugely useful for me. Especially if you also include > > previous releases of your distribution, not only the bleeding edge > > one. > > I have done this for the current Fedora Core and Extras source trees > now. > > In Core, I found > > fontconfig > kdegraphics (for xpdf splash in kpdf) > libXfont > poppler (for xpdf splash) > qt > xorg-x11 (Xprint, fonttosfnt) > xpdf > (vnc has a copy of the X tree, but I think thats only because > it needs to be built inside it)
I started to look at some of these in more detail, and luckily it turns out that xpdf doesn't actually need any freetype internals. I'll attach a trivial patch which makes it use the necessary public headers instead. The same patch applies to kdegraphics and poppler. Matthias
--- xpdf-3.01/splash/SplashFTFont.cc.freetype-internals 2005-08-17 01:34:31.000000000 -0400 +++ xpdf-3.01/splash/SplashFTFont.cc 2005-10-13 10:08:22.000000000 -0400 @@ -14,7 +14,8 @@ #include <ft2build.h> #include FT_OUTLINE_H -#include FT_INTERNAL_OBJECTS_H // needed for FT_New_Size decl +#include FT_SIZES_H +#include FT_GLYPH_H #include "gmem.h" #include "SplashMath.h" #include "SplashGlyphBitmap.h"
_______________________________________________ Freetype-devel mailing list Freetype-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/freetype-devel