2007-08-24 01:05:25 +02:00
|
|
|
#
|
2011-03-09 17:13:36 +01:00
|
|
|
# spec file for package freetype2
|
2007-08-24 01:05:25 +02:00
|
|
|
#
|
2023-01-05 21:25:58 +01:00
|
|
|
# Copyright (c) 2023 SUSE LLC
|
2007-08-24 01:05:25 +02:00
|
|
|
#
|
2008-08-21 18:08:44 +02: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 13:56:04 +02:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2007-08-24 01:05:25 +02:00
|
|
|
#
|
|
|
|
|
2018-03-06 12:13:03 +01:00
|
|
|
|
2023-10-11 15:09:51 +02:00
|
|
|
%define doc_version 2.13.2
|
2015-04-10 09:42:07 +02:00
|
|
|
Name: freetype2
|
2023-10-11 15:09:51 +02:00
|
|
|
Version: 2.13.2
|
2011-12-22 16:57:14 +01:00
|
|
|
Release: 0
|
2007-08-24 01:05:25 +02:00
|
|
|
Summary: A TrueType Font Library
|
2023-04-21 10:59:07 +02:00
|
|
|
License: FTL AND GPL-2.0-only
|
2011-12-22 16:57:14 +01:00
|
|
|
Group: System/Libraries
|
2018-10-27 13:56:04 +02: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 09:34:07 +02: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 10:45:37 +01: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 09:34:07 +02: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
|
2022-08-12 15:45:34 +02:00
|
|
|
Source12: freetype2.keyring
|
2022-08-12 15:43:47 +02:00
|
|
|
Source20: https://downloads.sourceforge.net/project/freetype/freetype-demos/%{version}/ft2demos-%{version}.tar.xz
|
|
|
|
Source21: https://downloads.sourceforge.net/project/freetype/freetype-demos/%{version}/ft2demos-%{version}.tar.xz.sig
|
- 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 09:34:07 +02:00
|
|
|
Source1000: baselibs.conf
|
2018-01-10 11:35:08 +01:00
|
|
|
Patch0: bugzilla-308961-cmex-workaround.patch
|
2014-03-10 09:02:34 +01:00
|
|
|
# PATCH-FIX-OPENSUSE don-t-mark-libpng-as-required-library.patch -- it is private in .pc
|
2018-01-10 11:35:08 +01:00
|
|
|
Patch1: don-t-mark-libpng-as-required-library.patch
|
2018-05-02 13:15:13 +02:00
|
|
|
Patch2: enable-long-family-names-by-default.patch
|
2018-10-27 13:56:04 +02:00
|
|
|
Patch3: enable-subpixel-rendering.patch
|
2015-04-10 09:42:07 +02:00
|
|
|
BuildRequires: gawk
|
|
|
|
BuildRequires: libbz2-devel
|
|
|
|
BuildRequires: libpng-devel
|
2018-03-06 10:45:37 +01:00
|
|
|
BuildRequires: pkgconfig
|
2020-05-09 12:36:42 +02:00
|
|
|
BuildRequires: pkgconfig(libbrotlidec)
|
2023-01-05 21:25:58 +01:00
|
|
|
BuildRequires: pkgconfig(zlib)
|
2007-08-24 01:05:25 +02:00
|
|
|
|
|
|
|
%description
|
|
|
|
This library features TrueType fonts for open source projects. This
|
|
|
|
version also contains an autohinter for producing improved output.
|
|
|
|
|
2010-04-01 03:04:23 +02:00
|
|
|
%package -n libfreetype6
|
|
|
|
Summary: A TrueType Font Library
|
|
|
|
Group: System/Libraries
|
2013-07-03 15:35:28 +02:00
|
|
|
Obsoletes: freetype2 < %{version}
|
|
|
|
Provides: freetype2 = %{version}
|
2007-08-24 01:05:25 +02:00
|
|
|
|
2010-04-01 03:04:23 +02: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-24 01:05:25 +02:00
|
|
|
|
2018-03-06 10:45:37 +01: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 12:11:38 +01: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 10:45:37 +01:00
|
|
|
|
2007-08-24 01:05:25 +02:00
|
|
|
%package devel
|
|
|
|
Summary: Development environment for the freetype2 TrueType font library
|
|
|
|
Group: Development/Libraries/C and C++
|
2015-05-19 08:47:10 +02:00
|
|
|
Requires: libfreetype6 = %{version}
|
2020-05-09 12:36:42 +02:00
|
|
|
Requires: pkgconfig(libbrotlidec)
|
2023-01-05 21:25:58 +01:00
|
|
|
Requires: pkgconfig(zlib)
|
2011-04-04 16:36:34 +02:00
|
|
|
# there is no freetype-devel on suse:
|
|
|
|
Provides: freetype-devel
|
2012-02-15 07:21:00 +01:00
|
|
|
# Static library provides:
|
|
|
|
Provides: libfreetype6-devel-static
|
2007-08-24 01:05:25 +02: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.
|
|
|
|
|
2022-08-12 15:43:47 +02:00
|
|
|
%package -n ftdump
|
|
|
|
Summary: Simple font dumper
|
|
|
|
Group: Productivity/Publishing/Other
|
2023-05-25 13:04:56 +02:00
|
|
|
Conflicts: ft2demos < %{version}
|
2022-08-12 15:43:47 +02:00
|
|
|
|
|
|
|
%description -n ftdump
|
|
|
|
Simple font dumper
|
|
|
|
This tool is part of the FreeType project
|
|
|
|
|
2007-08-24 01:05:25 +02:00
|
|
|
%prep
|
2015-05-06 02:55:31 +02:00
|
|
|
|
2022-08-12 15:43:47 +02:00
|
|
|
%setup -q -n freetype-%{version} -a 1 -a 20
|
2018-10-27 13:56:04 +02:00
|
|
|
%autopatch -p1
|
2018-10-27 13:50:53 +02:00
|
|
|
|
2007-08-24 01:05:25 +02:00
|
|
|
%build
|
2019-10-10 14:41:54 +02:00
|
|
|
export CFLAGS="%{optflags} -D_GNU_SOURCE $(getconf LFS_CFLAGS)"
|
2015-04-13 14:51:07 +02:00
|
|
|
%configure \
|
|
|
|
--with-bzip2 \
|
2023-03-08 22:04:42 +01:00
|
|
|
--with-brotli \
|
|
|
|
--without-harfbuzz \
|
2015-04-13 14:51:07 +02:00
|
|
|
--with-png \
|
|
|
|
--with-zlib \
|
2018-05-14 12:09:20 +02:00
|
|
|
--enable-freetype-config \
|
2015-04-13 14:51:07 +02:00
|
|
|
--disable-static
|
2022-08-12 15:45:34 +02:00
|
|
|
%make_build ANSIFLAGS=
|
2007-08-24 01:05:25 +02:00
|
|
|
|
2022-08-12 15:43:47 +02:00
|
|
|
cd ft2demos-%{version}
|
2022-08-12 15:45:34 +02:00
|
|
|
%make_build TOP_DIR=.. $PWD/bin/ftdump
|
2022-08-12 15:43:47 +02:00
|
|
|
|
2007-08-24 01:05:25 +02:00
|
|
|
%install
|
2018-03-06 10:45:37 +01:00
|
|
|
%make_install
|
2022-08-12 15:43:47 +02:00
|
|
|
cd ft2demos-%{version}
|
2022-08-12 15:45:34 +02:00
|
|
|
../builds/unix/libtool --mode=install %{_bindir}/install -c bin/ftdump %{buildroot}%{_bindir}/ftdump
|
2022-08-12 15:43:47 +02:00
|
|
|
cd ..
|
2018-03-06 10:45:37 +01:00
|
|
|
install -Dm 644 %{SOURCE2} %{buildroot}%{_sysconfdir}/profile.d/%{name}.sh
|
2011-07-11 10:45:49 +02:00
|
|
|
|
2010-04-05 20:52:50 +02:00
|
|
|
# remove documentation that does not belong in an rpm
|
|
|
|
rm docs/INSTALL*
|
2007-08-24 01:05:25 +02:00
|
|
|
|
2018-05-02 13:15:13 +02:00
|
|
|
rm %{buildroot}%{_libdir}/libfreetype.la
|
|
|
|
|
2010-04-01 03:04:23 +02:00
|
|
|
%post -n libfreetype6 -p /sbin/ldconfig
|
|
|
|
%postun -n libfreetype6 -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%files -n libfreetype6
|
|
|
|
%{_libdir}/libfreetype.so.*
|
2007-08-24 01:05:25 +02:00
|
|
|
%doc ChangeLog README
|
2013-07-03 15:35:28 +02:00
|
|
|
%doc docs/{CHANGES,CUSTOMIZE,DEBUG,MAKEPP,PROBLEMS,TODO,*.txt}
|
2007-08-24 01:05:25 +02:00
|
|
|
|
2018-03-06 10:45:37 +01:00
|
|
|
%files profile-tti35
|
|
|
|
%config %{_sysconfdir}/profile.d/%{name}.sh
|
|
|
|
|
2007-08-24 01:05:25 +02:00
|
|
|
%files devel
|
2013-07-03 15:35:28 +02:00
|
|
|
%doc docs/reference/*
|
2018-05-14 12:09:20 +02:00
|
|
|
%{_bindir}/freetype-config
|
2011-07-11 10:45:49 +02:00
|
|
|
%{_includedir}/*
|
2007-08-24 01:05:25 +02:00
|
|
|
%{_libdir}/libfreetype.so
|
|
|
|
%{_libdir}/pkgconfig/freetype2.pc
|
2018-10-27 13:56:04 +02:00
|
|
|
%{_mandir}/man1/freetype-config.1%{?ext_man}
|
2011-12-22 16:57:14 +01:00
|
|
|
%{_datadir}/aclocal
|
2008-04-10 14:13:39 +02:00
|
|
|
|
2022-08-12 15:43:47 +02:00
|
|
|
%files -n ftdump
|
|
|
|
%{_bindir}/ftdump
|
|
|
|
|
2007-08-24 01:05:25 +02:00
|
|
|
%changelog
|