diff options
author | wiz <wiz@pkgsrc.org> | 2005-10-15 16:55:32 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-10-15 16:55:32 +0000 |
commit | 6d3a248fc996e535ba71c5ccea26ed759f07c8bf (patch) | |
tree | 359dd697398d4625717078068e7d70ec352a4297 | |
parent | aedee9c89b7699645e54826a8061fd0871e71ca0 (diff) | |
download | pkgsrc-6d3a248fc996e535ba71c5ccea26ed759f07c8bf.tar.gz |
Update to 2.1.7:
2005-03-29 Keith Packard
* README:
* Xft.h:
* configure.ac:
Update for version 2.1.7
2005-03-01 Keith Packard
* xftdpy.c: (_XftDisplayInfoGet), (XftDefaultSubstitute):
Avoid calling any Render functions when Render is missing (#137)
* xftglyphs.c: (XftFontLoadGlyphs):
Only clip to bounding box when FC_CHARCELL is specified.
Only fix glyph spacing when FC_MONO is specified.
2005-02-28 Keith Packard
* configure.ac:
* xftdpy.c: (_XftDefaultInit), (XftDefaultSubstitute):
* xftfreetype.c: (XftFontInfoFill), (XftFontOpenInfo):
* xftglyphs.c: (XftFontLoadGlyphs):
* xftint.h:
Add support for artificial emboldening of glyphs through
the FT_GlyphSlot_Embolden API when it is available.
* xftextent.c: (XftGlyphExtents):
Optimize one glyph extents case (it happens a *lot*).
(Ross Burton)
2004-11-28 James Henstridge
* xftfreetype.c (_XftReleaseFile): add parentheses in the
expression in the second argument to XftMemFree so that it is
interpreted correctly.
2004-09-05 Keith Packard
* configure.ac:
Move AC_CONFIG_AUX_DIR above AM_INIT_AUTOMAKE to make
automake 1.9 happy
2004-08-03 Keith Packard
* xftfreetype.c: (_XftReleaseFile):
Called strlen with (f->file) without checking for NULL (which
happens when directly using FT_Face objects).
2004-04-14 Keith Packard
* AUTHORS:
* Makefile.am:
* Xft-def.cpp:
* Xft.3.in:
* Xft.h:
* XftCompat.h:
* configure.ac:
* xftcolor.c:
* xftcore.c:
* xftdbg.c:
* xftdpy.c:
* xftdraw.c:
* xftextent.c:
* xftfont.c:
* xftfreetype.c: (XftFontOpenInfo):
* xftglyphs.c:
* xftinit.c:
* xftint.h:
* xftlist.c:
* xftname.c:
* xftrender.c:
* xftstr.c:
* xftswap.c:
* xftxlfd.c:
Regularize #include usage so that all includes
happen in xftint.h. This allows conditional inclusion
of system headers like string.h/strings.h
Add GCC warnings on GCC systems.
Fix CVS Id strings
-rw-r--r-- | fonts/Xft2/Makefile | 7 | ||||
-rw-r--r-- | fonts/Xft2/distinfo | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/fonts/Xft2/Makefile b/fonts/Xft2/Makefile index fd3b525fc05..deddbcfa720 100644 --- a/fonts/Xft2/Makefile +++ b/fonts/Xft2/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.40 2005/09/07 16:49:40 reed Exp $ +# $NetBSD: Makefile,v 1.41 2005/10/15 16:55:32 wiz Exp $ -DISTNAME= libXft-2.1.6 -PKGNAME= Xft2-2.1.6 -PKGREVISION= 1 +DISTNAME= libXft-2.1.7 +PKGNAME= Xft2-2.1.7 CATEGORIES= fonts x11 MASTER_SITES= http://xlibs.freedesktop.org/release/ EXTRACT_SUFX= .tar.bz2 diff --git a/fonts/Xft2/distinfo b/fonts/Xft2/distinfo index e17903e3da1..3db8eaf3ac8 100644 --- a/fonts/Xft2/distinfo +++ b/fonts/Xft2/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2005/02/23 19:18:26 agc Exp $ +$NetBSD: distinfo,v 1.11 2005/10/15 16:55:32 wiz Exp $ -SHA1 (libXft-2.1.6.tar.bz2) = ce5fc2fd3661c483932aa891f8db67eb22af334a -RMD160 (libXft-2.1.6.tar.bz2) = b50dcf49b065d7d3753ac2db49301a04ed7e8d9c -Size (libXft-2.1.6.tar.bz2) = 234117 bytes +SHA1 (libXft-2.1.7.tar.bz2) = bba656ae9bada7176517275f17738dc9932edf78 +RMD160 (libXft-2.1.7.tar.bz2) = ad64b65bdffc3ea792d3c2c18d9bde14ef1f5a54 +Size (libXft-2.1.7.tar.bz2) = 237056 bytes |