- updated to 2.0.11
* SDL_ttf is now under the zlib license * Improved font glyph caching for non-latin languages * Added API to get kerning info: TTF_GetFontKerningSize() * Added Android.mk to build on the Android platform - updated to 2.0.10 * Find the Unicode or symbol character map if it's available in the font * Set the appropriate font styles for bold and italic fonts * Added font style TTF_STYLE_STRIKETHROUGH * Fixed size calculations taking outline and underline into account * Added API for font outlining: TTF_GetFontOutline()/TTF_SetFontOutline() * Added API to disable kerning: TTF_GetFontKerning()/TTF_SetFontKerning() * Fixed height calculation for fonts that extend below the font height * Added access to font hinting: TTF_GetFontHinting()/TTF_SetFontHinting() * Added TTF_GlyphIsProvided() to check whether a glyph is in a given font - Do not buildRequire metapackage xorg-x11-devel it is not needed and adds significant bloat OBS-URL: https://build.opensuse.org/package/show/games/SDL_ttf?expand=0&rev=17
This commit is contained in:
parent
3391ba9724
commit
f58b1bbf89
3
SDL_ttf-2.0.11-repack.tar.bz2
Normal file
3
SDL_ttf-2.0.11-repack.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:61a43fa79f1432e7efabd473a8e0d14c092a77847328a312efbb0c611ed2fd74
|
||||
size 2241008
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6d4593a67d97b5751559dd997dac3c84718a31cf7bd37d5512eab2ba0b12ca40
|
||||
size 255591
|
@ -1,8 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 13 11:31:29 UTC 2013 - prusnak@opensuse.org
|
||||
|
||||
- updated to 2.0.11
|
||||
* SDL_ttf is now under the zlib license
|
||||
* Improved font glyph caching for non-latin languages
|
||||
* Added API to get kerning info: TTF_GetFontKerningSize()
|
||||
* Added Android.mk to build on the Android platform
|
||||
- updated to 2.0.10
|
||||
* Find the Unicode or symbol character map if it's available in the font
|
||||
* Set the appropriate font styles for bold and italic fonts
|
||||
* Added font style TTF_STYLE_STRIKETHROUGH
|
||||
* Fixed size calculations taking outline and underline into account
|
||||
* Added API for font outlining: TTF_GetFontOutline()/TTF_SetFontOutline()
|
||||
* Added API to disable kerning: TTF_GetFontKerning()/TTF_SetFontKerning()
|
||||
* Fixed height calculation for fonts that extend below the font height
|
||||
* Added access to font hinting: TTF_GetFontHinting()/TTF_SetFontHinting()
|
||||
* Added TTF_GlyphIsProvided() to check whether a glyph is in a given font
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 3 02:06:00 UTC 2013 - crrodriguez@opensuse.org
|
||||
|
||||
- Do not buildRequire metapackage xorg-x11-devel it is not
|
||||
needed and adds significant bloat
|
||||
- Do not buildRequire metapackage xorg-x11-devel it is not
|
||||
needed and adds significant bloat
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 8 14:08:05 UTC 2012 - cfarrell@suse.com
|
||||
|
@ -20,12 +20,12 @@ Name: SDL_ttf
|
||||
BuildRequires: freetype2-devel
|
||||
BuildRequires: libSDL-devel
|
||||
Url: http://www.libsdl.org/projects/SDL_ttf/
|
||||
Version: 2.0.9
|
||||
Version: 2.0.11
|
||||
Release: 0
|
||||
Summary: Simple DirectMedia Layer - Truetype Library
|
||||
License: LGPL-2.1+
|
||||
License: Zlib
|
||||
Group: System/Libraries
|
||||
# removed VisualC.zip, Watcom-OS2.zip, Xcode.tar.gz from upstream tarball [bnc#508180]
|
||||
# removed VisualC dir, Watcom-Win32.zip, Xcode and Xcode-iOS dirs from upstream tarball [bnc#508180]
|
||||
Source: %{name}-%{version}-repack.tar.bz2
|
||||
Source2: baselibs.conf
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -84,5 +84,6 @@ rm -f %{buildroot}%{_libdir}/*.la
|
||||
%defattr(-,root,root)
|
||||
%{_includedir}/SDL/SDL_ttf.h
|
||||
%{_libdir}/lib*.so
|
||||
%{_libdir}/pkgconfig/SDL_ttf.pc
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user