pkgsrc/graphics/libotf/Makefile
wiz 1ff67eec45 Update to 0.9.9:
* Changes in libotf 0.9.9

** New function OTF_get_variation_glyphs returns glyphs selected by
variation selectors.

** The funciton OTF_drive_cmap handles a variation selector.

** The example program `otfview' can handle variation selectors.

** The function OTF_drive_gpos is obsolte now, and the new function
OTF_drive_gpos2 should be used instead.  See the comment of the member
"glyph_id" of type "OTF_Glyph" for the detail.

** If a font doesn't have GDEF table, automatically synthesized GDEF
table is used.
2009-03-22 21:12:51 +00:00

23 lines
500 B
Makefile

# $NetBSD: Makefile,v 1.4 2009/03/22 21:12:51 wiz Exp $
#
DISTNAME= libotf-0.9.9
CATEGORIES= graphics
MASTER_SITES= http://www.m17n.org/libotf/
MAINTAINER= obache@NetBSD.org
HOMEPAGE= http://www.m17n.org/libotf/
COMMENT= Library for handling OpenType fonts (OTF)
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
PKGCONFIG_OVERRIDE+= libotf.pc.in
.include "options.mk"
.include "../../graphics/freetype2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"