Path to this page:
./
graphics/freetype2,
Font rendering engine and library API
Branch: CURRENT,
Version: 2.3.12,
Package name: freetype2-2.3.12,
Maintainer: rhFreeType is a portable, high-quality software solution for digital
typography. FreeType 1.3.1 was the last release of the FreeType 1
engine, as the project is now switching to a new version dubbed FreeType
2. It has, among other things, several advantages over FreeType 1:
* A universal and simple API to manage font files
* Support for several font formats through loadable drivers
* Even more portable
* An improved anti-aliasing algorithm
Required to build:[
devel/gmake] [
devel/libtool-base]
Master sites: (Expand)
SHA1: ebf0438429c0bedd310059326d91646c3c91016b
RMD160: 57437a2bc0d85859cff2ca1253b36e64629397a1
Filesize: 1418.979 KB
Version history: (Expand)
- (2010-02-19) Updated to version: freetype2-2.3.12
- (2009-11-24) Updated to version: freetype2-2.3.11nb1
- (2009-11-23) Updated to version: freetype2-2.3.11
- (2009-05-03) Updated to version: freetype2-2.3.9nb1
- (2009-04-17) Updated to version: freetype2-2.3.9
- (2009-01-28) Updated to version: freetype2-2.3.8
CVS history: (Expand)
2010-02-18 22:28:45 by Matthias Drochner | Files touched by this commit (2) |  |
Log message:
update to 2.3.12
changes:
- For `FT_Open_Face', new parameters are available to ignore
preferred family names: FT_PARAM_TAG_IGNORE_PREFERRED_FAMILY and
FT_PARAM_TAG_IGNORE_PREFERRED_SUBFAMILY.
- Support for incremental font loading (controlled with the
FT_CONFIG_OPTION_INCREMENTAL macro) is now active by default.
- Better support for vertical metrics.
- Various minor bug fixes.
|
| 2009-11-24 12:26:50 by Tobias Nygren | Files touched by this commit (3) |
Log message:
ensure "freetype-config --libs" emits a run path.
|
2009-11-23 13:01:58 by Matthias Drochner | Files touched by this commit (6) |  |
Log message:
update to 2.3.11
This is a bugfix release for the 2.3 series, which brings considerable
improvements for b/w rasterizing of hinted TrueType fonts at
small sizes. All users should upgrade.
|
| 2009-07-21 14:00:41 by Tobias Nygren | Files touched by this commit (1) |
Log message:
freetype2's .pc file requests linkage with -lz, so pull in zlib's bl3.mk
|
| 2009-06-14 19:59:32 by Joerg Sonnenberger | Files touched by this commit (263) |
Log message:
Remove @dirrm entries from PLISTs
|
2009-05-02 21:44:51 by Tobias Nygren | Files touched by this commit (6) |  |
Log message:
patch-[a-d]: Upstream patches for CVE-2009-0946.
Bump PKGREVISION.
|
2009-04-16 22:26:26 by Matthias Drochner | Files touched by this commit (3) |  |
Log message:
update to 2.3.9
changes:
-important bugfixes
-improved CID support
There was an ABI breakage between 2.3.7 and 2.3.8 which was reverted
in 2.3.9. The public 'PS_FontInfoRec' structure was expanded and
then shrunk. Applications compiled against 2.3.8 should work fine
with 2.3.9. Applications compiled against the new 2.3.9 can
theoretically exhibit problems if run against a 2.3.8 binary, if
some PS_FontInfo stuff is used. See the freetype release notes
for details. I didn't find any suspects for now. If one is found,
it should be changed to require 2.3.9, and PKGREV bumped.
|
| 2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252) |
Log message:
Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
|