Package Release Info

ftgl-2.4.0-150400.1.8

Update Info: Base Release
Available in Package Hub : 15 SP5 Subpackages

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

ftgl-demo
ftgl-devel
libftgl2

Change Logs

* Sat Oct 26 2019 aloisio@gmx.com
- Update to version 2.4.0
  * New setting LegacyOpenGLState(), see README-LegacyOpenGLState
  * Fix/silence compiler warnings
  version 2.3.1:
  * Updates to debian/ build files
  version 2.3.0:
  * Fix a memory leak
  * FTContour: avoid NaN for angles close to 180 degrees
    (see Debian bug #589601, 5.)
  * FTBufferGlyph: fix garbage with bitmap fonts
    (text is still clipped, that seems to be another problem)
  * FTTextureGlyphImpl: fix garbage with bitmap fonts
    (see Debian bug #589601, 4.)
  * FTPixmapGlyph: fix garbage with bitmap fonts
    (see Debian bug #589601, 2.)
  * FTOutlineGlyphImpl, FTPolygonGlyphImpl: avoid uninizitalized
    vectoriser in case of error (see Debian bug #589601, 1.)
  * Various other bugfixes collected through the years
  version 2.2.0:
  * Stable API. Public headers are now frozen.
  * Fixed several memory corruption and crash bugs - Sam Hocevar
  * Fixed several memory leaks - Sam Hocevar
  * Kerning and glyph performance enhancements - Sean Morrison
  * The library now also exports a pure C interface - Éric Beets
  * Inset/outset contour support for fonts - Éric Beets
  * Fix the FTLayout rendering - Éric Beets
  * Added new FTLayout and FTSimpleLayout support for layout
    managers - Sam Hocevar
  * Fixed the paths in the XCode project - Henry Maddocks
  * Changed the behaviour of some objects so that if there is an
    error their state isn't changed - Henry Maddocks
  * New, fast FTBufferFont texture fonts - Sam Hocevar
  * UTF-8 support - Daniel Remenak
- Switch to maintained fork
- Dropped ftgl-autoreconf.patch (merged upstream)
- Refreshed install-FTVectoriser.h.patch
* Fri Mar 08 2019 olaf@aepfle.de
- Add conditional for html docs, SLE_12 has no epstopdf
* Mon Mar 26 2018 crrodriguez@opensuse.org
- Remove Requires on Mesa-devel, automated pkgconfig()
  Requires are enough in this case.
Version: 2.1.3~rc5-bp150.2.3
* Thu Dec 07 2017 kkaempf@suse.com
- adapt install-FTVectoriser.h.patch to install more .h files
  required by tulip-5.1.0
* Wed Jul 12 2017 jengelh@inai.de
- Remove --with-pic which is only for static libs.
- RPM group fix.
- Trim redundant wording from description.
* Wed Jul 12 2017 tchvatal@suse.com
- Trim a bit description and fix group for demo
* Wed Jun 28 2017 kkaempf@suse.com
- add install-FTVectoriser.h.patch
  install FTVectoriser.h, required by tulip-5.0
- fix documentation build
  (add texlive-epstopdf and ghostscript to BuildRequires)
* Tue Apr 14 2015 tiwai@suse.de
- Fix download URL containing percent letters to make "osc service
  localrun download_files" working
* Mon Apr 13 2015 mpluskal@suse.com
- Add baselibs to sources
* Sun Apr 12 2015 mpluskal@suse.com
- Use url for source
- Use tilde in version
- Clenaup spec file with spec-cleaner
- Update dependencies
- Remove obsolete defines
* Tue Sep 18 2012 idonmez@suse.com
- Add explicit glu dependency
* Sat Oct 01 2011 coolo@suse.com
- add libtool as buildrequire to make the spec file more reliable
* Mon Aug 29 2011 crrodriguez@opensuse.org
- Fix build with new gnu Ld defaults.
* Sun Apr 24 2011 toddrme2178@gmail.com
- Add 32bit compatibility libraries
- Fixed spec file encoding (fix for RPMLINT warning)
* Mon Apr 26 2010 ro@suse.de
- sanitize version in pkgconfig file
* Mon Jan 26 2009 crrodriguez@suse.de
- remove "la" files
* Wed Oct 22 2008 mrueckert@suse.de
- fix debug_packages_requires define
* Tue Oct 14 2008 sbrabec@suse.cz
- Fix for the latest autotools.
* Fri Aug 01 2008 ro@suse.de
- fix requires for debuginfo package
* Sat Jul 26 2008 aj@suse.de
- Remove unneccessary and now broken Requires.
* Wed Jul 23 2008 coolo@suse.de
- adding splitprovides to the library package for update
* Mon Jul 21 2008 sbrabec@suse.cz
- Added conflict for FTGLDemo moved from -devel to -demo package.
* Tue Jul 15 2008 sbrabec@suse.cz
- Updated to version 2.1.3-rc5:
  * Stable API. Public headers are now frozen.
  * Fixed several memory corruption and crash bugs
  * Fixed several memory leaks
  * Kerning and glyph performance enhancements
  * The library now also exports a pure C interface
  * Inset/outset contour support for fonts
  * Fix the FTLayout rendering
  * Added new FTLayout and FTSimpleLayout support for layout
    managers
  * Fixed the paths in the XCode project
  * Changed the behaviour of some objects so that if there is an
    error their state isn't changed
  * New, fast FTBufferFont texture fonts
  * UTF-8 support