packages with the modular Xorg equivalent. Those are falling back
to the old location by default, so this commmit doesn't change
dependencies.
graphics/xpm ==> x11/libXpm
fonts/Xft2 ==> x11/libXft
x11/Xfixes ==> x11/libXfixes
x11/xcursor ==> x11/libXcursor
x11/Xrender ==> x11/libXrender
x11/Xrandr ==> libXrandr
2.4.2
Han-Wen Nienhuys:
FcStrCanonFileName buggy for mingw. (bug 8311)
More fixes for Win32 building (bug 8311)
Kean Johnston:
Don't use varargs CPP macros in fccache.c. (bug 8733)
Keith Packard:
Remove documentation for non-existant FcConfigNormalizeFontDir.
Build fontconfig.def from header files when needed.
Detect and use available random number generator (bug 8308)
Add sparc64 architecture string.
FcStrCanonAbsoluteFilename should be static.
Use explicit platform/nameid order when scanning ttf files.
Warn (and recover) from config file without <cachedir> elements.
Avoid writing uninitialized structure pad bytes to cache files.
Fix grep pattern in makealias to work on non-Gnu grep (bug 8368).
Add FcFreeTypeQueryFace external API. Bug #7311.
Segfault scanning non-font files. Disallow scan edit of user vars. (#8767)
Add space between type and formal in devel man pages (bug 8935)
Mike FABIAN:
Do not clean cache files for different architectures
Peter Breitenlohner:
A VPATH build of fontconfig-2.4.1 fails for various reasons. Bug 8933.
Use <literal> instead of <sgmltag> when documenting fonts.conf. Bug 8935.
Fix fc-cat documentation (bug 8935).
This are the PCF versions of the following Adobe fonts for 75dpi
displays:
- Courier
- Helvetica
- New Century Schoolbook
- Symbol
- Times
This is from the modular Xorg project.
This are the PCF versions of the following Adobe fonts for 100dpi
displays:
- Courier
- Helvetica
- New Century Schoolbook
- Symbol
- Times
This is from the modular Xorg project.
"fixed" PCF font.
Patches remove the reference to bdftruncate (never used) and mkfontscale
(bitmap fonts only). Perl is not needed any longer as site effect and
should have never been checked for in first place.
This are the standard X11 cursors. Package is modified not to use
mkfontscale as it doesn't deal with scalable fonts. configure.ac
patch is included for easier upstream merging.
The mkcfm tool creates summaries of font metric files in CID font
directories. Those summaries speed up the CID rasterizer as it
doesn't have to read the usually large font metric files on access
to compute them.
The bdftopcf tool converts X fonts from Bitmap Distribution Format
to Portable Compiled Format.
Fonts in the Portable Compiled Format can be read by any architecture,
although the file is structured to allow one particular
architecture to read them directly without reformatting. This
allows fast reading on the appropriate machine, but the files
are still portable (but read more slowly) on other machines.