Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (cf29249f806e69f398a8c4a8841de03028c5953a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (cf29249f806e69f398a8c4a8841de03028c5953a)
  • Date: Fri, 1 Apr 2022 05:46:23 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemaage.org>:

ChangeLog | 3 +++
gnu.gpg |binary
graphics-libs/freetype2/BUILD | 4 ++++
graphics-libs/freetype2/CONFIGURE | 1 +
graphics-libs/freetype2/DETAILS | 2 +-
graphics-libs/freetype2/HISTORY | 4 ++++
6 files changed, 13 insertions(+), 1 deletion(-)

New commits:
commit cf29249f806e69f398a8c4a8841de03028c5953a
Author: Pavel Vinogradov <public AT sourcemaage.org>
Commit: Pavel Vinogradov <public AT sourcemaage.org>

graphics-libs/freetype2: version 2.12.0

commit 317ce94852d1b280874f2bd92bbaeae4089dca79
Author: Pavel Vinogradov <public AT sourcemaage.org>
Commit: Pavel Vinogradov <public AT sourcemaage.org>

gnu.gpg: added Werner Lemberg's key

diff --git a/ChangeLog b/ChangeLog
index 752bdcd..6db50b7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2022-04-01 Pavel Vinogradov <public AT sourcemage.org>
+ * gnu.gpg: new key, BE6C3AAC63AD8E3F, Werner Lemberg <wl AT gnu.org>
+
2022-03-31 Treeve Jelbert <treeve AT sourcemage.org>
* xorg.gpg: update "Matt Turner <mattst88 AT gmail.com>"

diff --git a/gnu.gpg b/gnu.gpg
index 9f5f054..0e1828e 100644
Binary files a/gnu.gpg and b/gnu.gpg differ
diff --git a/graphics-libs/freetype2/BUILD b/graphics-libs/freetype2/BUILD
index 59baf1a..2d02e4d 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 59de574..ca8ea32 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 a39da31..cf58966 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 e8b0510..d35a128 100644
--- a/graphics-libs/freetype2/HISTORY
+++ b/graphics-libs/freetype2/HISTORY
@@ -1,3 +1,7 @@
+2022-04-01 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 2.12.0
+ * BUILD, CONFIGURE: added OT-SVG knob
+
2021-12-02 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 2.11.1




  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (cf29249f806e69f398a8c4a8841de03028c5953a), Pavel Vinogradov, 04/01/2022

Archive powered by MHonArc 2.6.24.

Top of Page