Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/harfbuzz/
Date: Sat, 18 Sep 2021 14:00:29
Message-Id: 1631973616.3c4d09b06dca89cbeac2ad2d207d9a8e1edbb7c9.polynomial-c@gentoo
1 commit: 3c4d09b06dca89cbeac2ad2d207d9a8e1edbb7c9
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 18 13:59:34 2021 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 18 14:00:16 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c4d09b0
7
8 media-libs/harfbuzz: Bump to version 3.0.0
9
10 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
11
12 media-libs/harfbuzz/Manifest | 1 +
13 media-libs/harfbuzz/harfbuzz-3.0.0.ebuild | 96 +++++++++++++++++++++++++++++++
14 2 files changed, 97 insertions(+)
15
16 diff --git a/media-libs/harfbuzz/Manifest b/media-libs/harfbuzz/Manifest
17 index af307ff675d..d396a0faa7b 100644
18 --- a/media-libs/harfbuzz/Manifest
19 +++ b/media-libs/harfbuzz/Manifest
20 @@ -2,3 +2,4 @@ DIST harfbuzz-2.8.1.tar.gz 17939717 BLAKE2B 4e6eeb0beb45e88386d994eb219479a2ed68
21 DIST harfbuzz-2.8.2.tar.gz 18506485 BLAKE2B 39a43d643339a5bc27d886e418695d2864ad7b9094dc508f5ccf52bf635b340adb7ec6958a15349e0b2580444ec98c5850e4022f708287fbe44cb7ea90065881 SHA512 51eee8c8fa6f839512e0dfc5c80ae8ed1e09d747d0ffc6736e5a1cbf86de956322f23e6ea25a90985e2317e98229a133e208da2a7b5177d65894cc64706ee8d4
22 DIST harfbuzz-2.9.0.tar.gz 18794661 BLAKE2B f11f8e744e8d344b340006cc2f3a4f90e32ca62a7f6d737fa339b646ebfa95a92b4ce1bc558fb814ecc95f8b04135c2ae2824d2c31d76411f6e0c1223691c393 SHA512 6c9f32b91d261b3d3a3b5110300ecff750958f889d23b23e407817526efaad9dfd94c4979414f299f9d23a7313e24aaad0da48d02d374b873583d5419c420803
23 DIST harfbuzz-2.9.1.tar.gz 19154048 BLAKE2B e6cdc3936606e3d9a4bacf385db13c54f328d5be6c20ab20f844650351dd34f8f2015954f4ac7a6e0b8a1258ed9a6e71f43871c768c892d87af5c399c4499c63 SHA512 f8bb1d75b498d1581e76c57e5a15999e2c0d745d7d73dad17bfc91daf000f96d17c4924e6fb31270c90c26693dd504a7e7b2add152a013acca2491a86256b07b
24 +DIST harfbuzz-3.0.0.tar.gz 20360786 BLAKE2B acc1e4d7d59908a23ae1015700cfbf1737cdb0b26ba811d752954356baffb2ab18c3d22b5964d200c4cc7e312a79655c3437aff9f5a85b72c472e324dc3257ba SHA512 69999ad86bde56ef689392a521143b6ad14b6719860772c3d4c343358997049a48c79e8f302fe0a7f3b0d930b476ddf440def874a1269b50ae79d020bcd073b5
25
26 diff --git a/media-libs/harfbuzz/harfbuzz-3.0.0.ebuild b/media-libs/harfbuzz/harfbuzz-3.0.0.ebuild
27 new file mode 100644
28 index 00000000000..6b8cea0dd15
29 --- /dev/null
30 +++ b/media-libs/harfbuzz/harfbuzz-3.0.0.ebuild
31 @@ -0,0 +1,96 @@
32 +# Copyright 1999-2021 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=8
36 +
37 +PYTHON_COMPAT=( python3_{8..10} )
38 +
39 +inherit flag-o-matic meson-multilib python-any-r1 xdg-utils
40 +
41 +DESCRIPTION="An OpenType text shaping engine"
42 +HOMEPAGE="https://www.freedesktop.org/wiki/Software/HarfBuzz"
43 +
44 +if [[ ${PV} = 9999 ]] ; then
45 + EGIT_REPO_URI="https://github.com/harfbuzz/harfbuzz.git"
46 + inherit git-r3
47 +else
48 + SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
49 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
50 +fi
51 +
52 +LICENSE="Old-MIT ISC icu"
53 +SLOT="0/0.9.18" # 0.9.18 introduced the harfbuzz-icu split; bug #472416
54 +
55 +IUSE="+cairo debug doc experimental +glib +graphite icu +introspection test +truetype"
56 +RESTRICT="!test? ( test )"
57 +REQUIRED_USE="introspection? ( glib )"
58 +
59 +RDEPEND="
60 + cairo? ( x11-libs/cairo:= )
61 + glib? ( >=dev-libs/glib-2.38:2[${MULTILIB_USEDEP}] )
62 + graphite? ( >=media-gfx/graphite2-1.2.1:=[${MULTILIB_USEDEP}] )
63 + icu? ( >=dev-libs/icu-51.2-r1:=[${MULTILIB_USEDEP}] )
64 + introspection? ( >=dev-libs/gobject-introspection-1.34:= )
65 + truetype? ( >=media-libs/freetype-2.5.0.1:2=[${MULTILIB_USEDEP}] )
66 +"
67 +DEPEND="${RDEPEND}
68 + >=dev-libs/gobject-introspection-common-1.34
69 +"
70 +BDEPEND="
71 + ${PYTHON_DEPS}
72 + virtual/pkgconfig
73 + doc? ( dev-util/gtk-doc )
74 + introspection? ( dev-util/glib-utils )
75 +"
76 +
77 +pkg_setup() {
78 + python-any-r1_pkg_setup
79 + if ! use debug ; then
80 + append-cppflags -DHB_NDEBUG
81 + fi
82 +}
83 +
84 +src_prepare() {
85 + default
86 +
87 + xdg_environment_reset
88 +
89 + sed -i \
90 + -e '/tests\/macos\.tests/d' \
91 + test/shape/data/in-house/Makefile.sources \
92 + || die # bug 726120
93 +
94 + # bug 618772
95 + append-cxxflags -std=c++14
96 +
97 + # bug 790359
98 + filter-flags -fexceptions -fthreadsafe-statics
99 +
100 + # bug 762415
101 + local pyscript
102 + for pyscript in $(find -type f -name "*.py") ; do
103 + python_fix_shebang -q "${pyscript}"
104 + done
105 +}
106 +
107 +multilib_src_configure() {
108 + # harfbuzz-gobject only used for instrospection, bug #535852
109 + local emesonargs=(
110 + -Dcoretext="disabled"
111 + -Dchafa="disabled"
112 +
113 + $(meson_feature glib)
114 + $(meson_feature graphite)
115 + $(meson_feature icu)
116 + $(meson_feature introspection gobject)
117 + $(meson_feature test tests)
118 + $(meson_feature truetype freetype)
119 +
120 + $(meson_native_use_feature cairo)
121 + $(meson_native_use_feature doc docs)
122 + $(meson_native_use_feature introspection)
123 +
124 + $(meson_use experimental experimental_api)
125 + )
126 + meson_src_configure
127 +}