Revisions of freetype2

Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 186)
- switch to pkgconfig(zlib) so that alternative providers can be
  used
buildservice-autocommit accepted request 998792 from Fridrich Strba's avatar Fridrich Strba (fstrba) (revision 185)
baserev update by copy to link target
Fridrich Strba's avatar Fridrich Strba (fstrba) committed (revision 184)
Fridrich Strba's avatar Fridrich Strba (fstrba) committed (revision 183)
Fridrich Strba's avatar Fridrich Strba (fstrba) committed (revision 182)
buildservice-autocommit accepted request 998188 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 181)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 180)
- spec-cleaner
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 994776 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 179)
- Move ftpdump from ft2demos to freetype - it's required by other
  packages and doesn't require any of the toolkits, so move its
  build early

- Move ftpdump from ft2demos to freetype - it's required by other
  packages and doesn't require any of the toolkits, so move its
  build early
buildservice-autocommit accepted request 974478 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 178)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 974477 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 177)
- drop revert-ft212-subpixel-hinting-change.patch: upstream

  - The  meson  build  no  longer enforces  both  static  and  dynamic
    versions of the library by default.
  - The internal  zlib library was  updated to version  1.2.12.  Note,
    however, that  FreeType is *not* affected  by CVE-2018-25032 since
    it only does decompression.
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 974364 from Paolo Stivanin's avatar Paolo Stivanin (polslinux) (revision 176)
- Update to 2.12.1:
  - Loading CFF fonts sometimes made FreeType crash (bug introduced in
    version 2.12.0)
  - Loading  a fully  hinted  TrueType glyph  a  second time  (without
    caching) sometimes yielded different rendering results if TrueType
    hinting was active (bug introduced in version 2.12.0).
  - The generation of the pkg-config file `freetype2.pc` was broken if
    the build was done with cmake (bug introduced in version 2.12.0).
- Drop freetype-2.12.0-cff_slot_load-segfault.patch
- Drop 079a22da037835daf5be2bd9eccf7bc1eaa2e783.patch

- Update to version 2.12.1:
  * Fix clang++ warnings.
  * [ftsdf] Fix segmentation fault.
  * Replace header macros with file names.
  * [ftview] Handle foreground COLR.
  * (Print_Array): New function.
  * (Print_FontInfo_Dictionary, Print_FontPrivate_Dictionary): New functions.
  * [ftgrid] Minor tweaks.
  * [ftgrid] Implement embedded bitmap toggle.
  * Prototype SVG support.
buildservice-autocommit accepted request 970868 from Fridrich Strba's avatar Fridrich Strba (fstrba) (revision 175)
baserev update by copy to link target
Fridrich Strba's avatar Fridrich Strba (fstrba) accepted request 970867 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 174)
- add revert-ft212-subpixel-hinting-change.patch (bsc#1198536)
- add 079a22da037835daf5be2bd9eccf7bc1eaa2e783.patch to avoid
  an integer overflow occuring during fuzzing
buildservice-autocommit accepted request 970501 from Fridrich Strba's avatar Fridrich Strba (fstrba) (revision 173)
baserev update by copy to link target
Fridrich Strba's avatar Fridrich Strba (fstrba) accepted request 970451 from Andreas Stieger's avatar Andreas Stieger (AndreasStieger) (revision 172)
fix segfault boo#1198497
buildservice-autocommit accepted request 967933 from Fridrich Strba's avatar Fridrich Strba (fstrba) (revision 171)
baserev update by copy to link target
Fridrich Strba's avatar Fridrich Strba (fstrba) accepted request 967886 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 170)
- update to 2.12.0:
  - FreeType  now   handles  OT-SVG  fonts,  to   be  controlled  with
   `FT_CONFIG_OPTION_SVG`  configuration macro.   By default,  it can
    only load the 'SVG ' table of an OpenType font.  However, by using
    the `svg-hooks` property of the new 'ot-svg' module it is possible
    to register an  external SVG rendering engine.   The FreeType demo
    programs  have been  set  up  to use  'librsvg'  as the  rendering
    library. 
  - The handling of fonts with an 'sbix' table has been improved.
  - The internal 'zlib'  code has been updated to be  in sync with the
    current 'zlib' version (1.2.11).
  - The  previously internal  load  flag  `FT_LOAD_SBITS_ONLY` is  now
    public.
  - Some  minor improvements  of the  building systems,  in particular
    handling of the 'zlib' library (internal vs. external).
  - Support for non-desktop Universal Windows Platform.
  - Various other minor bug and documentation fixes.
  - The `ftdump` demo  program shows more information  for Type1 fonts
    if option `-n` is given.
  - `ftgrid` can now display embedded bitmap strikes.
Fridrich Strba's avatar Fridrich Strba (fstrba) accepted request 935295 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 169)
- update to 2.11.1:
  * Some  fields  in  the  `CID_FaceDictRec`, `CID_FaceInfoRec`, and
    `FT_Data` structures  have been changed  from signed to unsigned
    type,  which  better reflects  the actual usage.  It is also  an
    additional means to protect against malformed input.
  * Cmake support  has been  further improved.   To do  that various
    backward-incompatible  changes were  necessary; please  see file
    `CMakeLists.txt` for more details.
  * The experimental  'COLR' v1 API  has been updated to  the latest
    OpenType standard 1.9.
Ismail Dönmez's avatar Ismail Dönmez (namtrac) committed (revision 168)
- Update to version 2.11.0
  * A new rendering  module has been added to create 8-bit  Signed
    Distance Field (SDF)  bitmaps for both outline and bitmap glyphs.
  * A new, experimental API is now available for surfacing properties
    of 'COLR' v1 color fonts.
  * A new function `FT_Get_Transform` returns the values set by
    FT_Set_Transform.
  * The legacy Type 1 and CFF engines are further demoted due to lack
    of CFF2 charstring support.
  * The experimental 'warp' mode (AF_CONFIG_OPTION_USE_WARPER) for the
    auto-hinter has been removed.
  * The smooth rasterizer performance has been improved by >10%.
  * PCF bitmap fonts compressed with LZW (these are usually files with
    the extension .pcf.Z) are now handled correctly.

- Update to version 2.11.0
  * A new demo program `ftsdf` is available to display Signed Distance
    Fields of glyphs.
  * The `ftlint` demo program has been  extended to do more testing of
    its input.
  * The `ttdebug` demo program didn't show changed point coordinates
    (bug introduced in version 2.10.3).
  * It is now possible to adjust the axis increment for variable fonts
    in the `ftmulti` demo program.
  * It is now possible to change the hinting engine in the `ftstring`
    demo program.
  * The graphical demo programs work better now in native color depth
    on win32 and x11.
buildservice-autocommit accepted request 842789 from Ismail Dönmez's avatar Ismail Dönmez (namtrac) (revision 167)
baserev update by copy to link target
Displaying revisions 21 - 40 of 206
openSUSE Build Service is sponsored by