LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   How to get build script of freetype-2.8.1 (https://www.linuxquestions.org/questions/slackware-14/how-to-get-build-script-of-freetype-2-8-1-a-4175618998/)

gildbg 12-05-2017 03:56 AM

How to get build script of freetype-2.8.1
 
Hello,

ppl I wanna ask how I can get a build script of freetype-2.8.1 that was in current from Sep 18 2017
My question also is do infinaly patches was apply in 2.8.1 build script.

Thanks

gmgf 12-05-2017 04:09 AM

I use the Pat SlackBuild and source:

http://slackware.osuosl.org/slackwar...ce/l/freetype/

gildbg 12-05-2017 04:58 AM

Yep, but I hope to get build script that will be used and was used for freetype-2.8.1

ponce 12-05-2017 05:16 AM

Quote:

Originally Posted by gildbg (Post 5789103)
Yep, but I hope to get build script that will be used and was used for freetype-2.8.1

it's exactly the same: when freetype was downgraded to 2.8 the SlackBuild files were left untouched

http://cgit.notk.org/adrien/slackwar...f153eb72de777b

Quote:

Originally Posted by gildbg (Post 5789081)
My question also is do infinaly patches was apply in 2.8.1 build script.

you shouldn't need to apply any patches to enable the infinality font mode with newer freetypes, it should be enough to configure it in /etc/profile.d/freetype.sh
Code:

#!/bin/sh
# Configure Freetype properties. Here this is used to set the default mode
# for font hinting. Other controllable properties are listed in the section
# 'Controlling FreeType Modules' in the reference's table of contents.
#
# Three hinting settings are available:

# 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:
#export FREETYPE_PROPERTIES="truetype:interpreter-version=40"


gildbg 12-05-2017 05:35 AM

Thanks


All times are GMT -5. The time now is 02:21 AM.