Commit Graph

239 Commits

Author SHA256 Message Date
Ismail Dönmez
dcd24e723f Accepting request 736727 from home:elvigia:branches:M17N
- Use the compiler default C std, since 2012 gcc defaults
  have changed, we now only need to get rid of ANSIFLAGS, override
  that variable instead.

OBS-URL: https://build.opensuse.org/request/show/736727
OBS-URL: https://build.opensuse.org/package/show/M17N/freetype2?expand=0&rev=160
2019-10-10 12:41:54 +00:00
Dominique Leuenberger
41d6ee2409 Accepting request 712995 from M17N
- Update to version 2.10.1
  * The bytecode hinting of OpenType variation fonts was flawed, since
    the data in the `CVAR' table wasn't correctly applied.
  * Auto-hinter support for Mongolian.
  * The handling of  the default character in PCF fonts as  introduced
    in version 2.10.0 was partially broken, causing premature abortion
    of charmap iteration for many fonts.
  * If  `FT_Set_Named_Instance' was  called  with  the same  arguments
    twice in a row, the function  returned an incorrect error code the
    second time.
  * Direct   rendering   using  FT_RASTER_FLAG_DIRECT   crashed   (bug
    introduced in version 2.10.0).
  * Increased  precision  while  computing  OpenType  font   variation
    instances.
  * The  flattening  algorithm of  cubic  Bezier  curves was  slightly
    changed to make  it faster.  This can cause  very subtle rendering
    changes, which aren't noticeable by the eye, however.
  * The  auto-hinter  now  disables hinting  if there  are blue  zones
    defined for a `style' (i.e., a certain combination of a script and
    its related typographic features) but the font doesn't contain any
    characters needed to set up at least one blue zone.
- Add tarball signatures and freetype2.keyring

- Update to version 2.10.0
  * A bunch of new functions has been added to access and process
    COLR/CPAL data of OpenType fonts with color-layered glyphs.
  * As a GSoC 2018 project, Nikhil Ramakrishnan completely
    overhauled and modernized the API reference.
  * The logic for computing the global ascender, descender, and
    height of OpenType fonts has been slightly adjusted for

OBS-URL: https://build.opensuse.org/request/show/712995
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/freetype2?expand=0&rev=86
2019-07-08 12:58:57 +00:00
Ismail Dönmez
66d0d31889 -
OBS-URL: https://build.opensuse.org/package/show/M17N/freetype2?expand=0&rev=158
2019-07-02 07:36:13 +00:00
Ismail Dönmez
2a17dd4f42 - Update to version 2.10.1
* The bytecode hinting of OpenType variation fonts was flawed, since
    the data in the `CVAR' table wasn't correctly applied.
  * Auto-hinter support for Mongolian.
  * The handling of  the default character in PCF fonts as  introduced
    in version 2.10.0 was partially broken, causing premature abortion
    of charmap iteration for many fonts.
  * If  `FT_Set_Named_Instance' was  called  with  the same  arguments
    twice in a row, the function  returned an incorrect error code the
    second time.
  * Direct   rendering   using  FT_RASTER_FLAG_DIRECT   crashed   (bug
    introduced in version 2.10.0).
  * Increased  precision  while  computing  OpenType  font   variation
    instances.
  * The  flattening  algorithm of  cubic  Bezier  curves was  slightly
    changed to make  it faster.  This can cause  very subtle rendering
    changes, which aren't noticeable by the eye, however.
  * The  auto-hinter  now  disables hinting  if there  are blue  zones
    defined for a `style' (i.e., a certain combination of a script and
    its related typographic features) but the font doesn't contain any
    characters needed to set up at least one blue zone.
- Add tarball signatures and freetype2.keyring

- Update to version 2.10.1
  * The `ftmulti' demo program now  supports multiple hidden axes with
    the same name tag.
  * `ftview', `ftstring', and `ftgrid' got  a `-k' command line option
    to emulate a sequence of keystrokes at start-up.
  * `ftview', `ftstring', and `ftgrid' now support screen dumping to a
    PNG file.

OBS-URL: https://build.opensuse.org/package/show/M17N/freetype2?expand=0&rev=157
2019-07-02 07:34:07 +00:00
Ismail Dönmez
625947c136 - Update to version 2.10.0
* A bunch of new functions has been added to access and process
    COLR/CPAL data of OpenType fonts with color-layered glyphs.
  * As a GSoC 2018 project, Nikhil Ramakrishnan completely
    overhauled and modernized the API reference.
  * The logic for computing the global ascender, descender, and
    height of OpenType fonts has been slightly adjusted for
    consistency.
  * `TT_Set_MM_Blend' could fail if called repeatedly with the same
    arguments.
  * The precision of handling deltas in Variation Fonts has been
    increased.The problem did only show up with multidimensional
    designspaces.
  * New function `FT_Library_SetLcdGeometry' to set up the geometry
    of LCD subpixels.
  * FreeType now uses the `defaultChar' property of PCF fonts to set
    the  glyph for  the undefined  character  at glyph  index 0  (as
    FreeType already does for all other supported font formats).  As
    a consequence, the order of glyphs of a PCF font if accessed
    with  FreeType can be different now compared to previous
    versions.
    This change doesn't affect PCF font access with cmaps.
  * `FT_Select_Charmap' has been changed to allow  parameter value
    `FT_ENCODING_NONE', which is valid for BDF, PCF, and Windows FNT
    formats to access built-in cmaps that don't have a predefined
    `FT_Encoding' value.
  * A previously reserved field in the `FT_GlyphSlotRec' structure
    now holds the glyph index.
  * The usual round of fuzzer bug fixes to better reject malformed
    fonts.

OBS-URL: https://build.opensuse.org/package/show/M17N/freetype2?expand=0&rev=156
2019-06-24 07:26:24 +00:00
Dominique Leuenberger
2e67af7075 Accepting request 672525 from M17N
OBS-URL: https://build.opensuse.org/request/show/672525
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/freetype2?expand=0&rev=85
2019-02-11 20:18:27 +00:00
Marguerite Su
756656c68e Accepting request 672524 from home:MargueriteSu:branches:M17N
- Remove "Supplements: fonts-config" to avoid accidentally pulling
  in Qt dependencies on some non-Qt based desktops.(boo#1091109)
  fonts-config is fundamental but ft2demos seldom installs by end users.
  only fonts-config maintainers/debuggers may use ft2demos along to
  debug some issues.

OBS-URL: https://build.opensuse.org/request/show/672524
OBS-URL: https://build.opensuse.org/package/show/M17N/freetype2?expand=0&rev=154
2019-02-07 17:09:45 +00:00
Dominique Leuenberger
00e42d3819 Accepting request 645021 from M17N
- Remove old ppc64 parts in spec file
- Refresh patches:
  + bugzilla-308961-cmex-workaround.patch
  + don-t-mark-libpng-as-required-library.patch
  + enable-long-family-names-by-default.patch
- Enable subpixel rendering with infinality config:
  + enable-subpixel-rendering.patch
  + enable-infinality-subpixel-hinting.patch

OBS-URL: https://build.opensuse.org/request/show/645021
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/freetype2?expand=0&rev=84
2018-11-08 08:40:20 +00:00
Ismail Dönmez
638a078b2f - Remove old ppc64 parts in spec file
- Refresh patches:
  + bugzilla-308961-cmex-workaround.patch
  + don-t-mark-libpng-as-required-library.patch
  + enable-long-family-names-by-default.patch
- Enable subpixel rendering with infinality config:
  + enable-subpixel-rendering.patch
  + enable-infinality-subpixel-hinting.patch

OBS-URL: https://build.opensuse.org/package/show/M17N/freetype2?expand=0&rev=152
2018-10-27 11:56:04 +00:00
Ismail Dönmez
563b3db60c Accepting request 644923 from home:hellcp:branches:M17N
- Add subpixel rendering due to Microsoft joining OIN
https://lists.opensuse.org/opensuse-factory/2018-10/msg00325.html

OBS-URL: https://build.opensuse.org/request/show/644923
OBS-URL: https://build.opensuse.org/package/show/M17N/freetype2?expand=0&rev=151
2018-10-27 11:50:53 +00:00
Dominique Leuenberger
6e6db426a7 Accepting request 606991 from M17N
- Re-enable freetype-config, there is just too many fallouts. 

- Update to version 2.9.1
  * Type 1 fonts containing flex features were not rendered
    correctly (bug introduced in version 2.9).
  * CVE-2018-6942: Older FreeType versions can crash with certain
    malformed variation fonts.
  * Bug fix: Multiple calls to `FT_Get_MM_Var' returned garbage.
  * Emboldening of bitmaps didn't work correctly sometimes, showing
    various artifacts (bug introduced in version 2.8.1).
  * The auto-hinter script ranges have  been updated for Unicode 11.
    No support for new scripts have been added, however,  with the
    exception of Georgian Mtavruli.
- freetype-config is now deprecated by upstream and not enabled
  by default.
- Drop upstreamed patches:
  * bnc1079600.patch
  * psaux-flex.patch
  * 0001-src-truetype-ttinterp.c-Ins_GETVARIATION-Avoid-NULL-.patch
  * 0001-truetype-Better-protection-against-invalid-VF-data.patch

- Update to version 2.9.1
  * No changelog upstream.

OBS-URL: https://build.opensuse.org/request/show/606991
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/freetype2?expand=0&rev=83
2018-05-17 16:03:38 +00:00
Ismail Dönmez
17d1bfe18d - Re-enable freetype-config, there is just too many fallouts.
OBS-URL: https://build.opensuse.org/package/show/M17N/freetype2?expand=0&rev=149
2018-05-14 10:09:20 +00:00
Ismail Dönmez
3e081ea22d -
OBS-URL: https://build.opensuse.org/package/show/M17N/freetype2?expand=0&rev=148
2018-05-09 11:31:52 +00:00
Ismail Dönmez
4600f62e52 - Update to version 2.9.1
* Type 1 fonts containing flex features were not rendered
    correctly (bug introduced in version 2.9).
  * CVE-2018-6942: Older FreeType versions can crash with certain
    malformed variation fonts.
  * Bug fix: Multiple calls to `FT_Get_MM_Var' returned garbage.
  * Emboldening of bitmaps didn't work correctly sometimes, showing
    various artifacts (bug introduced in version 2.8.1).
  * The auto-hinter script ranges have  been updated for Unicode 11.
    No support for new scripts have been added, however,  with the
    exception of Georgian Mtavruli.
- Drop upstreamed patches:
  * bnc1079600.patch
  * psaux-flex.patch
  * 0001-src-truetype-ttinterp.c-Ins_GETVARIATION-Avoid-NULL-.patch
  * 0001-truetype-Better-protection-against-invalid-VF-data.patch

- Update to version 2.9.1
  * No changelog upstream.

OBS-URL: https://build.opensuse.org/package/show/M17N/freetype2?expand=0&rev=147
2018-05-02 11:15:13 +00:00
Dominique Leuenberger
9ae5d6986f Accepting request 589244 from M17N
OBS-URL: https://build.opensuse.org/request/show/589244
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/freetype2?expand=0&rev=82
2018-03-22 10:56:24 +00:00
OBS User mrdocs
384e575615 Accepting request 589126 from home:ecsos
- insert missing bzip2-devel for build in Leap 42.3

OBS-URL: https://build.opensuse.org/request/show/589126
OBS-URL: https://build.opensuse.org/package/show/M17N/freetype2?expand=0&rev=145
2018-03-20 15:20:02 +00:00
OBS User mrdocs
e977e6e014 Accepting request 588018 from home:elvigia:branches:M17N
- Change xorg-x11-devel --> pkgconfig(x11)

OBS-URL: https://build.opensuse.org/request/show/588018
OBS-URL: https://build.opensuse.org/package/show/M17N/freetype2?expand=0&rev=144
2018-03-18 19:59:22 +00:00
Dominique Leuenberger
346f2abc4b Accepting request 584619 from M17N
OBS-URL: https://build.opensuse.org/request/show/584619
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/freetype2?expand=0&rev=81
2018-03-12 11:01:48 +00:00
Fridrich Strba
938ebda8d9 Accepting request 584499 from home:kbabioch:branches:M17N
- Add bnc1079600.patch: Fix several integer overflow issues in
  truetype/ttinterp.c (bsc#1079600)

OBS-URL: https://build.opensuse.org/request/show/584499
OBS-URL: https://build.opensuse.org/package/show/M17N/freetype2?expand=0&rev=142
2018-03-09 08:05:19 +00:00
Dominique Leuenberger
6724b595f2 Accepting request 583313 from M17N
way to put TrueType interpreter to version 35

OBS-URL: https://build.opensuse.org/request/show/583313
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/freetype2?expand=0&rev=80
2018-03-08 09:55:29 +00:00
Fridrich Strba
e22dc75039 OBS-URL: https://build.opensuse.org/package/show/M17N/freetype2?expand=0&rev=140 2018-03-06 11:13:03 +00:00
Fridrich Strba
2d01fefc66 Accepting request 583281 from home:13ilya:branches:M17N
- Refresh spec-file via spec-cleaner.
- Add shell script freetype2.sh in separate package freetype2-profile-tti35
  for set TrurType interpreter version 35 (boo#1084085).

OBS-URL: https://build.opensuse.org/request/show/583281
OBS-URL: https://build.opensuse.org/package/show/M17N/freetype2?expand=0&rev=139
2018-03-06 11:11:38 +00:00
Fridrich Strba
c0a0132a58 Accepting request 581252 from home:13ilya:branches:M17N
- Refresh spec-file via spec-cleaner.
- Add shell script freetype2.sh in separate package
  freetype2-profile-tti35 for set TrurType interpreter version 35.

OBS-URL: https://build.opensuse.org/request/show/581252
OBS-URL: https://build.opensuse.org/package/show/M17N/freetype2?expand=0&rev=138
2018-03-06 09:45:37 +00:00
Dominique Leuenberger
473fcddd29 Accepting request 574633 from M17N
Define PCF_CONFIG_OPTION_LONG_FAMILY_NAMES to achieve 2.7.1 behaviour

OBS-URL: https://build.opensuse.org/request/show/574633
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/freetype2?expand=0&rev=79
2018-02-10 16:56:05 +00:00
Fridrich Strba
1c027a7961 OBS-URL: https://build.opensuse.org/package/show/M17N/freetype2?expand=0&rev=136 2018-02-09 12:17:40 +00:00
Fridrich Strba
bc8bc20dab OBS-URL: https://build.opensuse.org/package/show/M17N/freetype2?expand=0&rev=135 2018-02-09 12:15:13 +00:00
Fridrich Strba
67eda4ade2 OBS-URL: https://build.opensuse.org/package/show/M17N/freetype2?expand=0&rev=134 2018-02-09 11:22:50 +00:00
Fridrich Strba
f03678acb5 OBS-URL: https://build.opensuse.org/package/show/M17N/freetype2?expand=0&rev=133 2018-02-09 11:12:53 +00:00
Fridrich Strba
a8704536e0 bsc#1079603 and bsc#1079601
OBS-URL: https://build.opensuse.org/package/show/M17N/freetype2?expand=0&rev=132
2018-02-07 09:21:03 +00:00
OBS User mrdocs
6a300ce481 Accepting request 573217 from home:AndreasStieger:branches:M17N
add bugzilla references boo#1035807, boo#1036457

OBS-URL: https://build.opensuse.org/request/show/573217
OBS-URL: https://build.opensuse.org/package/show/M17N/freetype2?expand=0&rev=131
2018-02-06 08:58:28 +00:00
Ismail Dönmez
ccf0d326b0 - Add psaux-flex.patch to fix a regression in Type1 rendering
OBS-URL: https://build.opensuse.org/package/show/M17N/freetype2?expand=0&rev=130
2018-01-10 10:35:08 +00:00
Ismail Dönmez
44ebe63372 - Update to version 2.9
* Advance width values of variation fonts were often wrong.
  * More fixes for variation font support; you should update to
    this version if you want to support them.
  * As a GSoC project, Ewald Hew extended the new (Adobe) CFF
    engine to handle Type 1 fonts also, thus greatly improving
    the rendering of this format. This is the new default.
  * A new function, `FT_Set_Named_Instance', can be used to set
    or change the current named instance.
  * Starting with this FreeType version, resetting variation
    coordinates will return to the currently selected named
    instance. Previously, FreeType returned to the base font 
    (i.e., no instance set).
  * Some fuzzer fixes to better reject malformed fonts.

- Update to version 2.9
  * The `ftbench' demo program has a new test for opening a new
    face and loading some glyphs.
  * The `ftbench' demo program has a new option `-j' to specify
    the last glyph index to be used in the tests.
  * The `ftgrid' demo program has a new option `-n' to suppress
    display of named instances of variation fonts.
  * The `ttdebug' demo program can now show a stack trace (key `K')
    and switch between hexadecimal and decimal display of integers
    (key `I').

OBS-URL: https://build.opensuse.org/package/show/M17N/freetype2?expand=0&rev=129
2018-01-09 11:42:34 +00:00
Ismail Dönmez
b674d200e4 - Update to version 2.8.1
* B/W  hinting   of  TrueType   fonts  didn't  work   properly  if
    interpreter version 38 or 40 was selected.
  * Some severe  problems within the handling  of TrueType Variation
    Fonts were found and fixed.
  * Function `FT_Set_Var_Design_Coordinates' didn't correctly handle
    the case with less input coordinates than axes.
  * By default,  FreeType  now offers  high  quality  LCD-optimized
    output  without resorting to ClearType techniques of resolution
    tripling and filtering.  In this method,  called Harmony,  each
    color channel is generated separately  after shifting the glyph
    outline,  capitalizing on the fact  that the color grids on LCD
    panels  are  shifted  by  a third  of  a pixel.  This output is
    indistinguishable from ClearType with a light 3-tap filter.
  * Using the  new function `FT_Get_Var_Axis_Flags',  an application
    can access the `flags' field  of a variation axis (introduced in
    OpenType version 1.8.2)
  * FreeType  now synthesizes  a  missing Unicode  cmap for  (older)
    TrueType fonts also if glyph names are available.
  * The warping option  has moved  from `light'  to `normal' hinting
    where  it replaces  the original hinting algorithm.  The `light'
    mode is now always void of any hinting in x-direction.

- Update to version 2.8.1
  * The ftgrid demo program can now toggle the display of grid lines
    with the G key.
  * The ftgrid demo program can toggle a different set of colors
    (suitable to color-blind people) with the C key.
  * The ftgrid demo program now supports the -e command line option
    to select a cmap.

OBS-URL: https://build.opensuse.org/package/show/M17N/freetype2?expand=0&rev=128
2017-09-18 09:22:11 +00:00
OBS User mrdocs
4ccf7639a9 Accepting request 494888 from home:namtrac:branches:M17N
- Update to version 2.8
  * Support for OpenType Variation Fonts is now complete. The last
    missing part was handling the `VVAR' and `MVAR' tables, which is
    available with this release.
  * A new  function `FT_Face_Properties' allows the  control of some
    module  and   library  properties  per  font.    Currently,  the
    following properties can be  handled: stem darkening, LCD filter
    weights, and the random seed for the `random' CFF operator.
  
  * The PCF change to show more `colourful' family names (introduced
    in version 2.7.1) was too radical; it can now be configured with
    PCF_CONFIG_OPTION_LONG_FAMILY_NAMES   at   compile   time.    If
    activated, it can  be switched off at run time  with the new pcf
    property  `no-long-family-names'.  If  the `FREETYPE_PROPERTIES'
    environment variable is available, you can say
    FREETYPE_PROPERTIES=pcf:no-long-family-names=1
  * Support  for  the  following  scripts  has  been  added  to  the
    auto-hinter.
    Adlam, Avestan, Bamum, Buhid, Carian, Chakma, Coptic, Cypriot,
    Deseret, Glagolitic, Gothic, Kayah, Lisu, N'Ko, Ol Chiki, Old
    Turkic, Osage, Osmanya, Saurashtra, Shavian, Sundanese, Tai
    Viet, Tifinagh, Unified Canadian Syllabics, Vai
    
  *  `Light' auto-hinting  mode no  longer uses TrueType  metrics for
     TrueType  fonts.   This bug  was  introduced  in version  2.4.6,
     causing   horizontal  scaling   also.    Almost  all   GNU/Linux
     distributions (with Fedora as  a notable exception) disabled the
     corresponding patch for good reasons; chances are thus high that
     you won't notice a difference.
  * If a TrueType font gets loaded with FT_LOAD_NO_HINTING, FreeType

OBS-URL: https://build.opensuse.org/request/show/494888
OBS-URL: https://build.opensuse.org/package/show/M17N/freetype2?expand=0&rev=127
2017-05-15 20:43:05 +00:00
Yuchen Lin
06f1c52fe1 Accepting request 484908 from M17N
bsc#1031678

OBS-URL: https://build.opensuse.org/request/show/484908
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/freetype2?expand=0&rev=78
2017-04-11 07:28:51 +00:00
Fridrich Strba
e6ef959ef0 bsc#1031678
OBS-URL: https://build.opensuse.org/package/show/M17N/freetype2?expand=0&rev=125
2017-04-03 16:10:14 +00:00
Dominique Leuenberger
9630dd4ef6 Accepting request 448411 from M17N
1

OBS-URL: https://build.opensuse.org/request/show/448411
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/freetype2?expand=0&rev=77
2017-01-19 09:32:57 +00:00
Hrvoje Senjan
99472122cb Accepting request 448387 from home:namtrac:branches:M17N
- Update to version 2.7.1:
  * IMPORTANT CHANGES
    + Support for the new CFF2 font format as introduced with
      OpenType 1.8 has been contributed by Dave Arnolds from Adobe.
    + Preliminary support for variation fonts as specified in
      OpenType 1.8 (in addition to the already existing support for
      Adobe's MM and Apple's GX formats). Dave Arnolds contributed
      handling of advance width change variation; more will come in
      the next version.
  * IMPORTANT BUG FIXES
    + Handling of raw CID fonts was partially broken (bug introduced
      in 2.6.4).
  * MISCELLANEOUS
    + Some limits for TrueType bytecode execution have been tightened
      to speed up FreeType's handling of malformed fonts, in
      particular to quickly abort endless loops.
    + The number of twilight points can no longer be set to an
      arbitrarily large value.
    + The total number of jump opcode instructions (like JMPR) with
      negative arguments is dynamically restricted; the same holds
      for the total number of iterations in LOOPCALL opcodes.
    + The dynamic limits are based on the number of points in a glyph
      and the number of CVT entries. Please report if you encounter a
      font where the selected values are not adequate.
    + PCF family names are made more `colourful'; they now include the
      foundry and information whether they contain wide characters.
      For example, you no longer get `Fixed' but rather `Sony Fixed'
      or `Misc Fixed Wide'.
    + A new function `FT_Get_Var_Blend_Coordinates' (with its alias
      name `FT_Get_MM_Blend_Coordinates') to retrieve the normalized

OBS-URL: https://build.opensuse.org/request/show/448387
OBS-URL: https://build.opensuse.org/package/show/M17N/freetype2?expand=0&rev=123
2017-01-01 14:34:47 +00:00
Dominique Leuenberger
7cae390517 Accepting request 426327 from M17N
1

OBS-URL: https://build.opensuse.org/request/show/426327
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/freetype2?expand=0&rev=76
2016-10-10 14:18:08 +00:00
Hillwood Yang
952f932634 Accepting request 428969 from home:namtrac:branches:M17N
- Also build ftinspect

OBS-URL: https://build.opensuse.org/request/show/428969
OBS-URL: https://build.opensuse.org/package/show/M17N/freetype2?expand=0&rev=121
2016-09-21 07:06:07 +00:00
Hrvoje Senjan
3ab4410fe2 Accepting request 426182 from home:develop7:branches:M17N
update to version 2.7

also removed freetype2-subpixel.patch in favor of newly introduced FREETYPE_PROPERTIES environment variable

OBS-URL: https://build.opensuse.org/request/show/426182
OBS-URL: https://build.opensuse.org/package/show/M17N/freetype2?expand=0&rev=120
2016-09-10 13:44:27 +00:00
Dominique Leuenberger
4a94bc6e53 Accepting request 408226 from M17N
1

OBS-URL: https://build.opensuse.org/request/show/408226
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/freetype2?expand=0&rev=75
2016-07-20 07:15:32 +00:00
Marguerite Su
6f63320a17 Accepting request 408213 from home:dimstar:Factory
Update to 2.6.5 - addresses regression of 2.6.4 (like gd test suite failure)

OBS-URL: https://build.opensuse.org/request/show/408213
OBS-URL: https://build.opensuse.org/package/show/M17N/freetype2?expand=0&rev=118
2016-07-13 07:45:41 +00:00
Fridrich Strba
7a71daeea3 Accepting request 407235 from home:dimstar:branches:M17N
- Upadte to version 2.6.4:
  * A new subpixel hinting mode, which is now the default rendering
    mode for TrueType fonts. It implements (almost everything of)
    version 40 of the bytecode engine. The existing code base in
    FreeType (the `Infinality code') was stripped to the bare
    minimum and all configurability removed in the name of speed
    and simplicity. The configurability was mainly aimed at legacy
    fonts like Arial, Times New Roman, or Courier. [Legacy fonts
    are fonts that modify vertical stems to achieve clean
    black-and-white bitmaps.] The new mode focuses on applying a
    minimal set of rules to all fonts indiscriminately so that
    modern and web fonts render well while legacy fonts render
    okay. Activation of the subpixel hinting support can be
    controlled with the `TT_CONFIG_OPTION_SUBPIXEL_HINTING'
    configuration option at compile time: If set to value 1, you
    get the old Infinality mode (which was never the default due to
    its slowness). Value 2 activates the new subpixel hinting mode,
    and value 3 activates both. The default is value 2. At run
    time, you can select the subpixel hinting mode with the
    `interpreter-version' property (provided you have compiled in
    the corresponding hinting mode); see `ftttdrv.h' for more.
  * Support for the following scripts has been added to the
    auto-hinter: Armenian, Cherokee, Ethiopic, Georgian, Gujarati,
    Gurmukhi, Malayalam, Sinhala, Tamil.
- Rebase freetype2-subpixel.patch.

- Update to version 2.6.4:
  + Sync with freetype 2.6.4.

OBS-URL: https://build.opensuse.org/request/show/407235
OBS-URL: https://build.opensuse.org/package/show/M17N/freetype2?expand=0&rev=117
2016-07-08 09:10:43 +00:00
Dominique Leuenberger
1a61fccbb1 Accepting request 380703 from M17N
1

OBS-URL: https://build.opensuse.org/request/show/380703
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/freetype2?expand=0&rev=74
2016-04-01 11:01:36 +00:00
Fridrich Strba
bd693d8b5f Accepting request 380640 from home:namtrac:branches:M17N
- Update to version 2.6.3
  * IMPORTANT CHANGES
    - Khmer,  Myanmar, Bengali,  and Kannada  script support  has been
      added to the auto-hinter.
  
  * MISCELLANEOUS
    - Better  support of  Indic  scripts like  Devanagari  by using  a
      top-to-bottom hinting flow.
    - All  FreeType macros  starting  with two  underscores have  been
      renamed to  avoid a violation of  both the C and  C++ standards.
      Example: Header  macros of the  form `__FOO_H__' are  now called
      `FOO_H_'.  In most cases,  this should be completely transparent
      to the user.   The exception to this  is `__FTERRORS_H__', which
      must be  sometimes undefined by  the user to get  FreeType error
      strings:  Both this  form and  the new  `FTERRORS_H_' macro  are
      accepted for backwards compatibility.
    - Minor improvements mainly to the Type 1 driver.
    - The  new CFF  engine now  supports all  Type 2  operators except
      `random'.
    - The macro `_STANDALONE_', used for  compiling the B/W and smooth
      rasterizers  as   stand-alone  modules,  has  been   renamed  to
      `STANDALONE_', since macro names starting with an underscore and
      followed by an uppercase letter are reserved in both C and C++.
    - Function  `FT_Library_SetLcdFilterWeights'  now  also  activates
      custom LCD filter weights (instead of just adjusting them).
    - Support for  `unpatented hinting'  has been  completely removed:
      Consequently,  the two  functions `FT_Face_CheckTrueTypePatents'
      and  `FT_Face_SetUnpatentedHinting'  now  return  always  false,
      doing nothing.

OBS-URL: https://build.opensuse.org/request/show/380640
OBS-URL: https://build.opensuse.org/package/show/M17N/freetype2?expand=0&rev=115
2016-03-28 18:21:15 +00:00
Stephan Kulow
30f7365410 Accepting request 346715 from M17N
1

OBS-URL: https://build.opensuse.org/request/show/346715
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/freetype2?expand=0&rev=73
2015-12-13 08:35:19 +00:00
Fuminobu Takeyama
c1ef358efb Accepting request 346714 from home:namtrac:branches:M17N
- Update to version 2.6.2
  * IMPORTANT CHANGES
    - The auto-hinter now supports stem darkening, to be controlled by
      the    new   `no-stem-darkening'    and   `darkening-parameters'
      properties.   This is  an  experimental  feature contributed  by
      Nikolaus Waxweiler, and  the interface might change  in a future
      release.
    - By default, stem darkening is now switched off (for both the CFF
      engine and the  auto-hinter).  The main reason is  that you need
      linear  alpha  blending  and  gamma correction  to  get  correct
      rendering results, and  the latter is not yet  available in most
      freely  available  rendering  stacks like  X11.   Applying  stem
      darkening without proper gamma correction  leads to far too dark
      rendering results.
    - The   meaning  of   `FT_RENDER_MODE_LIGHT'  has   been  slightly
      modified.   It  now  essentially  means `no  hinting  along  the
      horizontal  axis'; in  particular,  no change  of glyph  advance
      widths.  Consequently, the auto-hinter  is used for all scalable
      font  formats  except  for  CFF.    It  is  planned  that  other
      font-specific rendering engines (TrueType, Type 1) will follow.
  * MISCELLANEOUS
    - The default  LCD filter  has been changed  to be  normalized and
      color-balanced.
    - For    better    compatibility   with    FontConfig,    function
      `FT_Library_SetLcdFilter'  accepts   a  new   enumeration  value
      `FT_LCD_FILTER_LEGACY1'   (which  has   the   same  meaning   as
      `FT_LCD_FILTER_LEGACY').
    - A large number of bugs have been detected by using the libFuzzer
      framework,  which should  further  improve  handling of  invalid
      fonts.  Thanks again to Kostya Serebryany and Bungeman!

OBS-URL: https://build.opensuse.org/request/show/346714
OBS-URL: https://build.opensuse.org/package/show/M17N/freetype2?expand=0&rev=113
2015-11-29 13:52:35 +00:00
Dominique Leuenberger
88141092cf Accepting request 340705 from M17N
1

OBS-URL: https://build.opensuse.org/request/show/340705
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/freetype2?expand=0&rev=72
2015-10-28 16:16:46 +00:00
c23d07b979 Accepting request 340688 from home:StefanBruens:branches:M17N
OBS-URL: https://build.opensuse.org/request/show/340688
OBS-URL: https://build.opensuse.org/package/show/M17N/freetype2?expand=0&rev=111
2015-10-24 06:47:51 +00:00