summaryrefslogtreecommitdiffstats
path: root/graphics-libs
diff options
context:
space:
mode:
authorPavel Vinogradov2022-05-01 17:43:14 -0400
committerPavel Vinogradov2022-05-01 17:43:54 -0400
commit92bc7b92f69de7a5830b41b8c274ef517c56f5dc (patch)
treec1b81a1215173c1ceeef2706b868bae46058ce0c /graphics-libs
parent3c8c1b888a1a5e67598b6711275c9c4551420422 (diff)
graphics-libs/freetype2: version 2.12.1
Diffstat (limited to 'graphics-libs')
-rwxr-xr-xgraphics-libs/freetype2/DEPENDS6
-rwxr-xr-xgraphics-libs/freetype2/DETAILS2
-rw-r--r--graphics-libs/freetype2/HISTORY4
3 files changed, 10 insertions, 2 deletions
diff --git a/graphics-libs/freetype2/DEPENDS b/graphics-libs/freetype2/DEPENDS
index 003b63d3de..4afcbe38ef 100755
--- a/graphics-libs/freetype2/DEPENDS
+++ b/graphics-libs/freetype2/DEPENDS
@@ -24,5 +24,9 @@ else
message "${PROBLEM_COLOR}harfbuzz optional dependency disabled until ${DEFAULT_COLOR}${SPELL_COLOR}${SPELL}${DEFAULT_COLOR}${PROBLEM_COLOR} is cast.${DEFAULT_COLOR}" &&
persistent_add FREETYPE_OPTS &&
list_add FREETYPE_OPTS "--with-harfbuzz=no"
-fi
+fi &&
+optional_depends librsvg2 \
+ "--with-librsvg=yes" \
+ "--with-librsvg=no" \
+ "for demo"
diff --git a/graphics-libs/freetype2/DETAILS b/graphics-libs/freetype2/DETAILS
index cf58966ad0..defe7e9134 100755
--- a/graphics-libs/freetype2/DETAILS
+++ b/graphics-libs/freetype2/DETAILS
@@ -1,5 +1,5 @@
SPELL=freetype2
- VERSION=2.12.0
+ VERSION=2.12.1
SECURITY_PATCH=12
SOURCE=freetype-$VERSION.tar.xz
SOURCE2=$SOURCE.sig
diff --git a/graphics-libs/freetype2/HISTORY b/graphics-libs/freetype2/HISTORY
index d35a12829f..dc234a532a 100644
--- a/graphics-libs/freetype2/HISTORY
+++ b/graphics-libs/freetype2/HISTORY
@@ -1,3 +1,7 @@
+2022-05-01 Pavel Vinogradov <public@sourcemage.org>
+ * DETAILS: version 2.12.1
+ * DEPENDS: added optional dependency on librsvg2
+
2022-04-01 Pavel Vinogradov <public@sourcemage.org>
* DETAILS: version 2.12.0
* BUILD, CONFIGURE: added OT-SVG knob