forked from pool/freetype2
Accepting request 181835 from home:namtrac:bugfix
- Update to version 2.5.0.1 * The cache manager function `FTC_Manager_Reset' didn't flush the cache. * Behdad Esfahbod (on behalf of Google) contributed support for color embedded bitmaps (eg. color emoji). * The old FreeType CFF engine is now disabled by default. * All code related to macro FT_CONFIG_OPTION_OLD_INTERNALS has been removed. * The property API (`FT_Property_Get' and `FT_Property_Set') is now declared as stable. * Another round of TrueType subpixel hinting fixes. * 64bit compilation of the new CFF engine was buggy. * Some fixes to improve robustness in memory-tight situations. - Add dependency on libpng-devel for color emoji support. - Drop freetype-new-cff-engine.patch, upstream now. - Update to version 2.5.0 * ftview has been updated to support color embedded bitmaps. * The 'ttdebug' program has been further improved. In particular, it accepts a new command line option `-H' to select the hinting engine. OBS-URL: https://build.opensuse.org/request/show/181835 OBS-URL: https://build.opensuse.org/package/show/M17N/freetype2?expand=0&rev=78
This commit is contained in:
parent
ce8bdd2233
commit
2b1fa4018b
@ -5,4 +5,4 @@ freetype2-devel
|
||||
requires -freetype2-<targettype>
|
||||
requires "libfreetype6-<targettype>"
|
||||
requires "zlib-devel-<targettype>"
|
||||
|
||||
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a78a17486689ab6852a9e1a759b179827ac9dfd7e2f237ddf169c73398c85381
|
||||
size 1597205
|
3
freetype-2.5.0.1.tar.bz2
Normal file
3
freetype-2.5.0.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:57bce5b37989577aa8b4a588426839f6bf39bcc3869748cb18f6827df251f4e5
|
||||
size 1607037
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ae5c1674aae330d94714a1c23562eabcb4a96399764c10e6c3ac8a19b8054238
|
||||
size 106734
|
3
freetype-doc-2.5.0.tar.bz2
Normal file
3
freetype-doc-2.5.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8c1af657e8845830278abd019c49288e6b0f94409a6d4506c73a29f0fc062a4d
|
||||
size 106728
|
@ -1,13 +0,0 @@
|
||||
Index: freetype-2.4.12/src/cff/cffobjs.c
|
||||
===================================================================
|
||||
--- freetype-2.4.12.orig/src/cff/cffobjs.c
|
||||
+++ freetype-2.4.12/src/cff/cffobjs.c
|
||||
@@ -1056,7 +1056,7 @@
|
||||
|
||||
|
||||
/* set default property values */
|
||||
- driver->hinting_engine = FT_CFF_HINTING_FREETYPE;
|
||||
+ driver->hinting_engine = FT_CFF_HINTING_ADOBE;
|
||||
driver->no_stem_darkening = FALSE;
|
||||
|
||||
return FT_Err_Ok;
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 3 08:31:13 UTC 2013 - idonmez@suse.com
|
||||
|
||||
- Update to version 2.5.0.1
|
||||
* The cache manager function `FTC_Manager_Reset' didn't flush the
|
||||
cache.
|
||||
* Behdad Esfahbod (on behalf of Google) contributed support for
|
||||
color embedded bitmaps (eg. color emoji).
|
||||
* The old FreeType CFF engine is now disabled by default.
|
||||
* All code related to macro FT_CONFIG_OPTION_OLD_INTERNALS
|
||||
has been removed.
|
||||
* The property API (`FT_Property_Get' and `FT_Property_Set') is
|
||||
now declared as stable.
|
||||
* Another round of TrueType subpixel hinting fixes.
|
||||
* 64bit compilation of the new CFF engine was buggy.
|
||||
* Some fixes to improve robustness in memory-tight situations.
|
||||
- Add dependency on libpng-devel for color emoji support.
|
||||
- Drop freetype-new-cff-engine.patch, upstream now.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 9 03:58:33 UTC 2013 - crrodriguez@opensuse.org
|
||||
|
||||
|
@ -18,6 +18,7 @@
|
||||
|
||||
Name: freetype2
|
||||
BuildRequires: gawk
|
||||
BuildRequires: libpng-devel
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: zlib-devel
|
||||
# bug437293
|
||||
@ -25,17 +26,17 @@ BuildRequires: zlib-devel
|
||||
Obsoletes: freetype2-64bit
|
||||
%endif
|
||||
#
|
||||
Version: 2.4.12
|
||||
%define doc_version 2.5.0
|
||||
Version: 2.5.0.1
|
||||
Release: 0
|
||||
Summary: A TrueType Font Library
|
||||
License: SUSE-Freetype or GPL-2.0+
|
||||
Group: System/Libraries
|
||||
Url: http://www.freetype.org
|
||||
Source0: http://download.savannah.gnu.org/releases/freetype/freetype-%{version}.tar.bz2
|
||||
Source1: http://download.savannah.gnu.org/releases/freetype/freetype-doc-%{version}.tar.bz2
|
||||
Source1: http://download.savannah.gnu.org/releases/freetype/freetype-doc-%{doc_version}.tar.bz2
|
||||
Source3: baselibs.conf
|
||||
Patch1: freetype-new-cff-engine.patch
|
||||
Patch3: freetype2-bitmap-foundry.patch
|
||||
Patch1: freetype2-bitmap-foundry.patch
|
||||
Patch308961: bugzilla-308961-cmex-workaround.patch
|
||||
Patch200: freetype2-subpixel.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -47,8 +48,8 @@ version also contains an autohinter for producing improved output.
|
||||
%package -n libfreetype6
|
||||
Summary: A TrueType Font Library
|
||||
Group: System/Libraries
|
||||
Obsoletes: freetype2 < 2.3.10
|
||||
Provides: freetype2 = 2.3.10
|
||||
Obsoletes: freetype2 < %{version}
|
||||
Provides: freetype2 = %{version}
|
||||
|
||||
%description -n libfreetype6
|
||||
This library features TrueType fonts for open source projects. This
|
||||
@ -79,7 +80,6 @@ It also contains a small tutorial for using that library.
|
||||
%define enable_subpixel_rendering 0
|
||||
%setup -q -n freetype-%{version} -a 1
|
||||
%patch1 -p1
|
||||
%patch3 -p1
|
||||
%patch308961 -p 1
|
||||
%if %{enable_subpixel_rendering}
|
||||
%patch200 -p1
|
||||
@ -94,9 +94,6 @@ make %{?_smp_mflags}
|
||||
%install
|
||||
%makeinstall
|
||||
|
||||
# these development documents should go into the freetype2-devel package:
|
||||
mv docs/reference freetype-%{version}/docs
|
||||
|
||||
# remove documentation that does not belong in an rpm
|
||||
rm docs/INSTALL*
|
||||
|
||||
@ -108,11 +105,11 @@ rm docs/INSTALL*
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libfreetype.so.*
|
||||
%doc ChangeLog README
|
||||
%doc docs/*
|
||||
%doc docs/{CHANGES,CUSTOMIZE,DEBUG,MAKEPP,PROBLEMS,TODO,*.txt}
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%doc freetype-%{version}/docs/*
|
||||
%doc docs/reference/*
|
||||
%{_includedir}/*
|
||||
%if 0%{?suse_version} >= 1140
|
||||
%exclude %{_libdir}/libfreetype.*a
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:aee81b9b8c8476d8da89e8eda4550b4b55ec4ab274a1692c4a9eff7b3baabf3a
|
||||
size 170312
|
3
ft2demos-2.5.0.tar.bz2
Normal file
3
ft2demos-2.5.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:490c3487561119c60b874ae2df5c27fedce320f8ab38b2832d4baf5a28120f34
|
||||
size 172671
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 3 08:33:20 UTC 2013 - idonmez@suse.com
|
||||
|
||||
- Update to version 2.5.0
|
||||
* ftview has been updated to support color embedded bitmaps.
|
||||
* The 'ttdebug' program has been further improved. In particular,
|
||||
it accepts a new command line option `-H' to select the hinting
|
||||
engine.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 12 08:46:35 UTC 2013 - werner@suse.com
|
||||
|
||||
|
@ -17,19 +17,20 @@
|
||||
|
||||
|
||||
Name: ft2demos
|
||||
Version: 2.4.12
|
||||
Version: 2.5.0
|
||||
Release: 0
|
||||
Summary: Freetype2 Utilities and Demo Programs
|
||||
License: GPL-2.0+
|
||||
Group: Productivity/Publishing/Other
|
||||
%define freetype_version %{version}
|
||||
%define freetype_version 2.5.0.1
|
||||
Url: http://www.freetype.org
|
||||
Source0: http://savannah.nongnu.org/download/freetype/freetype-%{version}.tar.bz2
|
||||
Source0: http://savannah.nongnu.org/download/freetype/freetype-%{freetype_version}.tar.bz2
|
||||
Source1: http://savannah.nongnu.org/download/freetype/ft2demos-%{version}.tar.bz2
|
||||
Patch308961: bugzilla-308961-cmex-workaround.patch
|
||||
Patch200: freetype2-subpixel.patch
|
||||
BuildRequires: libpng-devel
|
||||
BuildRequires: xorg-x11-devel
|
||||
Conflicts: dtc
|
||||
Conflicts: dtc
|
||||
Supplements: fonts-config
|
||||
Source1000: bnc628213_test.otf
|
||||
Source1004: bnc629447_sigsegv31.ttf
|
||||
|
Loading…
Reference in New Issue
Block a user