summaryrefslogtreecommitdiffstats
path: root/graphics-libs
diff options
context:
space:
mode:
authorPavel Vinogradov2022-04-01 01:42:39 -0400
committerPavel Vinogradov2022-04-01 01:42:39 -0400
commitcf29249f806e69f398a8c4a8841de03028c5953a (patch)
treeec4aabfb32fffbf5dac97b0df7b5fc8da569e3cd /graphics-libs
parent317ce94852d1b280874f2bd92bbaeae4089dca79 (diff)
graphics-libs/freetype2: version 2.12.0
Diffstat (limited to 'graphics-libs')
-rwxr-xr-xgraphics-libs/freetype2/BUILD4
-rwxr-xr-xgraphics-libs/freetype2/CONFIGURE1
-rwxr-xr-xgraphics-libs/freetype2/DETAILS2
-rw-r--r--graphics-libs/freetype2/HISTORY4
4 files changed, 10 insertions, 1 deletions
diff --git a/graphics-libs/freetype2/BUILD b/graphics-libs/freetype2/BUILD
index 59baf1a78e..2d02e4d8eb 100755
--- a/graphics-libs/freetype2/BUILD
+++ b/graphics-libs/freetype2/BUILD
@@ -22,5 +22,9 @@ if [[ ${FT2_SUBPIXEL} == "y" ]]; then
enable_ftoption FT_CONFIG_OPTION_SUBPIXEL_RENDERING
fi &&
+if [[ ${FT2_SVG} == "y" ]]; then
+ enable_ftoption FT_CONFIG_OPTION_SVG
+fi &&
+
OPTS+=" $FREETYPE_OPTS --disable-static --enable-freetype-config" &&
default_build
diff --git a/graphics-libs/freetype2/CONFIGURE b/graphics-libs/freetype2/CONFIGURE
index 59de5746cb..ca8ea3209b 100755
--- a/graphics-libs/freetype2/CONFIGURE
+++ b/graphics-libs/freetype2/CONFIGURE
@@ -3,4 +3,5 @@ config_query FT2_SUBPIXEL "Enable LCD subpixel rendering enhancements (patented
if [[ ${FT2_BYTECODE} == "y" ]]; then
config_query_list FT2_SUBPIXEL_HINTING "Choose subpixel hinting method." new old both
fi &&
+config_query FT2_SVG "Enable OT-SVG?" n &&
persistent_remove FT2_FIR_FILTER
diff --git a/graphics-libs/freetype2/DETAILS b/graphics-libs/freetype2/DETAILS
index a39da31360..cf58966ad0 100755
--- a/graphics-libs/freetype2/DETAILS
+++ b/graphics-libs/freetype2/DETAILS
@@ -1,5 +1,5 @@
SPELL=freetype2
- VERSION=2.11.1
+ VERSION=2.12.0
SECURITY_PATCH=12
SOURCE=freetype-$VERSION.tar.xz
SOURCE2=$SOURCE.sig
diff --git a/graphics-libs/freetype2/HISTORY b/graphics-libs/freetype2/HISTORY
index e8b0510b8c..d35a12829f 100644
--- a/graphics-libs/freetype2/HISTORY
+++ b/graphics-libs/freetype2/HISTORY
@@ -1,3 +1,7 @@
+2022-04-01 Pavel Vinogradov <public@sourcemage.org>
+ * DETAILS: version 2.12.0
+ * BUILD, CONFIGURE: added OT-SVG knob
+
2021-12-02 Pavel Vinogradov <public@sourcemage.org>
* DETAILS: version 2.11.1