diff options
author | drochner <drochner> | 2010-07-20 11:44:15 +0000 |
---|---|---|
committer | drochner <drochner> | 2010-07-20 11:44:15 +0000 |
commit | 67fcd993911cfad154054cad3441ddc285420ed5 (patch) | |
tree | 4fb0f4424c4af4aee7a01cfb911543b665883313 | |
parent | d56b612841d33bf91d112f387b9a2b3ede6eaca2 (diff) | |
download | pkgsrc-67fcd993911cfad154054cad3441ddc285420ed5.tar.gz |
update to 2.4.1
changes:
- Since May 2010, all patents regarding the TrueType bytecode
interpreter have expired worldwide. Consequently, we now define
TT_CONFIG_OPTION_BYTECODE_INTERPRETER by default (and undefine
TT_CONFIG_OPTION_UNPATENTED_HINTING).
- A new function `FT_Library_SetLcdFilterWeights' is available to
adjust the filter weights set by `FT_Library_SetLcdFilter'.
-increased robustness, bugfixes
pkgsrc note: the "truetype" option was removed, the bytecode interpreter
is now always enabled
-rw-r--r-- | graphics/freetype2/Makefile | 19 | ||||
-rw-r--r-- | graphics/freetype2/distinfo | 8 |
2 files changed, 8 insertions, 19 deletions
diff --git a/graphics/freetype2/Makefile b/graphics/freetype2/Makefile index adb0dea46b5..9fd7a41c275 100644 --- a/graphics/freetype2/Makefile +++ b/graphics/freetype2/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.72 2010/02/18 21:28:45 drochner Exp $ +# $NetBSD: Makefile,v 1.73 2010/07/20 11:44:15 drochner Exp $ -DISTNAME= freetype-2.3.12 +DISTNAME= freetype-2.4.1 PKGNAME= ${DISTNAME:S/-/2-/} CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=freetype/} \ @@ -33,22 +33,11 @@ PKGCONFIG_OVERRIDE= builds/unix/freetype2.in .include "../../mk/compiler.mk" PKG_OPTIONS_VAR= PKG_OPTIONS.freetype2 -PKG_SUPPORTED_OPTIONS= truetype subpixel +PKG_SUPPORTED_OPTIONS= subpixel .include "../../mk/bsd.options.mk" -### -### This builds freetype2 with the TrueType bytecode interpreter. Note -### that there are important patent issues related to the use of the -### interpreter: -### -### http://www.freetype.org/patents.html -### -.if !empty(PKG_OPTIONS:Mtruetype) -CFLAGS+= -DTT_CONFIG_OPTION_BYTECODE_INTERPRETER -.endif - -# subpixel (lcd) rendering, also patent issues +# subpixel (lcd) rendering, patent issues .if !empty(PKG_OPTIONS:Msubpixel) CFLAGS+= -DFT_CONFIG_OPTION_SUBPIXEL_RENDERING .endif diff --git a/graphics/freetype2/distinfo b/graphics/freetype2/distinfo index 34f902e5793..bc80daf17cd 100644 --- a/graphics/freetype2/distinfo +++ b/graphics/freetype2/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.34 2010/02/18 21:28:45 drochner Exp $ +$NetBSD: distinfo,v 1.35 2010/07/20 11:44:15 drochner Exp $ -SHA1 (freetype-2.3.12.tar.bz2) = ebf0438429c0bedd310059326d91646c3c91016b -RMD160 (freetype-2.3.12.tar.bz2) = 57437a2bc0d85859cff2ca1253b36e64629397a1 -Size (freetype-2.3.12.tar.bz2) = 1453034 bytes +SHA1 (freetype-2.4.1.tar.bz2) = 1870cc142be52a721031fcf16c4f8110dfb84fdb +RMD160 (freetype-2.4.1.tar.bz2) = 8e0dc7fb031c900984fac338bfc117cdb1c2055d +Size (freetype-2.4.1.tar.bz2) = 1432560 bytes SHA1 (patch-aa) = 85bf9979802e04345a9f5ac3ada2cac9520dabcb |