Fix TTF collection handling

This commit is contained in:
Matthias Clasen 2006-06-02 16:33:32 +00:00
parent 708dab6cfe
commit 2c7c8de40d

View File

@ -3,7 +3,7 @@
Summary: Font configuration and customization library Summary: Font configuration and customization library
Name: fontconfig Name: fontconfig
Version: 2.3.95 Version: 2.3.95
Release: 3 Release: 4
License: MIT License: MIT
Group: System Environment/Libraries Group: System Environment/Libraries
Source: http://fontconfig.org/release/fontconfig-%{version}.tar.gz Source: http://fontconfig.org/release/fontconfig-%{version}.tar.gz
@ -14,8 +14,8 @@ Source2: 50-no-hint-fonts.conf
Patch1: fontconfig-2.3.95-defaultconfig.patch Patch1: fontconfig-2.3.95-defaultconfig.patch
Patch2: fontconfig-2.3.93.cvs20060211-move-user-cache.patch Patch2: fontconfig-2.3.93.cvs20060211-move-user-cache.patch
Patch3: fontconfig-2.4-cmap-parsing.patch Patch3: fontconfig-2.4-cmap-parsing.patch
Patch4: fontconfig-2.3.95-ttf-collections.patch
BuildRequires: freetype-devel >= %{freetype_version} BuildRequires: freetype-devel >= %{freetype_version}
BuildRequires: expat-devel BuildRequires: expat-devel
@ -54,6 +54,7 @@ will use fontconfig.
%patch1 -p1 -b .defaultconfig %patch1 -p1 -b .defaultconfig
%patch2 -p1 -b .move-user-cache %patch2 -p1 -b .move-user-cache
%patch3 -p1 -b .cmap-parsing %patch3 -p1 -b .cmap-parsing
%patch4 -p1 -b .ttf-collections
%build %build
%configure --with-add-fonts=/usr/share/X11/fonts/Type1,/usr/share/X11/fonts/OTF %configure --with-add-fonts=/usr/share/X11/fonts/Type1,/usr/share/X11/fonts/OTF
@ -138,8 +139,11 @@ fi
%{_mandir}/man3/* %{_mandir}/man3/*
%changelog %changelog
* Fri Jun 2 2006 Matthias Clasen <mclasen@redhat.com> - 2.3.95-4
- Fix the handling of TTF font collections
* Thu May 18 2006 Matthias Clasen <mclasen@redhat.com> - 2.3.95-3 * Thu May 18 2006 Matthias Clasen <mclasen@redhat.com> - 2.3.95-3
= Apply a patch by David Turner to speed up cache generation - Apply a patch by David Turner to speed up cache generation
* Wed Apr 26 2006 Bill Nottingham <notting@redhat.com> - 2.3.95-2 * Wed Apr 26 2006 Bill Nottingham <notting@redhat.com> - 2.3.95-2
- fix fonts.conf typo - fix fonts.conf typo