Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 593700 - media-libs/freetype-2.7 - USE=cleartype_hinting has no effect
Summary: media-libs/freetype-2.7 - USE=cleartype_hinting has no effect
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Ben de Groot (RETIRED)
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2016-09-14 06:53 UTC by Maciej Pawlik
Modified: 2016-09-17 11:50 UTC (History)
4 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch disabling TT_CONFIG_OPTION_SUBPIXEL_HINTING when needed. (freetype_default_hinting.patch,499 bytes, patch)
2016-09-14 06:53 UTC, Maciej Pawlik
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Maciej Pawlik 2016-09-14 06:53:19 UTC
Created attachment 445640 [details, diff]
Patch disabling TT_CONFIG_OPTION_SUBPIXEL_HINTING when needed.

Hello,

upstream enabled the TT_CONFIG_OPTION_SUBPIXEL_HINTING 2 config option by default, so enabling or disabling cleartype_hinting use flag has no effect (as it can only enable option that is enabled by default). Because of this it is impossible to disable new clear type hinting with use flags. This can be fixed by calling explicit disable_option for TT_CONFIG_OPTION_SUBPIXEL_HINTING when cleartype_hinting and infinality use flags are disabled. Please see attached ebuild for proposed fix.

best regards
Maciej
Comment 1 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2016-09-17 11:50:24 UTC
commit e1f04dbbbf35d4e7cd07f90992c5300b6a08ac58
Author: Lars Wendler <polynomial-c@gentoo.org>
Date:   Sat Sep 17 13:49:44 2016

    media-libs/freetype: Revbump to really disable cleartype_hinter (bug #593700).

    Package-Manager: portage-2.3.0
    Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>