Age | Commit message (Collapse) | Author | Files | Lines |
|
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
|
|
|
|
|
|
and therefore slips through the normal patching code.
Inspired by and supposed to fix: PR 35193
|
|
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).
|
|
neither <inttypes.h> nor <stdint.h> exist. So skip the #error.
|
|
* Bug fixes and improvements
|
|
+ font-bitstream-75dpi
+ font-daewoo-misc
+ font-dec-misc
+ font-ibm-type1
+ font-isas=misc
+ font-jis-misc
+ font-mutt-misc
|
|
|
|
This are the PCF versions of the ClearlyU fonts for 100dpi displays.
This is from the modular Xorg project.
|
|
This are the PCF versions of the JIS "fixed" fonts for 78dpi displays.
This is from the modular Xorg project.
|
|
This are the PCF versions of the Song Si fonts for 72dpi displays.
This is from the modular Xorg project.
|
|
This are the Type1 versions of the IBM Courier fonts.
This is from the modular Xorg project.
|
|
This are the PCF versions of the following DEC fonts for 100dpi
displays:
- Cursor
- Session
This is from the modular Xorg project.
|
|
This are the PCF versions of the Daewoo Gothic fonts for 100dpi displays.
This is from the modular Xorg project.
|
|
|
|
|
|
This are the PCF versions of the following Bitstream fonts for 75dpi
displays:
- Charter
- Terminal
This is from the modular Xorg project.
|
|
This are the PCF versions of the following Bitstream fonts for 100dpi
displays:
- Charter
- Terminal
This is from the modular Xorg project.
|
|
+ font-bh-100dpi
+ font-bh-75dpi
+ font-bh-lucidatypewriter-100dpi
+ font-bh-lucidatypewriter-75dpi
+ font-bh-ttf
+ font-bh-type1
|
|
This are the Type1 versions of the following Bigelow & Holmes fonts:
- Luxi Mono
- Luxi Sans
- Luxi Serif
This is from the modular Xorg project.
|
|
This are the TrueType versions of the following Bigelow & Holmes fonts:
- Luxi Mono
- Luxi Sans
- Luxi Serif
This is from the modular Xorg project.
|
|
This are the PCF versions of the following Bigelow & Holmes fonts for
75dpi displays:
- Lucida Typewriter
This is from the modular Xorg project.
|
|
This are the PCF versions of the following Bigelow & Holmes fonts for
100dpi displays:
- Lucida Typewriter
This is from the modular Xorg project.
|
|
This are the PCF versions of the following Bigelow & Holmes fonts for
75dpi displays:
- Lucida
- Lucida Bright
This is from the modular Xorg project.
|
|
This are the PCF versions of the following Bigelow & Holmes fonts for
100dpi displays:
- Lucida
- Lucida Bright
This is from the modular Xorg project.
|
|
|
|
|
|
|
|
|
|
+ font-adobe-75dpi
+ font-adobe-utopia-100dpi
+ font-adobe-utopia-75dpi
|
|
This are the PCF versions of the following Adobe fonts for 75dpi
displays:
- Adobe Utopia
This is from the modular Xorg project.
|
|
This are the PCF versions of the following Adobe fonts for 100dpi
displays:
- Adobe Utopia
This is from the modular Xorg project.
|
|
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.
|
|
+ mkcfm
+ font-util
+ font-bitstream-type1
+ font-cursor-misc
+ font-misc-misc
|
|
"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.
|
|
Charter Type 1 fonts.
|
|
ucs2any.
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
The package provides the X.org font encoding files, such as
adobe-dingbats.enc.gz, ibm-cp866.enc, jisx0212.1990-0.enc.gz,
and others. This is from the modular X.org project.
|
|
|