Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 09 Aug 2016 04:47:49 +0000
From:      bugzilla-noreply@freebsd.org
To:        gnome@FreeBSD.org
Subject:   [Bug 211201] print/freetype2: update to 2.6.5, add V40 code
Message-ID:  <bug-211201-6497-VMTnM3GORG@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-211201-6497@https.bugs.freebsd.org/bugzilla/>
References:  <bug-211201-6497@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D211201

--- Comment #34 from lightside <lightside@gmx.com> ---
(In reply to comment #33)
> Done.
Thanks, but I think it might be just:
print/freetype2: Update to 2.6.5

(In reply to comment #33)
> As I build my own packages I don't insist on it, but I still believe it s=
hould
> be on by default.
My question in comment #32 was about the exact words in the (previous) summ=
ary:
"replace LCD_FILTERING with V40 code".
The LCD_FILTERING and V40 options are related to different defines:
FT_CONFIG_OPTION_SUBPIXEL_RENDERING:
http://git.savannah.gnu.org/cgit/freetype/freetype2.git/tree/include/freety=
pe/config/ftoption.h?id=3DVER-2-6-5#n78
TT_CONFIG_OPTION_SUBPIXEL_HINTING=3D2:
http://git.savannah.gnu.org/cgit/freetype/freetype2.git/tree/include/freety=
pe/config/ftoption.h?id=3DVER-2-6-5#n586

While you proposed to change FT_CONFIG_OPTION_SUBPIXEL_RENDERING to
FT_CONFIG_OPTION_SUBPIXEL_RENDERING=3D2 in your patch (attachment 172665):
-LCD_FILTERING_CFLAGS=3D  -DFT_CONFIG_OPTION_SUBPIXEL_RENDERING
+V40_CFLAGS=3D            -DFT_CONFIG_OPTION_SUBPIXEL_RENDERING=3D2

This is the same as current LCD_FILTERING option.

The exaplanation about why subpixel hinting mode was disabled for 2.6.5 ver=
sion
is in CHANGES file:
http://git.savannah.gnu.org/cgit/freetype/freetype2.git/tree/docs/CHANGES?i=
d=3DVER-2-6-5#n2

(In reply to comment #33)
> The reason is that LCD_FILTERING is also ON now, even though upstream kee=
ps
> it disabled.
The possible reason is patent(s) issues:
http://git.savannah.gnu.org/cgit/freetype/freetype2.git/tree/include/freety=
pe/config/ftoption.h?id=3DVER-2-6-5#n83
https://freetype.org/patents.html

--=20
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-211201-6497-VMTnM3GORG>