Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/pango/
Date: Sat, 16 Feb 2019 10:39:16
Message-Id: 1550313492.17b831d9beec6c4becc40766af1c6b20320481fa.leio@gentoo
1 commit: 17b831d9beec6c4becc40766af1c6b20320481fa
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 16 10:37:49 2019 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 16 10:38:12 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17b831d9
7
8 x11-libs/pango: add patchset (including fix of Java app crashes)
9
10 Closes: https://bugs.gentoo.org/671136
11 Package-Manager: Portage-2.3.52, Repoman-2.3.12
12 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
13
14 x11-libs/pango/Manifest | 1 +
15 x11-libs/pango/pango-1.42.4-r1.ebuild | 71 +++++++++++++++++++++++++++++++++++
16 2 files changed, 72 insertions(+)
17
18 diff --git a/x11-libs/pango/Manifest b/x11-libs/pango/Manifest
19 index 16e3d0bd4c2..478d90da156 100644
20 --- a/x11-libs/pango/Manifest
21 +++ b/x11-libs/pango/Manifest
22 @@ -1,2 +1,3 @@
23 DIST pango-1.40.14.tar.xz 858388 BLAKE2B 1afcff08c38aa59ec57cdf43aa503e70a8c03b7d59c730060c9e3537f78ffe9a63e3aa1cb74ce9ce8d72541b5a5be8becb951f665f4663b108114686c41452c8 SHA512 35ba7bc8be3992f206ccc2cc5aca0b94e2a3832f887fc9c45b0e29fddcb9051ce05a74377de0ca4ff95a87983b15688fa5d379d592faf87aa8eaca25ac18b7ea
24 +DIST pango-1.42.4-patchset.tar.xz 6040 BLAKE2B ec3f1a6a4de30e0864e7f0bf0950cb7a7b4bada8c3db496a8e5b1e770f221ae72b43167178445ea9cd0d6b88e51d2af49e7fdf27b2e792997fe7c37e55d429c1 SHA512 b7654c3493931e3c6d3cbd40ee49c5cbebaf403954bae75dea80e9f03e12dd5082548aff6a9e778821b8f935e227a7efaad4c1b980fa108e7258042221cadfc1
25 DIST pango-1.42.4.tar.xz 833876 BLAKE2B 7de1094a29750b9e59ea1e5c92644fa5d6b835828d027963a53cce3f204ee1ea0042ec492e209de9136f05ca131ccda959bc477d4f6e9c72e5f620ddf4235f26 SHA512 993e97f647eba0c5ed90bcfcb8228bf67fa3f20b1f4331e4e40a30788d7c3ac55eee1209471bf21df125cb8fc6121acc8062a9da2f8a7d6cbe8e9ad13a9320dc
26
27 diff --git a/x11-libs/pango/pango-1.42.4-r1.ebuild b/x11-libs/pango/pango-1.42.4-r1.ebuild
28 new file mode 100644
29 index 00000000000..676a13a0741
30 --- /dev/null
31 +++ b/x11-libs/pango/pango-1.42.4-r1.ebuild
32 @@ -0,0 +1,71 @@
33 +# Copyright 1999-2019 Gentoo Authors
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=6
37 +GNOME2_LA_PUNT="yes"
38 +
39 +inherit gnome2 multilib-minimal toolchain-funcs
40 +
41 +DESCRIPTION="Internationalized text layout and rendering library"
42 +HOMEPAGE="http://www.pango.org/"
43 +SRC_URI+=" https://dev.gentoo.org/~leio/distfiles/${P}-patchset.tar.xz"
44 +
45 +LICENSE="LGPL-2+ FTL"
46 +SLOT="0"
47 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
48 +
49 +IUSE="X +introspection test"
50 +
51 +RDEPEND="
52 + >=media-libs/harfbuzz-1.4.2:=[glib(+),truetype(+),${MULTILIB_USEDEP}]
53 + >=dev-libs/glib-2.50.2:2[${MULTILIB_USEDEP}]
54 + >=media-libs/fontconfig-2.12.92:1.0=[${MULTILIB_USEDEP}]
55 + >=media-libs/freetype-2.5.0.1:2=[${MULTILIB_USEDEP}]
56 + >=x11-libs/cairo-1.12.14-r4:=[X?,${MULTILIB_USEDEP}]
57 + >=dev-libs/fribidi-0.19.7[${MULTILIB_USEDEP}]
58 + introspection? ( >=dev-libs/gobject-introspection-0.9.5:= )
59 + X? (
60 + >=x11-libs/libXrender-0.9.8[${MULTILIB_USEDEP}]
61 + >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
62 + >=x11-libs/libXft-2.3.1-r1[${MULTILIB_USEDEP}]
63 + )
64 +"
65 +DEPEND="${RDEPEND}
66 + dev-util/glib-utils
67 + >=dev-util/gtk-doc-am-1.20
68 + virtual/pkgconfig[${MULTILIB_USEDEP}]
69 + test? ( media-fonts/cantarell )
70 + X? ( x11-base/xorg-proto )
71 + !<=sys-devel/autoconf-2.63:2.5
72 +"
73 +
74 +PATCHES=(
75 + "${WORKDIR}"/patches/ # bug fix cherry-picks from master by 20190216; each patch has commit id of origin/master included and will be part of 1.43.1/1.44
76 +)
77 +
78 +src_prepare() {
79 + gnome2_src_prepare
80 + # This should be updated if next release fails to pre-generate the manpage as well, or src_prepare removed if is properly generated
81 + # https://gitlab.gnome.org/GNOME/pango/issues/270
82 + cp -v "${FILESDIR}"/${PV}-pango-view.1.in "${S}/utils/pango-view.1.in" || die
83 +}
84 +
85 +multilib_src_configure() {
86 + tc-export CXX
87 +
88 + ECONF_SOURCE=${S} \
89 + gnome2_src_configure \
90 + --with-cairo \
91 + $(multilib_native_use_enable introspection) \
92 + $(use_with X xft) \
93 + "$(usex X --x-includes="${EPREFIX}/usr/include" "")" \
94 + "$(usex X --x-libraries="${EPREFIX}/usr/$(get_libdir)" "")"
95 +
96 + if multilib_is_native_abi; then
97 + ln -s "${S}"/docs/html docs/html || die
98 + fi
99 +}
100 +
101 +multilib_src_install() {
102 + gnome2_src_install
103 +}