1 Star 0 Fork 20

Funda Wang/harfbuzz_ou

forked from src-openEuler/harfbuzz 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
harfbuzz.spec 3.60 KB
一键复制 编辑 原始数据 按行查看 历史
Funda Wang 提交于 2024-11-08 12:47 . 10.1.0
Name: harfbuzz
Version: 10.1.0
Release: 1
Summary: A text shaping engine
License: MIT-Modern-Variant
URL: https://harfbuzz.github.io/
Source0: https://github.com/harfbuzz/harfbuzz/releases/download/%{version}/harfbuzz-%{version}.tar.xz
BuildRequires: meson >= 0.55.0
BuildRequires: gobject-introspection-devel
BuildRequires: gtk-doc
BuildRequires: pkgconfig(cairo) >= 1.10.0
BuildRequires: pkgconfig(cairo-ft) >= 1.10.0
BuildRequires: pkgconfig(freetype2) >= 12.0.6
BuildRequires: pkgconfig(glib-2.0) >= 2.30.0
BuildRequires: pkgconfig(graphite2) >= 1.2.0
BuildRequires: pkgconfig(icu-uc) >= 49.0
BuildRequires: cmake-rpm-macros
Provides: harfbuzz-icu = %{version}-%{release}
Obsoletes: harfbuzz-icu < %{version}-%{release}
%description
HarfBuzz is a text-shaping engine. If you give HarfBuzz a font and a string
containing a sequence of Unicode codepoints, HarfBuzz selects and positions
the corresponding glyphs from the font, applying all of the necessary layout
rules and font features. HarfBuzz then returns the string to you in the form
that is correctly arranged for the language and writing system.
%package devel
Summary: The development environment for %{name}
Requires: %{name} = %{version}-%{release}
%description devel
Header files and libraries for building a extension library for %{name}.
%package_help
%prep
%autosetup -n %{name}-%{version} -p1
%build
# https://github.com/harfbuzz/harfbuzz/issues/3163
%global build_cxxflags %{optflags}
%meson -Dgraphite2=enabled -Dchafa=disabled
%meson_build
%check
%meson_test
%install
%meson_install
%files
%doc AUTHORS NEWS
%license COPYING
%{_libdir}/libharfbuzz.so.*
%{_libdir}/libharfbuzz-subset.so.*
%{_libdir}/libharfbuzz-gobject.so.0*
%{_libdir}/libharfbuzz-icu.so.*
%dir %{_libdir}/girepository-1.0
%{_libdir}/girepository-1.0/HarfBuzz-0.0.typelib
%{_libdir}/libharfbuzz-cairo.so.0*
%files devel
%{_bindir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%{_libdir}/cmake/harfbuzz/
%{_includedir}/harfbuzz/
%dir %{_datadir}/gir-1.0
%{_datadir}/gir-1.0/HarfBuzz-0.0.gir
%files help
%doc README.md
%{_datadir}/gtk-doc/html/harfbuzz
%changelog
* Fri Nov 08 2024 Funda Wang <[email protected]> - 10.1.0-1
- Update to 10.1.0
* Mon Apr 29 2024 wangqia <[email protected]> - 8.4.0-1
- Update to 8.4.0
* Wed Nov 22 2023 wangqia <[email protected]> - 8.3.0-1
- Update to 8.3.0
* Wed Feb 22 2023 liweiganga <[email protected]> - 6.0.0-1
- upstream to 6.0.0
* Wed Feb 15 2023 zhouwenpei <[email protected]> - 4.3.0-3
- fix CVE-2023-25193
* Thu Jul 14 2022 zhouwenpei <[email protected]> - 4.3.0-2
- fix CVE-2022-33068
* Mon Jun 20 2022 lin zhang <[email protected]> - 4.3.0-1
- update to 4.3.0
* Tue May 24 2022 loong_C <[email protected]> - 2.8.2-2
- fix spec changelog date
* Fri Dec 03 2021 liuyumeng <[email protected]> - 2.8.2-1
- update to harfbuzz-2.8.2-1
* Mon Jul 05 2021 wangkerong <[email protected]> - 2.8.1-2
- enable make check
* Fri Jun 25 2021 wangkerong <[email protected]> - 2.8.1-1
- update to 2.8.1
* Thu Jan 28 2021 zhanzhimin <[email protected]> - 2.7.4-1
- update to 2.7.4
* Thu Sep 10 2020 chengguipeng <[email protected]> - 2.6.8-3
- Type:bugfix
- ID:NA
- SUG:NA
- DESC:modify source0 url
* Wed Jul 29 2020 hanhui <[email protected]> - 2.6.8-2
- modify HarfBuzz-0.0.gir patch
* Tue Jul 21 2020 hanhui <[email protected]> - 2.6.8-1
- Update to 2.6.8
* Mon Jun 15 2020 hanhui <[email protected]> - 2.6.1-1
- Update to 2.6.1
* Mon Aug 26 2019 openEuler Buildteam <[email protected]> - 1.8.7-2
- Package Init
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/fundawang/harfbuzz_ou.git
[email protected]:fundawang/harfbuzz_ou.git
fundawang
harfbuzz_ou
harfbuzz_ou
master

搜索帮助