Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/pango/
Date: Thu, 02 Mar 2023 15:20:57
Message-Id: 1677770447.147781be6197ab09e764975a67ae3803dccdec6f.mattst88@gentoo
1 commit: 147781be6197ab09e764975a67ae3803dccdec6f
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 2 15:11:38 2023 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 2 15:20:47 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=147781be
7
8 x11-libs/pango: Version bump to 1.50.14
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 x11-libs/pango/Manifest | 1 +
13 x11-libs/pango/pango-1.50.14.ebuild | 87 +++++++++++++++++++++++++++++++++++++
14 2 files changed, 88 insertions(+)
15
16 diff --git a/x11-libs/pango/Manifest b/x11-libs/pango/Manifest
17 index 7ce655fb8b7c..2354f47add75 100644
18 --- a/x11-libs/pango/Manifest
19 +++ b/x11-libs/pango/Manifest
20 @@ -2,3 +2,4 @@ DIST pango-1.42.4-patchset.tar.xz 6040 BLAKE2B ec3f1a6a4de30e0864e7f0bf0950cb7a7
21 DIST pango-1.42.4.tar.xz 833876 BLAKE2B 7de1094a29750b9e59ea1e5c92644fa5d6b835828d027963a53cce3f204ee1ea0042ec492e209de9136f05ca131ccda959bc477d4f6e9c72e5f620ddf4235f26 SHA512 993e97f647eba0c5ed90bcfcb8228bf67fa3f20b1f4331e4e40a30788d7c3ac55eee1209471bf21df125cb8fc6121acc8062a9da2f8a7d6cbe8e9ad13a9320dc
22 DIST pango-1.50.12.tar.xz 4272856 BLAKE2B 60a06416f82e8e5419bca7c89cae17bcd60605b944f483bc7a4ce4405710f00dd40c78abfbe9fdbf8d4786780540f92adfde45e615be4175450e608ba618df08 SHA512 488a55e875487ded8c298151d67a3a7ec4653f2c311145fe83b1297417b1154d5e86b199013ee986c7d2575c889fafcb2f148ee4e5ff9ca143f9fb716a71512d
23 DIST pango-1.50.13.tar.xz 4273188 BLAKE2B 8524d5ff478137e6f3795aff8428a8bc864d72338d93c579c039c94eba368526d38f999b7a9b1964e3649d748393dbe2fffaa29a11732df5bd0adff010d79e05 SHA512 1a8ccf645b4340d3ad450c7edc8f236279d1577234b06587ca74dd94fbcfb9ee625c3a27616771a91d6dc1db24900a9557fb0a1b861ad0c004422a36678e41de
24 +DIST pango-1.50.14.tar.xz 4273776 BLAKE2B 24f70c56aee117e09d53c0ccf7cb3605bf8fec847816a163d9d39ce970c11339ca2eb4463c40e2d53a68c32e45d8ae40be81250caea8591ae340004936f3c2a7 SHA512 2c9330b65920fdd0ab6d645aed785a364158d78068bdcd7ba15b6a7368835677f06f2f8fd158cd23b05f98a37fb903e29526ade8f4d62913dbc5809f737d5166
25
26 diff --git a/x11-libs/pango/pango-1.50.14.ebuild b/x11-libs/pango/pango-1.50.14.ebuild
27 new file mode 100644
28 index 000000000000..fca45be53855
29 --- /dev/null
30 +++ b/x11-libs/pango/pango-1.50.14.ebuild
31 @@ -0,0 +1,87 @@
32 +# Copyright 1999-2023 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=8
36 +
37 +inherit flag-o-matic gnome2-utils meson-multilib xdg
38 +
39 +DESCRIPTION="Internationalized text layout and rendering library"
40 +HOMEPAGE="https://www.pango.org/ https://gitlab.gnome.org/GNOME/pango"
41 +SRC_URI="http://ftp.gnome.org/pub/GNOME/sources/pango/$(ver_cut 1-2)/${P}.tar.xz"
42 +
43 +LICENSE="LGPL-2+"
44 +SLOT="0"
45 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
46 +
47 +IUSE="debug +introspection sysprof test X"
48 +RESTRICT="!test? ( test )"
49 +
50 +RDEPEND="
51 + >=dev-libs/glib-2.62.2:2[${MULTILIB_USEDEP}]
52 + >=dev-libs/fribidi-1.0.6[${MULTILIB_USEDEP}]
53 + >=media-libs/harfbuzz-2.6.0:=[glib(+),introspection?,truetype(+),${MULTILIB_USEDEP}]
54 + >=media-libs/fontconfig-2.13.0:1.0=[${MULTILIB_USEDEP}]
55 + >=x11-libs/cairo-1.12.10:=[X?,${MULTILIB_USEDEP}]
56 + >=media-libs/freetype-2.5.0.1:2=[${MULTILIB_USEDEP}]
57 + introspection? ( >=dev-libs/gobject-introspection-0.9.5:= )
58 + X? (
59 + >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
60 + >=x11-libs/libXft-2.3.1-r1[${MULTILIB_USEDEP}]
61 + >=x11-libs/libXrender-0.9.8[${MULTILIB_USEDEP}]
62 + )
63 +"
64 +DEPEND="${RDEPEND}
65 + sysprof? ( >=dev-util/sysprof-capture-3.40.1:4[${MULTILIB_USEDEP}] )
66 + X? ( x11-base/xorg-proto )
67 +"
68 +BDEPEND="
69 + dev-util/glib-utils
70 + sys-apps/help2man
71 + virtual/pkgconfig
72 + test? ( media-fonts/cantarell )
73 +"
74 +
75 +src_prepare() {
76 + default
77 + xdg_environment_reset
78 + gnome2_environment_reset
79 +}
80 +
81 +multilib_src_configure() {
82 + if use debug; then
83 + append-cflags -DPANGO_ENABLE_DEBUG
84 + else
85 + append-cflags -DG_DISABLE_CAST_CHECKS
86 + fi
87 +
88 + local emesonargs=(
89 + # Never use gi-docgen subproject
90 + --wrap-mode nofallback
91 +
92 + -Dgtk_doc=false # we ship pregenerated docs
93 + $(meson_native_use_feature introspection)
94 + -Dinstall-tests=false
95 + -Dfontconfig=enabled
96 + $(meson_feature sysprof)
97 + -Dlibthai=disabled
98 + -Dcairo=enabled
99 + $(meson_feature X xft)
100 + -Dfreetype=enabled
101 + )
102 + meson_src_configure
103 +}
104 +
105 +multilib_src_install_all() {
106 + insinto /usr/share/gtk-doc/html
107 + # This will install PangoXft API docs regardless of USE=-X, but this is intentional
108 + doins -r "${S}"/docs/Pango*
109 +}
110 +
111 +pkg_postinst() {
112 + xdg_pkg_postinst
113 +
114 + if has_version 'media-libs/freetype[-harfbuzz]' ; then
115 + ewarn "media-libs/freetype is installed without harfbuzz support. This may"
116 + ewarn "lead to minor font rendering problems, see bug 712374."
117 + fi
118 +}