summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLadislav Hagara2010-07-13 17:54:19 +0200
committerGeorge Sherwood2010-08-14 07:51:06 -0500
commit1f8a52ebf566416e1988760f0673825224617911 (patch)
tree3cc2d6d7b8f156c52114db9b7d0f5db020cf777e
parentd914c8d346bf3da2f6dba9f5b0922130c5601c53 (diff)
freetype2 2.4.0
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). (cherry picked from commit 50cf6a877add77134671aaabc956946147ce7ed0)
-rwxr-xr-xgraphics-libs/freetype2/CONFIGURE1
-rwxr-xr-xgraphics-libs/freetype2/DETAILS2
-rw-r--r--graphics-libs/freetype2/HISTORY4
-rwxr-xr-xgraphics-libs/freetype2/PRE_BUILD4
4 files changed, 5 insertions, 6 deletions
diff --git a/graphics-libs/freetype2/CONFIGURE b/graphics-libs/freetype2/CONFIGURE
index 18349aa8b0..4471cadc3b 100755
--- a/graphics-libs/freetype2/CONFIGURE
+++ b/graphics-libs/freetype2/CONFIGURE
@@ -1,4 +1,3 @@
-config_query FT2_BYTECODE "Enable bytecode interpreter (patented in some countries)?" n
config_query FT2_SUBPIXEL "Enable LCD subpixel rendering enhancements (patented in some countries)?" n
if [[ $FT2_SUBPIXEL = y ]]; then
config_query_list FT2_FIR_FILTER "Force fir filtering (reduces color bands)?" light legacy none
diff --git a/graphics-libs/freetype2/DETAILS b/graphics-libs/freetype2/DETAILS
index deba53bc24..e49a9f9530 100755
--- a/graphics-libs/freetype2/DETAILS
+++ b/graphics-libs/freetype2/DETAILS
@@ -1,5 +1,5 @@
SPELL=freetype2
- VERSION=2.3.12
+ VERSION=2.4.0
SECURITY_PATCH=2
SOURCE=freetype-$VERSION.tar.bz2
SOURCE2=$SOURCE.sig
diff --git a/graphics-libs/freetype2/HISTORY b/graphics-libs/freetype2/HISTORY
index 14cb427967..d62138c194 100644
--- a/graphics-libs/freetype2/HISTORY
+++ b/graphics-libs/freetype2/HISTORY
@@ -1,3 +1,7 @@
+2010-07-13 Ladislav Hagara <hgr@vabo.cz>
+ * DETAILS: 2.4.0
+ * CONFIGURE, PRE_BUILD: removed BYTECODE option, defined by default now
+
2010-02-16 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* DETAILS: 2.3.12
diff --git a/graphics-libs/freetype2/PRE_BUILD b/graphics-libs/freetype2/PRE_BUILD
index 571519f852..c0f6450a7b 100755
--- a/graphics-libs/freetype2/PRE_BUILD
+++ b/graphics-libs/freetype2/PRE_BUILD
@@ -1,10 +1,6 @@
default_pre_build &&
cd $SOURCE_DIRECTORY &&
patch -p1 < $SCRIPT_DIRECTORY/ft2build.patch &&
-if test $FT2_BYTECODE = "y"; then
- sedit 's:/\* \(#define TT_CONFIG_OPTION_BYTECODE_INTERPRETER\) \*/:\1:' \
- include/freetype/config/ftoption.h
-fi
if [[ $FT2_SUBPIXEL = y ]]; then
sedit 's:/\* \(#define FT_CONFIG_OPTION_SUBPIXEL_RENDERING\) \*/:\1:' \
include/freetype/config/ftoption.h