summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVlad Glagolev2010-07-18 17:48:33 +0400
committerGeorge Sherwood2010-08-14 07:51:19 -0500
commit15354e52060aa3f870504d509d5159b45c81d27c (patch)
tree97308a73a583cd039dc490244262438b0565215c
parent1f8a52ebf566416e1988760f0673825224617911 (diff)
freetype2: => 2.4.1
(cherry picked from commit d3a284841065d6f233e340d09e26057edcac44d2)
-rwxr-xr-xgraphics-libs/freetype2/CONFIGURE1
-rwxr-xr-xgraphics-libs/freetype2/DETAILS2
-rw-r--r--graphics-libs/freetype2/HISTORY3
3 files changed, 5 insertions, 1 deletions
diff --git a/graphics-libs/freetype2/CONFIGURE b/graphics-libs/freetype2/CONFIGURE
index 4471cadc3b..8219474e2d 100755
--- a/graphics-libs/freetype2/CONFIGURE
+++ b/graphics-libs/freetype2/CONFIGURE
@@ -1,4 +1,5 @@
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
fi
diff --git a/graphics-libs/freetype2/DETAILS b/graphics-libs/freetype2/DETAILS
index e49a9f9530..9d338d3161 100755
--- a/graphics-libs/freetype2/DETAILS
+++ b/graphics-libs/freetype2/DETAILS
@@ -1,5 +1,5 @@
SPELL=freetype2
- VERSION=2.4.0
+ VERSION=2.4.1
SECURITY_PATCH=2
SOURCE=freetype-$VERSION.tar.bz2
SOURCE2=$SOURCE.sig
diff --git a/graphics-libs/freetype2/HISTORY b/graphics-libs/freetype2/HISTORY
index d62138c194..6d5f6c8af7 100644
--- a/graphics-libs/freetype2/HISTORY
+++ b/graphics-libs/freetype2/HISTORY
@@ -1,3 +1,6 @@
+2010-07-18 Vlad Glagolev <stealth@sourcemage.org>
+ * DETAILS: updated spell to 2.4.1
+
2010-07-13 Ladislav Hagara <hgr@vabo.cz>
* DETAILS: 2.4.0
* CONFIGURE, PRE_BUILD: removed BYTECODE option, defined by default now