summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2023-06-25 19:11:02 +0000
committer Eric Hameleers <alien@slackware.com>2023-06-25 21:33:20 +0200
commitb011dd2b8ab21afd5f028dae6ad8e04427524c5f (patch)
tree122a6d809e5314ac8230b1db4905f0e6995a5f16 /source
parent427b0569d9552efa7a1095fc8b00c1ddf2c114aa (diff)
downloadcurrent-b011dd2b8ab21afd5f028dae6ad8e04427524c5f.tar.gz
current-b011dd2b8ab21afd5f028dae6ad8e04427524c5f.tar.xz
Sun Jun 25 19:11:02 UTC 202320230625191102
l/freetype-2.13.1-x86_64-1.txz: Upgraded. NOTE: Infinality mode has been removed. If you've enabled it in your /etc/profile.d/freetype.{csh,sh} script, you'll need to make sure that either all of the available choices are commented out, or enable one of the two remaining choices.
Diffstat (limited to 'source')
-rwxr-xr-xsource/l/freetype/freetype.SlackBuild6
-rw-r--r--source/l/freetype/freetype.compile.both.subpixel.hinting.methods.diff13
-rw-r--r--source/l/freetype/freetype.csh4
-rw-r--r--source/l/freetype/freetype.sh4
4 files changed, 0 insertions, 27 deletions
diff --git a/source/l/freetype/freetype.SlackBuild b/source/l/freetype/freetype.SlackBuild
index 298d47970..1e6b04318 100755
--- a/source/l/freetype/freetype.SlackBuild
+++ b/source/l/freetype/freetype.SlackBuild
@@ -85,12 +85,6 @@ find . \
# http://www.freetype.org/patents.html
#zcat $CWD/freetype.subpixel.rendering.diff.gz | patch -p1 --verbose || exit 1
-# Compile support into the Freetype library for both the Infinality and
-# new 2.7.x (default) subpixel hinting modes. To adjust your preferences
-# (the classic hinting mode is also available), see the freetype profile
-# scripts in /etc/profile.d/.
-zcat $CWD/freetype.compile.both.subpixel.hinting.methods.diff.gz | patch -p1 --verbose || exit 1
-
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
diff --git a/source/l/freetype/freetype.compile.both.subpixel.hinting.methods.diff b/source/l/freetype/freetype.compile.both.subpixel.hinting.methods.diff
deleted file mode 100644
index d7a52dbf2..000000000
--- a/source/l/freetype/freetype.compile.both.subpixel.hinting.methods.diff
+++ /dev/null
@@ -1,13 +0,0 @@
---- ./include/freetype/config/ftoption.h.orig 2016-12-11 00:53:49.000000000 -0600
-+++ ./include/freetype/config/ftoption.h 2017-04-26 16:14:07.214503123 -0500
-@@ -675,8 +675,8 @@
- /* [1] http://www.microsoft.com/typography/cleartype/truetypecleartype.aspx */
- /* */
- /* #define TT_CONFIG_OPTION_SUBPIXEL_HINTING 1 */
--#define TT_CONFIG_OPTION_SUBPIXEL_HINTING 2
--/* #define TT_CONFIG_OPTION_SUBPIXEL_HINTING ( 1 | 2 ) */
-+/* #define TT_CONFIG_OPTION_SUBPIXEL_HINTING 2 */
-+#define TT_CONFIG_OPTION_SUBPIXEL_HINTING ( 1 | 2 )
-
-
- /*************************************************************************/
diff --git a/source/l/freetype/freetype.csh b/source/l/freetype/freetype.csh
index d39e8e213..bbaf71518 100644
--- a/source/l/freetype/freetype.csh
+++ b/source/l/freetype/freetype.csh
@@ -8,10 +8,6 @@
# This is the classic hinting mode used in Freetype 2.6.x:
#setenv FREETYPE_PROPERTIES "truetype:interpreter-version=35"
-# This is Infinality mode, which was never enabled by default. It is slower
-# than the new subpixel hinting mode, but said to be more accurate:
-#setenv FREETYPE_PROPERTIES "truetype:interpreter-version=38"
-
# This is the new default subpixel hinting mode used in Freetype 2.7.x. It is
# derived from the Infinality code base stripped to the bare minimum with all
# configurability removed in the name of speed and simplicity:
diff --git a/source/l/freetype/freetype.sh b/source/l/freetype/freetype.sh
index e304a9f56..290b2bcaf 100644
--- a/source/l/freetype/freetype.sh
+++ b/source/l/freetype/freetype.sh
@@ -8,10 +8,6 @@
# This is the classic hinting mode used in Freetype 2.6.x:
#export FREETYPE_PROPERTIES="truetype:interpreter-version=35"
-# This is Infinality mode, which was never enabled by default. It is slower
-# than the new subpixel hinting mode, but said to be more accurate:
-#export FREETYPE_PROPERTIES="truetype:interpreter-version=38"
-
# This is the new default subpixel hinting mode used in Freetype 2.7.x. It is
# derived from the Infinality code base stripped to the bare minimum with all
# configurability removed in the name of speed and simplicity: