2007-08-23 23:05:25 +00:00
|
|
|
#
|
2011-03-09 16:13:36 +00:00
|
|
|
# spec file for package ft2demos
|
2007-08-23 23:05:25 +00:00
|
|
|
#
|
2022-04-08 22:08:46 +00:00
|
|
|
# Copyright (c) 2022 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
|
|
|
#
|
|
|
|
|
2012-02-14 11:24:14 +00:00
|
|
|
|
2022-05-02 19:36:32 +00:00
|
|
|
%define freetype_version 2.12.1
|
2007-08-23 23:05:25 +00:00
|
|
|
Name: ft2demos
|
2022-05-02 19:36:32 +00:00
|
|
|
Version: 2.12.1
|
2011-12-22 15:57:14 +00:00
|
|
|
Release: 0
|
2011-07-11 08:45:49 +00:00
|
|
|
Summary: Freetype2 Utilities and Demo Programs
|
2018-03-06 11:13:03 +00:00
|
|
|
License: GPL-2.0-or-later
|
2011-12-22 15:57:14 +00:00
|
|
|
Group: Productivity/Publishing/Other
|
2020-05-09 10:36:42 +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-demos/%{version}/ft2demos-%{version}.tar.xz
|
|
|
|
Source10: https://downloads.sourceforge.net/project/freetype/freetype2/%{version}/freetype-%{version}.tar.xz.sig
|
|
|
|
Source11: https://downloads.sourceforge.net/project/freetype/freetype-demos/%{version}/ft2demos-%{version}.tar.xz.sig
|
|
|
|
Source12: freetype2.keyring
|
2015-04-10 07:42:07 +00:00
|
|
|
Source1000: bnc628213_test.otf
|
|
|
|
Source1004: bnc629447_sigsegv31.ttf
|
|
|
|
Source1013: bnc633938_badbdf.0
|
|
|
|
Source1015: bug-641580_CVE-2010-3311.cff
|
|
|
|
Source1016: bug-647375_tt2.ttf
|
2017-04-03 16:10:14 +00:00
|
|
|
# silence our clamav check
|
|
|
|
NoSource: 1000
|
2013-12-11 07:36:25 +00:00
|
|
|
# PATCH-FIX-UPSTREAM overflow.patch -- I: Statement is overflowing a buffer
|
|
|
|
Patch201: overflow.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
|
|
|
|
Patch202: don-t-mark-libpng-as-required-library.patch
|
2015-04-10 07:42:07 +00:00
|
|
|
Patch308961: bugzilla-308961-cmex-workaround.patch
|
2013-07-03 13:35:28 +00:00
|
|
|
BuildRequires: libpng-devel
|
2017-04-03 16:10:14 +00:00
|
|
|
BuildRequires: pkgconfig
|
2016-09-21 07:06:07 +00:00
|
|
|
BuildRequires: pkgconfig(Qt5Gui)
|
|
|
|
BuildRequires: pkgconfig(Qt5Widgets)
|
2018-03-20 15:20:02 +00:00
|
|
|
BuildRequires: pkgconfig(bzip2)
|
2016-09-21 07:06:07 +00:00
|
|
|
BuildRequires: pkgconfig(harfbuzz)
|
2020-05-09 10:36:42 +00:00
|
|
|
BuildRequires: pkgconfig(libbrotlidec)
|
2022-04-08 22:08:46 +00:00
|
|
|
BuildRequires: pkgconfig(librsvg-2.0)
|
2018-03-18 19:59:22 +00:00
|
|
|
BuildRequires: pkgconfig(x11)
|
|
|
|
BuildRequires: pkgconfig(zlib)
|
2017-04-03 16:10:14 +00:00
|
|
|
Requires: ftbench = %{version}-%{release}
|
|
|
|
Requires: ftdiff = %{version}-%{release}
|
|
|
|
Requires: ftdump = %{version}-%{release}
|
|
|
|
Requires: ftgamma = %{version}-%{release}
|
|
|
|
Requires: ftgrid = %{version}-%{release}
|
|
|
|
Requires: ftinspect = %{version}-%{release}
|
|
|
|
Requires: ftlint = %{version}-%{release}
|
|
|
|
Requires: ftmulti = %{version}-%{release}
|
|
|
|
Requires: ftstring = %{version}-%{release}
|
|
|
|
Requires: ftvalid = %{version}-%{release}
|
|
|
|
Requires: ftview = %{version}-%{release}
|
2015-10-24 06:47:51 +00:00
|
|
|
Conflicts: dtc < 1.4.0
|
2007-08-23 23:05:25 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
|
|
|
|
%description
|
|
|
|
Freetype2 utilities and demo programs.
|
|
|
|
|
2017-04-03 16:10:14 +00:00
|
|
|
%package -n ftbench
|
|
|
|
Summary: Run FreeType benchmarks
|
|
|
|
Group: Productivity/Publishing/Other
|
|
|
|
Conflicts: %{name} < %{version}-%{release}
|
|
|
|
|
|
|
|
%description -n ftbench
|
|
|
|
Run FreeType benchmarks
|
|
|
|
This tool is part of the FreeType project
|
|
|
|
|
|
|
|
%package -n ftdiff
|
|
|
|
Summary: Compare font hinting modes
|
|
|
|
Group: Productivity/Publishing/Other
|
|
|
|
Conflicts: %{name} < %{version}-%{release}
|
|
|
|
|
|
|
|
%description -n ftdiff
|
|
|
|
Compare font hinting modes
|
|
|
|
This tool is part of the FreeType project
|
|
|
|
|
|
|
|
%package -n ftdump
|
|
|
|
Summary: Simple font dumper
|
|
|
|
Group: Productivity/Publishing/Other
|
|
|
|
Conflicts: %{name} < %{version}-%{release}
|
|
|
|
|
|
|
|
%description -n ftdump
|
|
|
|
Simple font dumper
|
|
|
|
This tool is part of the FreeType project
|
|
|
|
|
|
|
|
%package -n ftgamma
|
|
|
|
Summary: Screen gamma calibration helper
|
|
|
|
Group: Productivity/Publishing/Other
|
|
|
|
Conflicts: %{name} < %{version}-%{release}
|
|
|
|
|
|
|
|
%description -n ftgamma
|
|
|
|
Screen gamma calibration helper
|
|
|
|
This tool is part of the FreeType project
|
|
|
|
|
|
|
|
%package -n ftgrid
|
|
|
|
Summary: Simple glyph grid viewer
|
|
|
|
Group: Productivity/Publishing/Other
|
|
|
|
Conflicts: %{name} < %{version}-%{release}
|
|
|
|
|
|
|
|
%description -n ftgrid
|
|
|
|
Simple glyph grid viewer
|
|
|
|
This tool is part of the FreeType project
|
|
|
|
|
|
|
|
%package -n ftinspect
|
|
|
|
Summary: Shows how a font gets rendered by FreeType
|
|
|
|
Group: Productivity/Publishing/Other
|
|
|
|
Conflicts: %{name} < %{version}-%{release}
|
|
|
|
|
|
|
|
%description -n ftinspect
|
|
|
|
Shows how a font gets rendered by FreeType, allowing
|
|
|
|
control over virtually all rendering parameters
|
|
|
|
This tool is part of the FreeType project
|
|
|
|
|
|
|
|
%package -n ftlint
|
|
|
|
Summary: Simple font tester
|
|
|
|
Group: Productivity/Publishing/Other
|
|
|
|
Conflicts: %{name} < %{version}-%{release}
|
|
|
|
|
|
|
|
%description -n ftlint
|
|
|
|
Simple font tester
|
|
|
|
This tool is part of the FreeType project
|
|
|
|
|
|
|
|
%package -n ftmulti
|
|
|
|
Summary: Multiple masters font viewer
|
|
|
|
Group: Productivity/Publishing/Other
|
|
|
|
Conflicts: %{name} < %{version}-%{release}
|
|
|
|
|
|
|
|
%description -n ftmulti
|
|
|
|
Multiple masters font viewer
|
|
|
|
This tool is part of the FreeType project
|
|
|
|
|
2021-07-23 07:23:54 +00:00
|
|
|
%package -n ftsdf
|
|
|
|
Summary: Signed Distance Fields viewer
|
|
|
|
Group: Productivity/Publishing/Other
|
|
|
|
Conflicts: %{name} < %{version}-%{release}
|
|
|
|
|
|
|
|
%description -n ftsdf
|
|
|
|
Signed Distance Fields viewer
|
|
|
|
This tool is part of the FreeType project
|
|
|
|
|
2017-04-03 16:10:14 +00:00
|
|
|
%package -n ftstring
|
|
|
|
Summary: String viewer
|
|
|
|
Group: Productivity/Publishing/Other
|
|
|
|
Conflicts: %{name} < %{version}-%{release}
|
|
|
|
|
|
|
|
%description -n ftstring
|
|
|
|
String viewer
|
|
|
|
This tool is part of the FreeType project
|
|
|
|
|
|
|
|
%package -n ftvalid
|
|
|
|
Summary: Layout table validator
|
|
|
|
Group: Productivity/Publishing/Other
|
|
|
|
Conflicts: %{name} < %{version}-%{release}
|
|
|
|
|
|
|
|
%description -n ftvalid
|
|
|
|
Layout table validator
|
|
|
|
This tool is part of the FreeType project
|
|
|
|
|
|
|
|
%package -n ftview
|
|
|
|
Summary: Simple glyph viewer
|
|
|
|
Group: Productivity/Publishing/Other
|
|
|
|
Conflicts: %{name} < %{version}-%{release}
|
|
|
|
|
|
|
|
%description -n ftview
|
|
|
|
Simple glyph viewer
|
|
|
|
This tool is part of the FreeType project
|
|
|
|
|
2007-08-23 23:05:25 +00:00
|
|
|
%prep
|
2015-05-06 00:55:31 +00:00
|
|
|
|
2012-06-17 11:51:37 +00:00
|
|
|
%setup -q -n freetype-%{freetype_version} -b 1
|
2007-10-02 22:52:44 +00:00
|
|
|
%patch308961 -p 1
|
2013-12-11 07:36:25 +00:00
|
|
|
pushd ../ft2demos-%{version}
|
|
|
|
%patch201 -p1
|
|
|
|
popd
|
2013-12-18 06:31:12 +00:00
|
|
|
%patch202 -p1
|
2007-08-23 23:05:25 +00:00
|
|
|
|
|
|
|
%build
|
2018-02-09 12:17:40 +00:00
|
|
|
export CFLAGS="%{optflags} -std=gnu99 -D_GNU_SOURCE $(getconf LFS_CFLAGS)"
|
2016-09-21 07:06:07 +00:00
|
|
|
%configure \
|
|
|
|
--enable-static \
|
|
|
|
--without-bzip2
|
|
|
|
|
2012-02-15 06:21:00 +00:00
|
|
|
make %{?_smp_mflags}
|
2007-08-23 23:05:25 +00:00
|
|
|
pushd ..
|
2021-07-23 07:23:54 +00:00
|
|
|
ln -s freetype-%{freetype_version} freetype
|
2007-08-23 23:05:25 +00:00
|
|
|
cd ft2demos-%{version}
|
2012-02-15 06:21:00 +00:00
|
|
|
make %{?_smp_mflags}
|
2016-09-21 07:06:07 +00:00
|
|
|
|
2017-09-18 09:22:11 +00:00
|
|
|
cd src/ftinspect
|
2020-10-20 09:53:16 +00:00
|
|
|
sed -i s/"-isystem "/"-I "/ ftinspect.pro
|
2016-09-21 07:06:07 +00:00
|
|
|
qmake-qt5 ftinspect.pro
|
|
|
|
make
|
2007-08-23 23:05:25 +00:00
|
|
|
popd
|
|
|
|
|
|
|
|
%install
|
2011-07-11 08:45:49 +00:00
|
|
|
mkdir -p %{buildroot}%{_bindir}
|
2007-08-23 23:05:25 +00:00
|
|
|
pushd ../ft2demos-%{version}/bin/.libs
|
2011-07-11 08:45:49 +00:00
|
|
|
install -m 755 ft* %{buildroot}%{_bindir}
|
2017-09-18 09:22:11 +00:00
|
|
|
install -m 755 ../../src/ftinspect/ftinspect %{buildroot}%{_bindir}
|
2007-08-23 23:05:25 +00:00
|
|
|
popd
|
|
|
|
|
2010-08-13 21:59:21 +00:00
|
|
|
%check
|
2015-04-10 07:42:07 +00:00
|
|
|
%{buildroot}%{_bindir}/ftbench -c 1 %{SOURCE1000}
|
|
|
|
%{buildroot}%{_bindir}/ftbench -c 1 %{SOURCE1004} |& grep -v "couldn't load font resource" && echo "should fail"
|
|
|
|
%{buildroot}%{_bindir}/ftbench -c 1 %{SOURCE1013} |& grep -v "couldn't load font resource" && echo "should fail"
|
|
|
|
%{buildroot}%{_bindir}/ftbench -c 1 %{SOURCE1015} |& grep -v "couldn't load font resource" && echo "should fail"
|
|
|
|
%{buildroot}%{_bindir}/ftbench -c 1 %{SOURCE1016}
|
2010-08-13 21:59:21 +00:00
|
|
|
|
2007-08-23 23:05:25 +00:00
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
2017-04-03 16:10:14 +00:00
|
|
|
%doc README
|
|
|
|
|
|
|
|
%files -n ftbench
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/ftbench
|
|
|
|
|
|
|
|
%files -n ftdiff
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/ftdiff
|
|
|
|
|
|
|
|
%files -n ftdump
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/ftdump
|
|
|
|
|
|
|
|
%files -n ftgamma
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/ftgamma
|
|
|
|
|
|
|
|
%files -n ftgrid
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/ftgrid
|
|
|
|
|
|
|
|
%files -n ftinspect
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/ftinspect
|
|
|
|
|
|
|
|
%files -n ftlint
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/ftlint
|
|
|
|
|
|
|
|
%files -n ftmulti
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/ftmulti
|
|
|
|
|
2021-07-23 07:23:54 +00:00
|
|
|
%files -n ftsdf
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/ftsdf
|
|
|
|
|
2017-04-03 16:10:14 +00:00
|
|
|
%files -n ftstring
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/ftstring
|
|
|
|
|
|
|
|
%files -n ftvalid
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/ftvalid
|
|
|
|
|
|
|
|
%files -n ftview
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/ftview
|
2008-04-10 12:13:39 +00:00
|
|
|
|
2007-08-23 23:05:25 +00:00
|
|
|
%changelog
|