SHA256
1
0
forked from pool/freetype2

Accepting request 146151 from home:namtrac:branches:M17N

- Update to version 2.4.11
  * Some vulnerabilities in the  BDF implementation have been fixed.
  * Support for OpenType collections (OTC) has been added.
  * Pure CFF fonts within an SFNT wrapper are now supported.
  * Minor rendering improvements to the auto-hinter.
  * `FT_GlyphSlot_Oblique' now uses a shear angle of 12°.
- Modify freetype2-subpixel.patch for new subpixel hinting option.
- Drop fix-build.patch: no longer needed

- Update to version 2.4.11
  * ftdiff now supports UTF-8 encoded input files for option `-f'.
  * Using keys `r' and `R', you can now adjust the stroker radius in
    ftview.

OBS-URL: https://build.opensuse.org/request/show/146151
OBS-URL: https://build.opensuse.org/package/show/M17N/freetype2?expand=0&rev=70
This commit is contained in:
OBS User mrdocs
2012-12-20 16:06:24 +00:00
committed by Git OBS Bridge
parent 7288677bc1
commit e488dfe685
12 changed files with 44 additions and 50 deletions

View File

@@ -1,8 +1,8 @@
Index: freetype-2.4.3/include/freetype/config/ftoption.h
Index: freetype-2.4.11/include/freetype/config/ftoption.h
===================================================================
--- freetype-2.4.3.orig/include/freetype/config/ftoption.h 2010-07-05 06:38:55.000000000 +0200
+++ freetype-2.4.3/include/freetype/config/ftoption.h 2010-10-29 16:15:59.582654748 +0200
@@ -93,7 +93,7 @@ FT_BEGIN_HEADER
--- freetype-2.4.11.orig/include/freetype/config/ftoption.h
+++ freetype-2.4.11/include/freetype/config/ftoption.h
@@ -92,7 +92,7 @@ FT_BEGIN_HEADER
/* This is done to allow FreeType clients to run unmodified, forcing */
/* them to display normal gray-level anti-aliased glyphs. */
/* */
@@ -10,4 +10,13 @@ Index: freetype-2.4.3/include/freetype/config/ftoption.h
+#define FT_CONFIG_OPTION_SUBPIXEL_RENDERING
/*************************************************************************/
@@ -577,7 +577,7 @@ FT_BEGIN_HEADER
/* This option requires TT_CONFIG_OPTION_BYTECODE_INTERPRETER to be */
/* defined. */
/* */
-/* #define TT_CONFIG_OPTION_SUBPIXEL_HINTING */
+#define TT_CONFIG_OPTION_SUBPIXEL_HINTING
/*************************************************************************/