SHA256
1
0
forked from pool/freetype2
freetype2/ft2demos.spec

254 lines
7.1 KiB
RPMSpec
Raw Normal View History

#
# spec file for package ft2demos
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# 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.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%define freetype_version 2.9
Name: ft2demos
Version: 2.9
Release: 0
Summary: Freetype2 Utilities and Demo Programs
License: GPL-2.0+
Group: Productivity/Publishing/Other
Accepting request 494888 from home:namtrac:branches:M17N - Update to version 2.8 * Support for OpenType Variation Fonts is now complete. The last missing part was handling the `VVAR' and `MVAR' tables, which is available with this release. * A new function `FT_Face_Properties' allows the control of some module and library properties per font. Currently, the following properties can be handled: stem darkening, LCD filter weights, and the random seed for the `random' CFF operator. * The PCF change to show more `colourful' family names (introduced in version 2.7.1) was too radical; it can now be configured with PCF_CONFIG_OPTION_LONG_FAMILY_NAMES at compile time. If activated, it can be switched off at run time with the new pcf property `no-long-family-names'. If the `FREETYPE_PROPERTIES' environment variable is available, you can say FREETYPE_PROPERTIES=pcf:no-long-family-names=1 * Support for the following scripts has been added to the auto-hinter. Adlam, Avestan, Bamum, Buhid, Carian, Chakma, Coptic, Cypriot, Deseret, Glagolitic, Gothic, Kayah, Lisu, N'Ko, Ol Chiki, Old Turkic, Osage, Osmanya, Saurashtra, Shavian, Sundanese, Tai Viet, Tifinagh, Unified Canadian Syllabics, Vai * `Light' auto-hinting mode no longer uses TrueType metrics for TrueType fonts. This bug was introduced in version 2.4.6, causing horizontal scaling also. Almost all GNU/Linux distributions (with Fedora as a notable exception) disabled the corresponding patch for good reasons; chances are thus high that you won't notice a difference. * If a TrueType font gets loaded with FT_LOAD_NO_HINTING, FreeType OBS-URL: https://build.opensuse.org/request/show/494888 OBS-URL: https://build.opensuse.org/package/show/M17N/freetype2?expand=0&rev=127
2017-05-15 22:43:05 +02:00
Url: https://www.freetype.org
Source0: https://savannah.nongnu.org/download/freetype/freetype-%{freetype_version}.tar.bz2
Source1: https://savannah.nongnu.org/download/freetype/ft2demos-%{version}.tar.bz2
Source1000: bnc628213_test.otf
Source1004: bnc629447_sigsegv31.ttf
Source1013: bnc633938_badbdf.0
Source1015: bug-641580_CVE-2010-3311.cff
Source1016: bug-647375_tt2.ttf
# silence our clamav check
NoSource: 1000
# PATCH-FIX-UPSTREAM overflow.patch -- I: Statement is overflowing a buffer
Patch201: overflow.patch
# 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
Patch308961: bugzilla-308961-cmex-workaround.patch
BuildRequires: libpng-devel
BuildRequires: pkgconfig
BuildRequires: xorg-x11-devel
BuildRequires: pkgconfig(Qt5Gui)
BuildRequires: pkgconfig(Qt5Widgets)
BuildRequires: pkgconfig(harfbuzz)
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}
Supplements: fonts-config
Conflicts: dtc < 1.4.0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Freetype2 utilities and demo programs.
%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
%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
%prep
%setup -q -n freetype-%{freetype_version} -b 1
%patch308961 -p 1
pushd ../ft2demos-%{version}
%patch201 -p1
popd
%patch202 -p1
%build
export CFLAGS="%{optflags} -std=gnu99 -D_GNU_SOURCE -DPCF_CONFIG_OPTION_LONG_FAMILY_NAMES $(getconf LFS_CFLAGS)"
%configure \
--enable-static \
--without-bzip2
make %{?_smp_mflags}
pushd ..
ln -s freetype-%{freetype_version} freetype2
cd ft2demos-%{version}
make %{?_smp_mflags}
- Update to version 2.8.1 * B/W hinting of TrueType fonts didn't work properly if interpreter version 38 or 40 was selected. * Some severe problems within the handling of TrueType Variation Fonts were found and fixed. * Function `FT_Set_Var_Design_Coordinates' didn't correctly handle the case with less input coordinates than axes. * By default, FreeType now offers high quality LCD-optimized output without resorting to ClearType techniques of resolution tripling and filtering. In this method, called Harmony, each color channel is generated separately after shifting the glyph outline, capitalizing on the fact that the color grids on LCD panels are shifted by a third of a pixel. This output is indistinguishable from ClearType with a light 3-tap filter. * Using the new function `FT_Get_Var_Axis_Flags', an application can access the `flags' field of a variation axis (introduced in OpenType version 1.8.2) * FreeType now synthesizes a missing Unicode cmap for (older) TrueType fonts also if glyph names are available. * The warping option has moved from `light' to `normal' hinting where it replaces the original hinting algorithm. The `light' mode is now always void of any hinting in x-direction. - Update to version 2.8.1 * The ftgrid demo program can now toggle the display of grid lines with the G key. * The ftgrid demo program can toggle a different set of colors (suitable to color-blind people) with the C key. * The ftgrid demo program now supports the -e command line option to select a cmap. OBS-URL: https://build.opensuse.org/package/show/M17N/freetype2?expand=0&rev=128
2017-09-18 11:22:11 +02:00
cd src/ftinspect
qmake-qt5 ftinspect.pro
make
popd
%install
mkdir -p %{buildroot}%{_bindir}
pushd ../ft2demos-%{version}/bin/.libs
install -m 755 ft* %{buildroot}%{_bindir}
- Update to version 2.8.1 * B/W hinting of TrueType fonts didn't work properly if interpreter version 38 or 40 was selected. * Some severe problems within the handling of TrueType Variation Fonts were found and fixed. * Function `FT_Set_Var_Design_Coordinates' didn't correctly handle the case with less input coordinates than axes. * By default, FreeType now offers high quality LCD-optimized output without resorting to ClearType techniques of resolution tripling and filtering. In this method, called Harmony, each color channel is generated separately after shifting the glyph outline, capitalizing on the fact that the color grids on LCD panels are shifted by a third of a pixel. This output is indistinguishable from ClearType with a light 3-tap filter. * Using the new function `FT_Get_Var_Axis_Flags', an application can access the `flags' field of a variation axis (introduced in OpenType version 1.8.2) * FreeType now synthesizes a missing Unicode cmap for (older) TrueType fonts also if glyph names are available. * The warping option has moved from `light' to `normal' hinting where it replaces the original hinting algorithm. The `light' mode is now always void of any hinting in x-direction. - Update to version 2.8.1 * The ftgrid demo program can now toggle the display of grid lines with the G key. * The ftgrid demo program can toggle a different set of colors (suitable to color-blind people) with the C key. * The ftgrid demo program now supports the -e command line option to select a cmap. OBS-URL: https://build.opensuse.org/package/show/M17N/freetype2?expand=0&rev=128
2017-09-18 11:22:11 +02:00
install -m 755 ../../src/ftinspect/ftinspect %{buildroot}%{_bindir}
popd
%check
%{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}
%files
%defattr(-,root,root)
%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
%files -n ftstring
%defattr(-,root,root)
%{_bindir}/ftstring
%files -n ftvalid
%defattr(-,root,root)
%{_bindir}/ftvalid
%files -n ftview
%defattr(-,root,root)
%{_bindir}/ftview
%changelog