Commit Graph

17 Commits

Author SHA256 Message Date
Fridrich Strba
eaac049b95 Accepting request 967886 from home:dirkmueller:Factory
- 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.

OBS-URL: https://build.opensuse.org/request/show/967886
OBS-URL: https://build.opensuse.org/package/show/M17N/freetype2?expand=0&rev=170
2022-04-08 22:08:46 +00:00
Ismail Dönmez
db17718696 - 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.

OBS-URL: https://build.opensuse.org/package/show/M17N/freetype2?expand=0&rev=168
2021-07-23 07:23:54 +00:00
Ismail Dönmez
025178e121 - Update to version 2.10.4
* Contains the fix for CVE-2020-15999
  * Minor improvements to the B/W rasterizer.
  * Auto-hinter support for Medefaidrin script.
  * Fix various  memory leaks (mainly  for CFF) and other  issues that
    might cause crashes in rare circumstances.

- Update to version 2.10.4
  * In  `ftview', custom  LCD  filter values  are  now normalized  and
    balanced.  Unorthodox filters are still available through the `-L'
    command line option.
  * The GUI demo programs can now be resized.
  * Demo programs that accept command  line option `-k' can now handle
    function keys, too.  The  corresponding character codes start with
    0xF1.  As  an example, the  POSIX shell syntax (accepted  by bash,
    ksh, and zsh) -k $'\xF3q' emulates the pressing of function key `F3'
    followed by key `q'.

OBS-URL: https://build.opensuse.org/package/show/M17N/freetype2?expand=0&rev=164
2020-10-20 09:53:16 +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
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
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
Hrvoje Senjan
83509fc618 Accepting request 336413 from home:TheIndifferent:branches:M17N
Updating to 2.6.1, refreshing the patches.

OBS-URL: https://build.opensuse.org/request/show/336413
OBS-URL: https://build.opensuse.org/package/show/M17N/freetype2?expand=0&rev=109
2015-10-04 21:55:30 +00:00
Hrvoje Senjan
a143330a32 Accepting request 264431 from home:sumski:branches:M17N
Update to version 2.5.4

OBS-URL: https://build.opensuse.org/request/show/264431
OBS-URL: https://build.opensuse.org/package/show/M17N/freetype2?expand=0&rev=90
2014-12-08 16:14:10 +00:00
OBS User mrdocs
33110175ea Accepting request 148512 from home:jnweiger:branches:OBS_Maintained:freetype2.openSUSE_Factory
- Rediffed patches.
- CVE-2012-5668.patch, CVE-2012-5669.patch, CVE-2012-5670.patch nothing to do.

OBS-URL: https://build.opensuse.org/request/show/148512
OBS-URL: https://build.opensuse.org/package/show/M17N/freetype2?expand=0&rev=72
2013-01-14 23:27:06 +00:00
OBS User mrdocs
e3508cd4d6 Accepting request 55068 from home:jnweiger:branches:M17N
looks good thanks for the update

OBS-URL: https://build.opensuse.org/request/show/55068
OBS-URL: https://build.opensuse.org/package/show/M17N/freetype2?expand=0&rev=40
2010-12-08 12:07:58 +00:00
Stephan Kulow
cf3ce800d7 Accepting request 51658 from home:Fisiu:branches:M17N
OBS-URL: https://build.opensuse.org/request/show/51658
OBS-URL: https://build.opensuse.org/package/show/M17N/freetype2?expand=0&rev=34
2010-11-01 08:41:59 +00:00
OBS User buildservice-autocommit
3147ed888f Updating link to change in openSUSE:Factory/freetype2 revision 19.0
OBS-URL: https://build.opensuse.org/package/show/M17N/freetype2?expand=0&rev=73a03aeb5d0eeb56ffb9940f8c4d089e
2010-04-01 01:04:23 +00:00
OBS User autobuild
545e8e6b5e Accepting request 36463 from M17N
checked in (request 36463)

OBS-URL: https://build.opensuse.org/request/show/36463
OBS-URL: https://build.opensuse.org/package/show/M17N/freetype2?expand=0&rev=17
2010-04-01 01:04:22 +00:00
Stephan Kulow
764bc86cf9 - update to version 2.3.12:
brings considerable improvements for b/w rasterizing of hinted 
  TrueType fonts at small sizes, see NEWS for more details
- fixed build without sysvinit in the build system
- disable no longer compiling patch that should be upstream or dead
- updated to version 2.3.8:
    http://www.freetype.org/index2.html#release-freetype-2.3.8

OBS-URL: https://build.opensuse.org/package/show/M17N/freetype2?expand=0&rev=15
2010-03-31 14:56:07 +00:00
OBS User unknown
2ce53546b0 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/freetype2?expand=0&rev=4 2007-10-20 15:35:32 +00:00
OBS User unknown
8721ad3554 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/freetype2?expand=0&rev=3 2007-10-09 15:08:08 +00:00
OBS User unknown
b6969d8d93 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/freetype2?expand=0&rev=2 2007-10-02 22:52:44 +00:00