pkgsrc/fonts/Xft2/Makefile

34 lines
898 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.50 2007/01/03 22:13:50 wiz Exp $
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
2005-10-15 18:55:32 +02:00
DISTNAME= libXft-2.1.7
PKGNAME= Xft2-2.1.7
PKGREVISION= 3
CATEGORIES= fonts x11
MASTER_SITES= http://xlibs.freedesktop.org/release/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://fontconfig.org/
COMMENT= Library for configuring and customizing font access
CONFLICTS+= libXft-[0-9]*
2004-04-24 19:39:01 +02:00
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
2004-04-24 19:39:01 +02:00
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
USE_TOOLS+= gmake pkg-config
PKGCONFIG_OVERRIDE= xft.pc.in
MAKE_ENV+= EGREP=${EGREP:Q}
BUILDLINK_API_DEPENDS.Xrender+= Xrender>=0.9.0nb2
BUILDLINK_API_DEPENDS.fontconfig+= fontconfig>=2.2
.include "../../devel/zlib/buildlink3.mk"
.include "../../fonts/fontconfig/buildlink3.mk"
.include "../../graphics/freetype2/buildlink3.mk"
.include "../../x11/libXrender/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"