2007-08-23 23:05:25 +00:00
|
|
|
#
|
2011-03-09 16:13:36 +00:00
|
|
|
# spec file for package freetype2
|
2007-08-23 23:05:25 +00:00
|
|
|
#
|
2020-05-09 10:36:42 +00:00
|
|
|
# Copyright (c) 2020 SUSE LLC
|
2007-08-23 23:05:25 +00:00
|
|
|
#
|
2008-08-21 16:08:44 +00:00
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2018-10-27 11:56:04 +00:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2007-08-23 23:05:25 +00:00
|
|
|
#
|
|
|
|
|
2018-03-06 11:13:03 +00:00
|
|
|
|
2020-05-09 10:36:42 +00:00
|
|
|
%define doc_version 2.10.2
|
2015-04-10 07:42:07 +00:00
|
|
|
Name: freetype2
|
2020-05-09 10:36:42 +00:00
|
|
|
Version: 2.10.2
|
2011-12-22 15:57:14 +00:00
|
|
|
Release: 0
|
2007-08-23 23:05:25 +00:00
|
|
|
Summary: A TrueType Font Library
|
2018-03-06 09:45:37 +00:00
|
|
|
License: SUSE-Freetype OR GPL-2.0-or-later
|
2011-12-22 15:57:14 +00:00
|
|
|
Group: System/Libraries
|
2018-10-27 11:56:04 +00:00
|
|
|
URL: https://www.freetype.org
|
- Update to version 2.10.1
* The bytecode hinting of OpenType variation fonts was flawed, since
the data in the `CVAR' table wasn't correctly applied.
* Auto-hinter support for Mongolian.
* The handling of the default character in PCF fonts as introduced
in version 2.10.0 was partially broken, causing premature abortion
of charmap iteration for many fonts.
* If `FT_Set_Named_Instance' was called with the same arguments
twice in a row, the function returned an incorrect error code the
second time.
* Direct rendering using FT_RASTER_FLAG_DIRECT crashed (bug
introduced in version 2.10.0).
* Increased precision while computing OpenType font variation
instances.
* The flattening algorithm of cubic Bezier curves was slightly
changed to make it faster. This can cause very subtle rendering
changes, which aren't noticeable by the eye, however.
* The auto-hinter now disables hinting if there are blue zones
defined for a `style' (i.e., a certain combination of a script and
its related typographic features) but the font doesn't contain any
characters needed to set up at least one blue zone.
- Add tarball signatures and freetype2.keyring
- Update to version 2.10.1
* The `ftmulti' demo program now supports multiple hidden axes with
the same name tag.
* `ftview', `ftstring', and `ftgrid' got a `-k' command line option
to emulate a sequence of keystrokes at start-up.
* `ftview', `ftstring', and `ftgrid' now support screen dumping to a
PNG file.
OBS-URL: https://build.opensuse.org/package/show/M17N/freetype2?expand=0&rev=157
2019-07-02 07:34:07 +00:00
|
|
|
Source0: https://downloads.sourceforge.net/project/freetype/freetype2/%{version}/freetype-%{version}.tar.xz
|
|
|
|
Source1: https://downloads.sourceforge.net/project/freetype/freetype-docs/%{version}/freetype-doc-%{version}.tar.xz
|
2018-03-06 09:45:37 +00:00
|
|
|
Source2: %{name}.sh
|
- Update to version 2.10.1
* The bytecode hinting of OpenType variation fonts was flawed, since
the data in the `CVAR' table wasn't correctly applied.
* Auto-hinter support for Mongolian.
* The handling of the default character in PCF fonts as introduced
in version 2.10.0 was partially broken, causing premature abortion
of charmap iteration for many fonts.
* If `FT_Set_Named_Instance' was called with the same arguments
twice in a row, the function returned an incorrect error code the
second time.
* Direct rendering using FT_RASTER_FLAG_DIRECT crashed (bug
introduced in version 2.10.0).
* Increased precision while computing OpenType font variation
instances.
* The flattening algorithm of cubic Bezier curves was slightly
changed to make it faster. This can cause very subtle rendering
changes, which aren't noticeable by the eye, however.
* The auto-hinter now disables hinting if there are blue zones
defined for a `style' (i.e., a certain combination of a script and
its related typographic features) but the font doesn't contain any
characters needed to set up at least one blue zone.
- Add tarball signatures and freetype2.keyring
- Update to version 2.10.1
* The `ftmulti' demo program now supports multiple hidden axes with
the same name tag.
* `ftview', `ftstring', and `ftgrid' got a `-k' command line option
to emulate a sequence of keystrokes at start-up.
* `ftview', `ftstring', and `ftgrid' now support screen dumping to a
PNG file.
OBS-URL: https://build.opensuse.org/package/show/M17N/freetype2?expand=0&rev=157
2019-07-02 07:34:07 +00:00
|
|
|
Source10: https://downloads.sourceforge.net/project/freetype/freetype2/%{version}/freetype-%{version}.tar.xz.sig
|
|
|
|
Source11: https://downloads.sourceforge.net/project/freetype/freetype-docs/%{version}/freetype-doc-%{version}.tar.xz.sig
|
|
|
|
Source12: freetype2.keyring
|
|
|
|
Source1000: baselibs.conf
|
2018-01-10 10:35:08 +00:00
|
|
|
Patch0: bugzilla-308961-cmex-workaround.patch
|
2014-03-10 08:02:34 +00:00
|
|
|
# PATCH-FIX-OPENSUSE don-t-mark-libpng-as-required-library.patch -- it is private in .pc
|
2018-01-10 10:35:08 +00:00
|
|
|
Patch1: don-t-mark-libpng-as-required-library.patch
|
2018-05-02 11:15:13 +00:00
|
|
|
Patch2: enable-long-family-names-by-default.patch
|
2018-10-27 11:56:04 +00:00
|
|
|
Patch3: enable-subpixel-rendering.patch
|
|
|
|
Patch4: enable-infinality-subpixel-hinting.patch
|
2015-04-10 07:42:07 +00:00
|
|
|
BuildRequires: gawk
|
|
|
|
BuildRequires: libbz2-devel
|
|
|
|
BuildRequires: libpng-devel
|
2018-03-06 09:45:37 +00:00
|
|
|
BuildRequires: pkgconfig
|
2015-04-10 07:42:07 +00:00
|
|
|
BuildRequires: zlib-devel
|
2020-05-09 10:36:42 +00:00
|
|
|
BuildRequires: pkgconfig(libbrotlidec)
|
2007-08-23 23:05:25 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
This library features TrueType fonts for open source projects. This
|
|
|
|
version also contains an autohinter for producing improved output.
|
|
|
|
|
2010-04-01 01:04:23 +00:00
|
|
|
%package -n libfreetype6
|
|
|
|
Summary: A TrueType Font Library
|
|
|
|
Group: System/Libraries
|
2013-07-03 13:35:28 +00:00
|
|
|
Obsoletes: freetype2 < %{version}
|
|
|
|
Provides: freetype2 = %{version}
|
2007-08-23 23:05:25 +00:00
|
|
|
|
2010-04-01 01:04:23 +00:00
|
|
|
%description -n libfreetype6
|
|
|
|
This library features TrueType fonts for open source projects. This
|
|
|
|
version also contains an autohinter for producing improved output.
|
2007-08-23 23:05:25 +00:00
|
|
|
|
2018-03-06 09:45:37 +00:00
|
|
|
%package profile-tti35
|
|
|
|
Summary: Set TrueType interpreter to version 35
|
|
|
|
Group: System/Shells
|
|
|
|
Requires: bash
|
|
|
|
Requires: freetype2
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
%description profile-tti35
|
|
|
|
System environment for set TrueType interpreter to version 35.
|
2018-03-06 11:11:38 +00:00
|
|
|
In release 2.6.4, a new hinting mode for TrueType fonts was added,
|
|
|
|
which enabled by default to activate sub-pixel hinting for TrueType.
|
|
|
|
This broke the work of full hinting. This optional package with a bash profile
|
|
|
|
that will switch the TrueType Interpreter to the old version 35.
|
2018-03-06 09:45:37 +00:00
|
|
|
|
2007-08-23 23:05:25 +00:00
|
|
|
%package devel
|
|
|
|
Summary: Development environment for the freetype2 TrueType font library
|
|
|
|
Group: Development/Libraries/C and C++
|
2015-05-19 06:47:10 +00:00
|
|
|
Requires: libfreetype6 = %{version}
|
2011-07-11 08:45:49 +00:00
|
|
|
Requires: zlib-devel
|
2020-05-09 10:36:42 +00:00
|
|
|
Requires: pkgconfig(libbrotlidec)
|
2011-04-04 14:36:34 +00:00
|
|
|
# there is no freetype-devel on suse:
|
|
|
|
Provides: freetype-devel
|
2012-02-15 06:21:00 +00:00
|
|
|
# Static library provides:
|
|
|
|
Provides: libfreetype6-devel-static
|
2007-08-23 23:05:25 +00:00
|
|
|
|
|
|
|
%description devel
|
|
|
|
This package contains all necessary include files, libraries and
|
|
|
|
documentation needed to develop applications that require the freetype2
|
|
|
|
TrueType font library.
|
|
|
|
|
|
|
|
It also contains a small tutorial for using that library.
|
|
|
|
|
|
|
|
%prep
|
2015-05-06 00:55:31 +00:00
|
|
|
|
2007-08-23 23:05:25 +00:00
|
|
|
%setup -q -n freetype-%{version} -a 1
|
2018-10-27 11:56:04 +00:00
|
|
|
%autopatch -p1
|
2018-10-27 11:50:53 +00:00
|
|
|
|
2007-08-23 23:05:25 +00:00
|
|
|
%build
|
2019-10-10 12:41:54 +00:00
|
|
|
export CFLAGS="%{optflags} -D_GNU_SOURCE $(getconf LFS_CFLAGS)"
|
2015-04-13 12:51:07 +00:00
|
|
|
%configure \
|
|
|
|
--with-bzip2 \
|
|
|
|
--with-png \
|
|
|
|
--with-zlib \
|
2018-05-14 10:09:20 +00:00
|
|
|
--enable-freetype-config \
|
2015-04-13 12:51:07 +00:00
|
|
|
--disable-static
|
2019-10-10 12:41:54 +00:00
|
|
|
make %{?_smp_mflags} ANSIFLAGS=
|
2007-08-23 23:05:25 +00:00
|
|
|
|
|
|
|
%install
|
2018-03-06 09:45:37 +00:00
|
|
|
%make_install
|
|
|
|
install -Dm 644 %{SOURCE2} %{buildroot}%{_sysconfdir}/profile.d/%{name}.sh
|
2011-07-11 08:45:49 +00:00
|
|
|
|
2010-04-05 18:52:50 +00:00
|
|
|
# remove documentation that does not belong in an rpm
|
|
|
|
rm docs/INSTALL*
|
2007-08-23 23:05:25 +00:00
|
|
|
|
2018-05-02 11:15:13 +00:00
|
|
|
rm %{buildroot}%{_libdir}/libfreetype.la
|
|
|
|
|
2010-04-01 01:04:23 +00:00
|
|
|
%post -n libfreetype6 -p /sbin/ldconfig
|
|
|
|
%postun -n libfreetype6 -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%files -n libfreetype6
|
|
|
|
%{_libdir}/libfreetype.so.*
|
2007-08-23 23:05:25 +00:00
|
|
|
%doc ChangeLog README
|
2013-07-03 13:35:28 +00:00
|
|
|
%doc docs/{CHANGES,CUSTOMIZE,DEBUG,MAKEPP,PROBLEMS,TODO,*.txt}
|
2007-08-23 23:05:25 +00:00
|
|
|
|
2018-03-06 09:45:37 +00:00
|
|
|
%files profile-tti35
|
|
|
|
%config %{_sysconfdir}/profile.d/%{name}.sh
|
|
|
|
|
2007-08-23 23:05:25 +00:00
|
|
|
%files devel
|
2013-07-03 13:35:28 +00:00
|
|
|
%doc docs/reference/*
|
2018-05-14 10:09:20 +00:00
|
|
|
%{_bindir}/freetype-config
|
2011-07-11 08:45:49 +00:00
|
|
|
%{_includedir}/*
|
2007-08-23 23:05:25 +00:00
|
|
|
%{_libdir}/libfreetype.so
|
|
|
|
%{_libdir}/pkgconfig/freetype2.pc
|
2018-10-27 11:56:04 +00:00
|
|
|
%{_mandir}/man1/freetype-config.1%{?ext_man}
|
2011-12-22 15:57:14 +00:00
|
|
|
%{_datadir}/aclocal
|
2008-04-10 12:13:39 +00:00
|
|
|
|
2007-08-23 23:05:25 +00:00
|
|
|
%changelog
|