harfbuzz 9.0.0
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/harfbuzz?expand=0&rev=258
This commit is contained in:
commit
2574de91ec
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
## Default LFS
|
||||||
|
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.png filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zst filter=lfs diff=lfs merge=lfs -text
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
.osc
|
5
baselibs.conf
Normal file
5
baselibs.conf
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
libharfbuzz0
|
||||||
|
libharfbuzz-cairo0
|
||||||
|
libharfbuzz-gobject0
|
||||||
|
libharfbuzz-icu0
|
||||||
|
libharfbuzz-subset0
|
3
harfbuzz-8.5.0.tar.xz
Normal file
3
harfbuzz-8.5.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:77e4f7f98f3d86bf8788b53e6832fb96279956e1c3961988ea3d4b7ca41ddc27
|
||||||
|
size 19468172
|
3
harfbuzz-9.0.0.tar.xz
Normal file
3
harfbuzz-9.0.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a41b272ceeb920c57263ec851604542d9ec85ee3030506d94662067c7b6ab89e
|
||||||
|
size 17895360
|
1952
harfbuzz.changes
Normal file
1952
harfbuzz.changes
Normal file
File diff suppressed because it is too large
Load Diff
181
harfbuzz.spec
Normal file
181
harfbuzz.spec
Normal file
@ -0,0 +1,181 @@
|
|||||||
|
#
|
||||||
|
# spec file for package harfbuzz
|
||||||
|
#
|
||||||
|
# Copyright (c) 2024 SUSE LLC
|
||||||
|
# Copyright (c) 2024 Andreas Stieger <Andreas.Stieger@gmx.de>
|
||||||
|
#
|
||||||
|
# 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 https://bugs.opensuse.org/
|
||||||
|
#
|
||||||
|
|
||||||
|
|
||||||
|
Name: harfbuzz
|
||||||
|
Version: 9.0.0
|
||||||
|
Release: 0
|
||||||
|
Summary: An OpenType text shaping engine
|
||||||
|
License: MIT
|
||||||
|
URL: https://www.freedesktop.org/wiki/Software/HarfBuzz
|
||||||
|
Source0: https://github.com/harfbuzz/harfbuzz/releases/download/%{version}/%{name}-%{version}.tar.xz
|
||||||
|
Source99: baselibs.conf
|
||||||
|
BuildRequires: c++_compiler
|
||||||
|
BuildRequires: c_compiler
|
||||||
|
BuildRequires: meson
|
||||||
|
BuildRequires: pkgconfig >= 0.28
|
||||||
|
BuildRequires: pkgconfig(cairo) >= 1.10
|
||||||
|
BuildRequires: pkgconfig(cairo-ft)
|
||||||
|
BuildRequires: pkgconfig(freetype2) >= 12.0.6
|
||||||
|
BuildRequires: pkgconfig(glib-2.0) >= 2.30
|
||||||
|
BuildRequires: pkgconfig(gobject-2.0)
|
||||||
|
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
||||||
|
BuildRequires: pkgconfig(graphite2) >= 1.2.0
|
||||||
|
BuildRequires: pkgconfig(gthread-2.0)
|
||||||
|
BuildRequires: pkgconfig(icu-uc) >= 49.0
|
||||||
|
Conflicts: cantarell-fonts < 0.0.23
|
||||||
|
|
||||||
|
%description
|
||||||
|
HarfBuzz is an OpenType text shaping engine.
|
||||||
|
|
||||||
|
%package -n libharfbuzz0
|
||||||
|
Summary: An OpenType text shaping engine
|
||||||
|
|
||||||
|
%description -n libharfbuzz0
|
||||||
|
HarfBuzz is an OpenType text shaping engine.
|
||||||
|
|
||||||
|
%package -n libharfbuzz-cairo0
|
||||||
|
Summary: Cairo integration into the HarfBuzz OpenType text shaping engine
|
||||||
|
|
||||||
|
%description -n libharfbuzz-cairo0
|
||||||
|
HarfBuzz is an OpenType text shaping engine.
|
||||||
|
This package contains the Cairo library.
|
||||||
|
|
||||||
|
%package -n libharfbuzz-icu0
|
||||||
|
Summary: ICU integration into the HarfBuzz OpenType text shaping engine
|
||||||
|
|
||||||
|
%description -n libharfbuzz-icu0
|
||||||
|
HarfBuzz is an OpenType text shaping engine.
|
||||||
|
This package contains the ICU library.
|
||||||
|
|
||||||
|
%package -n libharfbuzz-gobject0
|
||||||
|
Summary: GObject wrapper around the HarfBuzz OpenType text shaping engine
|
||||||
|
|
||||||
|
%description -n libharfbuzz-gobject0
|
||||||
|
HarfBuzz is an OpenType text shaping engine.
|
||||||
|
This package contains the GObject library.
|
||||||
|
|
||||||
|
%package -n libharfbuzz-subset0
|
||||||
|
Summary: An OpenType text shaping engine
|
||||||
|
|
||||||
|
%description -n libharfbuzz-subset0
|
||||||
|
HarfBuzz is an OpenType text shaping engine.
|
||||||
|
This package contains the subset library
|
||||||
|
|
||||||
|
%package -n typelib-1_0-HarfBuzz-0_0
|
||||||
|
Summary: Introspection bindings for the HarfBuzz/GObject library
|
||||||
|
|
||||||
|
%description -n typelib-1_0-HarfBuzz-0_0
|
||||||
|
HarfBuzz is an OpenType text shaping engine.
|
||||||
|
This package provides the GObject Introspection bindings for HarfBuzz.
|
||||||
|
|
||||||
|
%package tools
|
||||||
|
Summary: Tools from the HarfBuzz text shaping software
|
||||||
|
|
||||||
|
%description tools
|
||||||
|
HarfBuzz is an OpenType text shaping engine.
|
||||||
|
This package provides a set of tools for HarfBuzz.
|
||||||
|
|
||||||
|
%package devel
|
||||||
|
Summary: Development files for the HarfBuzz OpenType text shaping engine
|
||||||
|
Requires: libharfbuzz-cairo0 = %{version}
|
||||||
|
Requires: libharfbuzz-gobject0 = %{version}
|
||||||
|
Requires: libharfbuzz-icu0 = %{version}
|
||||||
|
Requires: libharfbuzz-subset0 = %{version}
|
||||||
|
Requires: libharfbuzz0 = %{version}
|
||||||
|
Requires: typelib-1_0-HarfBuzz-0_0 = %{version}
|
||||||
|
Requires: pkgconfig(freetype2) >= 12.0.6
|
||||||
|
|
||||||
|
%description devel
|
||||||
|
HarfBuzz is an OpenType text shaping engine.
|
||||||
|
This package contains the development files.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%autosetup -p1
|
||||||
|
|
||||||
|
%build
|
||||||
|
# harfbuzz-8.4.0 defaults to 11, icu-75 needs >=17
|
||||||
|
export CXXFLAGS="%optflags -std=c++17"
|
||||||
|
%meson \
|
||||||
|
-Ddocs=disabled \
|
||||||
|
-Dgraphite=enabled \
|
||||||
|
-Dchafa=disabled \
|
||||||
|
%{nil}
|
||||||
|
%meson_build
|
||||||
|
|
||||||
|
%check
|
||||||
|
%meson_test
|
||||||
|
|
||||||
|
%install
|
||||||
|
%meson_install
|
||||||
|
|
||||||
|
%ldconfig_scriptlets -n libharfbuzz0
|
||||||
|
%ldconfig_scriptlets -n libharfbuzz-cairo0
|
||||||
|
%ldconfig_scriptlets -n libharfbuzz-icu0
|
||||||
|
%ldconfig_scriptlets -n libharfbuzz-gobject0
|
||||||
|
%ldconfig_scriptlets -n libharfbuzz-subset0
|
||||||
|
|
||||||
|
%files -n libharfbuzz0
|
||||||
|
%license COPYING
|
||||||
|
%doc NEWS
|
||||||
|
%{_libdir}/libharfbuzz.so.0*
|
||||||
|
|
||||||
|
%files -n libharfbuzz-cairo0
|
||||||
|
%license COPYING
|
||||||
|
%{_libdir}/libharfbuzz-cairo.so.0*
|
||||||
|
|
||||||
|
%files -n libharfbuzz-icu0
|
||||||
|
%license COPYING
|
||||||
|
%{_libdir}/libharfbuzz-icu.so.0*
|
||||||
|
|
||||||
|
%files -n libharfbuzz-gobject0
|
||||||
|
%license COPYING
|
||||||
|
%{_libdir}/libharfbuzz-gobject.so.0*
|
||||||
|
|
||||||
|
%files -n libharfbuzz-subset0
|
||||||
|
%license COPYING
|
||||||
|
%{_libdir}/libharfbuzz-subset.so.0*
|
||||||
|
|
||||||
|
%files -n typelib-1_0-HarfBuzz-0_0
|
||||||
|
%license COPYING
|
||||||
|
%{_libdir}/girepository-1.0/HarfBuzz-0.0.typelib
|
||||||
|
|
||||||
|
%files tools
|
||||||
|
%license COPYING
|
||||||
|
%{_bindir}/hb-info
|
||||||
|
%{_bindir}/hb-ot-shape-closure
|
||||||
|
%{_bindir}/hb-shape
|
||||||
|
%{_bindir}/hb-subset
|
||||||
|
%{_bindir}/hb-view
|
||||||
|
|
||||||
|
%files devel
|
||||||
|
%license COPYING
|
||||||
|
%doc AUTHORS README THANKS
|
||||||
|
%{_includedir}/harfbuzz/
|
||||||
|
%{_libdir}/*.so
|
||||||
|
%{_libdir}/pkgconfig/harfbuzz.pc
|
||||||
|
%{_libdir}/pkgconfig/harfbuzz-cairo.pc
|
||||||
|
%{_libdir}/pkgconfig/harfbuzz-icu.pc
|
||||||
|
%{_libdir}/pkgconfig/harfbuzz-gobject.pc
|
||||||
|
%{_libdir}/pkgconfig/harfbuzz-subset.pc
|
||||||
|
%{_datadir}/gir-1.0/HarfBuzz-0.0.gir
|
||||||
|
%dir %{_libdir}/cmake
|
||||||
|
%dir %{_libdir}/cmake/harfbuzz
|
||||||
|
%{_libdir}/cmake/harfbuzz/harfbuzz-config.cmake
|
||||||
|
|
||||||
|
%changelog
|
Loading…
x
Reference in New Issue
Block a user