pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/freetype2 Changes 2.1.9:
details: https://anonhg.NetBSD.org/pkgsrc/rev/4b8e4c2a015c
branches: trunk
changeset: 478938:4b8e4c2a015c
user: adam <adam%pkgsrc.org@localhost>
date: Mon Aug 02 12:30:01 2004 +0000
description:
Changes 2.1.9:
I. IMPORTANT BUG FIXES
- The function `FT_Get_CharMap_Index' was only declared, without
any real code. For consistency, it has been renamed to
`FT_Get_Charmap_Index'. (This function is needed to implement
cmap caches.)
- `FT_Outline_Get_BBox' sometimes returned incorrect values for
conic outlines (e.g., for TrueType fonts).
- Handling of `bhed' table has been fixed.
- The TrueType driver with enabled byte code interpreter sometimes
returned artifacts due to incorrect rounding. This bug has been
introduced after version 2.1.4.
- The BDF driver dropped the last glyph in the font.
- The BDF driver now uses the DEFAULT_CHAR property (if available)
to select a glyph shape for the undefined glyph.
II. IMPORTANT CHANGES
- George Williams contributed code to handle Apple's font
distortion technology found in GX fonts (`avar', `cvar', `fvar',
and `gvar' tables; the Multiple Masters API has been slightly
extended to cope with the new functionality).
- The `FT_GlyphSlotRec' structure has been extended: The elements
`lsb_delta' and `rsb_delta' give the difference between hinted
and unhinted left and right side bearings if autohinting is
active. Using those values can improve the inter-letter spacing
considerably. See the documentation of `FT_GlyphSlotRec' and
the `ftstring' demo program how to use it.
III. MISCELLANEOUS
- A new documentation file `formats.txt' describes various font
formats supported (and not supported) by FreeType.
diffstat:
graphics/freetype2/Makefile | 7 +++----
graphics/freetype2/PLIST | 4 ++--
graphics/freetype2/distinfo | 6 +++---
3 files changed, 8 insertions(+), 9 deletions(-)
diffs (45 lines):
diff -r d5a064ba2ba3 -r 4b8e4c2a015c graphics/freetype2/Makefile
--- a/graphics/freetype2/Makefile Mon Aug 02 09:59:12 2004 +0000
+++ b/graphics/freetype2/Makefile Mon Aug 02 12:30:01 2004 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.34 2004/06/15 07:29:00 cube Exp $
-#
+# $NetBSD: Makefile,v 1.35 2004/08/02 12:30:01 adam Exp $
-DISTNAME= freetype-2.1.8
-PKGNAME= freetype2-2.1.8
+DISTNAME= freetype-2.1.9
+PKGNAME= freetype2-2.1.9
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=freetype/} \
ftp://ftp.freetype.org/freetype/freetype2/ \
diff -r d5a064ba2ba3 -r 4b8e4c2a015c graphics/freetype2/PLIST
--- a/graphics/freetype2/PLIST Mon Aug 02 09:59:12 2004 +0000
+++ b/graphics/freetype2/PLIST Mon Aug 02 12:30:01 2004 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2004/04/27 15:03:17 adam Exp $
+@comment $NetBSD: PLIST,v 1.9 2004/08/02 12:30:01 adam Exp $
bin/freetype-config
include/freetype2/freetype/cache/ftccache.h
include/freetype2/freetype/cache/ftccmap.h
@@ -82,7 +82,7 @@
lib/libfreetype.la
lib/libfreetype.so
lib/libfreetype.so.9
-lib/libfreetype.so.9.6
+lib/libfreetype.so.9.7
lib/pkgconfig/freetype2.pc
share/aclocal/freetype2.m4
@unexec ${RMDIR} %D/share/aclocal 2>/dev/null || ${TRUE}
diff -r d5a064ba2ba3 -r 4b8e4c2a015c graphics/freetype2/distinfo
--- a/graphics/freetype2/distinfo Mon Aug 02 09:59:12 2004 +0000
+++ b/graphics/freetype2/distinfo Mon Aug 02 12:30:01 2004 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2004/04/27 14:59:49 adam Exp $
+$NetBSD: distinfo,v 1.12 2004/08/02 12:30:01 adam Exp $
-SHA1 (freetype-2.1.8.tar.bz2) = c11759d337cb0bded649a4e25935a779873365b1
-Size (freetype-2.1.8.tar.bz2) = 976821 bytes
+SHA1 (freetype-2.1.9.tar.bz2) = a3c3a0c0d5f8f6e62c774e24817748a941016990
+Size (freetype-2.1.9.tar.bz2) = 992394 bytes
SHA1 (patch-ab) = f44dcb79e7067a225cfe55cf8b95fdd28caeeec3
Home |
Main Index |
Thread Index |
Old Index