8dd2c523ae
2.3.1: This bug fix release corrects a regression in font emboldening introduced in 2.3.0. Another bug against font appearance in 2.3.0 has been reported but not yet resolved - since no progress was being made on it, I decided to stop holding back the release of the fix we have. 2.3.0: Notable changes in this release include: - Subpixel LCD text rendering improvements - Dropped support for building against versions of freetype2, fontconfig & libXrender that pre-dated pkgconfig support. - Raised minimum required versions to freetype2 2.1.6 & fontconfig 2.5.92. plus of course assorted bug fixes and build configuration improvements. 2.2.0: This release removes the deprecated xft-config script now that pkg-config is well-established as it's replacement. It also updates the xft pkg-config file to reduce unnecessary linking in users of libXft, but may cause issues if used with versions of pkg-config older than the pkg-config 0.22 release from 2007. It also includes the usual recent set of build configuration improvements and janitorial cleanups.
30 lines
840 B
Makefile
30 lines
840 B
Makefile
# $NetBSD: Makefile,v 1.10 2012/06/03 17:43:11 wiz Exp $
|
|
|
|
DISTNAME= libXft-2.3.1
|
|
CATEGORIES= fonts x11
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=lib/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= http://fontconfig.org/
|
|
COMMENT= Library for configuring and customizing font access
|
|
|
|
CONFLICTS+= Xft2-[0-9]*
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_LIBTOOL= YES
|
|
USE_TOOLS+= pkg-config
|
|
PKGCONFIG_OVERRIDE= xft.pc.in
|
|
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
BUILDLINK_API_DEPENDS.fontconfig+= fontconfig>=2.6
|
|
.include "../../fonts/fontconfig/buildlink3.mk"
|
|
.include "../../graphics/freetype2/buildlink3.mk"
|
|
.include "../../x11/libXrender/buildlink3.mk"
|
|
.include "../../x11/libX11/buildlink3.mk"
|
|
.include "../../x11/xproto/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|