public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/pango/
Date: Thu, 19 Aug 2021 03:01:48 +0000 (UTC)	[thread overview]
Message-ID: <1629342101.f1da32fdebfb81c7f24e0545dcef8056ec8b52f8.mattst88@gentoo> (raw)

commit:     f1da32fdebfb81c7f24e0545dcef8056ec8b52f8
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 19 02:43:35 2021 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Thu Aug 19 03:01:41 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1da32fd

x11-libs/pango: Version bump to 1.48.9

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 x11-libs/pango/Manifest            |  1 +
 x11-libs/pango/pango-1.48.9.ebuild | 75 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 76 insertions(+)

diff --git a/x11-libs/pango/Manifest b/x11-libs/pango/Manifest
index b45d44b0798..3232eefc54a 100644
--- a/x11-libs/pango/Manifest
+++ b/x11-libs/pango/Manifest
@@ -3,3 +3,4 @@ DIST pango-1.42.4.tar.xz 833876 BLAKE2B 7de1094a29750b9e59ea1e5c92644fa5d6b83582
 DIST pango-1.48.5.tar.xz 1819476 BLAKE2B 8529e8cbcf0f33be56cf09229abe45fb3525e12a9c2a6ad7cca416ff67a92eb010abc2ce814fa4d19a924186369eede4a576efdd2f4c64b39e31c9821c5e414a SHA512 2c758e649af5b9f9fa960c26a6f4dcf5abd8035101fdfe4a02fe02cb892250b615584b02d63aaa06f3da5cbe7bb848459ac969f43437c34cec084b51bcf48cab
 DIST pango-1.48.7.tar.xz 2050880 BLAKE2B 2ee048d9713aed0972ffdf3feb96c7c0683ffa1494ac2b798a4f6b1f5797d689b0e0c06bcc3f4a10130d23279ed295a3a59141c75bd3a0f2da7facf62d6c3baa SHA512 e5680d628f531bea7633945bd74dc51a93c4c881dec58fcf9f6271043e77b82a4805e311355cb4d9f8cdfcdf52785a5a6391517a264b62416c26e82dff4aca39
 DIST pango-1.48.8.tar.xz 2061300 BLAKE2B 0a7fc00e15ce5c0362c6d6e115c46037e8f92c181db35bdc048fbd4ebf0c8983be81b5d9f751afe00436e8ab50013153be7851854fdb81954352099e229633d0 SHA512 172beb06b0bba2c06449c3117e69ae58c17ea2e501ab2ee33258129c04ff045d2e71b80ff2c1dbd405b758085d657c201d19a845dddefc0a61261037e861cd36
+DIST pango-1.48.9.tar.xz 2063756 BLAKE2B d1610aaac783b95a35ad3e083b4bab33f3d4beff533386817addcb5eb9022de242087ffe4e62c043870b4aac1fbc0fe3e1c5d18744909a5a05015a702dfea2e3 SHA512 e3bba743bb596b0a34cedc893f9af0216bcc9fec521c2da09cfdeec9ad80a05b5c53c3fce1a225ab27536e9335725cffb87c66867d0522fd4632df00b1d4c056

diff --git a/x11-libs/pango/pango-1.48.9.ebuild b/x11-libs/pango/pango-1.48.9.ebuild
new file mode 100644
index 00000000000..31ec4a4021c
--- /dev/null
+++ b/x11-libs/pango/pango-1.48.9.ebuild
@@ -0,0 +1,75 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit flag-o-matic gnome2-utils meson-multilib toolchain-funcs xdg
+
+DESCRIPTION="Internationalized text layout and rendering library"
+HOMEPAGE="https://www.pango.org/ https://gitlab.gnome.org/GNOME/pango"
+SRC_URI="http://ftp.gnome.org/pub/GNOME/sources/pango/$(ver_cut 1-2)/${P}.tar.xz"
+
+LICENSE="LGPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+IUSE="debug +introspection sysprof X"
+
+RDEPEND="
+	>=dev-libs/glib-2.62.2:2[${MULTILIB_USEDEP}]
+	>=dev-libs/fribidi-1.0.6[${MULTILIB_USEDEP}]
+	>=media-libs/harfbuzz-2.2.0:=[glib(+),introspection?,truetype(+),${MULTILIB_USEDEP}]
+	>=media-libs/fontconfig-2.12.92:1.0=[${MULTILIB_USEDEP}]
+	>=x11-libs/cairo-1.12.10:=[X?,${MULTILIB_USEDEP}]
+	>=media-libs/freetype-2.5.0.1:2=[harfbuzz,png,${MULTILIB_USEDEP}]
+	introspection? ( >=dev-libs/gobject-introspection-0.9.5:= )
+	X? (
+		>=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
+		>=x11-libs/libXft-2.3.1-r1[${MULTILIB_USEDEP}]
+		>=x11-libs/libXrender-0.9.8[${MULTILIB_USEDEP}]
+	)
+"
+DEPEND="${RDEPEND}
+	sysprof? ( >=dev-util/sysprof-capture-3.40.1:4[${MULTILIB_USEDEP}] )
+	X? ( x11-base/xorg-proto )
+"
+BDEPEND="
+	dev-util/glib-utils
+	sys-apps/help2man
+	virtual/pkgconfig
+"
+
+src_prepare() {
+	xdg_src_prepare
+	gnome2_environment_reset
+}
+
+multilib_src_configure() {
+	if use debug; then
+		append-cflags -DPANGO_ENABLE_DEBUG
+	else
+		append-cflags -DG_DISABLE_CAST_CHECKS
+	fi
+
+	local emesonargs=(
+		# Never use gi-docgen subproject
+		--wrap-mode nofallback
+
+		-Dgtk_doc=false # we ship pregenerated docs
+		$(meson_native_use_feature introspection)
+		-Dinstall-tests=false
+		-Dfontconfig=enabled
+		$(meson_feature sysprof)
+		-Dlibthai=disabled
+		-Dcairo=enabled
+		$(meson_feature X xft)
+		-Dfreetype=enabled
+	)
+	meson_src_configure
+}
+
+multilib_src_install_all() {
+	insinto /usr/share/gtk-doc/html
+	# This will install PangoXft API docs regardless of USE=-X, but this is intentional
+	doins -r "${S}"/docs/Pango*
+}


             reply	other threads:[~2021-08-19  3:01 UTC|newest]

Thread overview: 252+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-19  3:01 Matt Turner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-11 19:26 [gentoo-commits] repo/gentoo:master commit in: x11-libs/pango/ Andreas Sturmlechner
2024-10-18 19:05 Arthur Zamarin
2024-10-17 16:11 Arthur Zamarin
2024-10-17 15:28 Jakov Smolić
2024-10-17 15:28 Jakov Smolić
2024-10-17 15:28 Jakov Smolić
2024-10-17 15:28 Jakov Smolić
2024-05-28 22:28 Ionen Wolkens
2024-05-18 18:49 Arthur Zamarin
2024-04-22 17:37 Arthur Zamarin
2024-04-20 14:36 Mart Raudsepp
2024-04-09 22:46 Sam James
2024-04-07  6:55 Arthur Zamarin
2024-03-09 11:41 Mart Raudsepp
2024-03-09 11:41 Mart Raudsepp
2024-03-03 20:55 Mart Raudsepp
2024-02-11 14:21 Mart Raudsepp
2024-02-10 14:21 Arthur Zamarin
2024-02-10 14:21 Arthur Zamarin
2024-02-10 14:16 Arthur Zamarin
2024-02-10 14:16 Arthur Zamarin
2024-02-03 11:50 Arthur Zamarin
2024-02-03 11:50 Arthur Zamarin
2024-02-03 11:50 Arthur Zamarin
2024-01-08  7:03 Sam James
2023-12-21 19:44 Mart Raudsepp
2023-05-17 21:55 Matt Turner
2023-05-05  8:01 Arthur Zamarin
2023-05-05  8:01 Arthur Zamarin
2023-05-05  6:39 Arthur Zamarin
2023-05-02 20:19 Arthur Zamarin
2023-05-02 19:48 Arthur Zamarin
2023-05-02 18:21 Arthur Zamarin
2023-05-02 18:14 Arthur Zamarin
2023-05-02 17:36 Arthur Zamarin
2023-04-26  2:21 Sam James
2023-04-01 19:03 Arthur Zamarin
2023-04-01 19:01 Arthur Zamarin
2023-03-31 12:04 Arthur Zamarin
2023-03-30 17:44 Arthur Zamarin
2023-03-08  4:52 Sam James
2023-03-02 15:20 Matt Turner
2023-02-20 17:43 Matt Turner
2023-01-03 14:08 Matt Turner
2022-12-22 11:15 Arthur Zamarin
2022-12-16 20:30 Arthur Zamarin
2022-12-04  2:41 Matt Turner
2022-11-21 15:13 Matt Turner
2022-11-16 18:10 Arthur Zamarin
2022-11-05 18:58 Arthur Zamarin
2022-11-05  9:44 Arthur Zamarin
2022-10-31 20:31 Matt Turner
2022-10-14 14:29 Matt Turner
2022-10-03 22:25 Matt Turner
2022-09-30 18:37 Arthur Zamarin
2022-09-30 18:04 Arthur Zamarin
2022-09-28 16:29 Arthur Zamarin
2022-09-19  1:38 Sam James
2022-09-16 20:00 Matt Turner
2022-08-17  5:57 Arthur Zamarin
2022-08-15 19:13 Arthur Zamarin
2022-08-15 19:13 Arthur Zamarin
2022-08-15 17:43 Arthur Zamarin
2022-08-15 17:04 Arthur Zamarin
2022-08-11 16:20 Matt Turner
2022-06-14 15:14 Sam James
2022-05-31 18:24 Matt Turner
2022-05-13 14:02 WANG Xuerui
2022-05-09  5:29 WANG Xuerui
2022-04-26 14:08 Sam James
2022-04-15  7:45 Matt Turner
2022-03-20  1:12 Matt Turner
2022-03-18 19:24 Matt Turner
2022-03-18 14:43 Arthur Zamarin
2022-03-15 20:54 Matt Turner
2022-03-09  1:09 Sam James
2022-03-06 20:05 Matt Turner
2022-02-11 20:56 Matt Turner
2021-12-22 22:15 Matt Turner
2021-12-22 21:54 Matt Turner
2021-12-22 20:18 Matt Turner
2021-12-18  3:47 Matt Turner
2021-11-06  4:13 Sam James
2021-11-06  4:09 Sam James
2021-11-06  3:58 Sam James
2021-11-06  3:58 Sam James
2021-11-01 20:41 Andreas K. Hüttel
2021-10-04 17:44 Sam James
2021-10-04  1:24 Sam James
2021-09-19 19:58 James Le Cuirot
2021-09-12 20:59 Sam James
2021-09-11 17:10 Mart Raudsepp
2021-09-11 17:10 Mart Raudsepp
2021-08-22 15:14 Sam James
2021-08-20 23:51 Sam James
2021-08-20 23:51 Sam James
2021-08-20  1:54 Sam James
2021-08-20  1:50 Sam James
2021-08-19  2:10 Sam James
2021-08-13  5:03 Robin H. Johnson
2021-08-12 21:32 Matt Turner
2021-07-24 17:08 Sam James
2021-07-24 15:22 Sam James
2021-07-11 20:48 Sam James
2021-07-11  2:31 Sam James
2021-07-10 15:40 Sam James
2021-07-10 11:28 Mart Raudsepp
2021-07-07 21:49 Sergei Trofimovich
2021-06-13 20:25 Sam James
2021-06-04  1:14 Matt Turner
2021-06-03  2:42 Yixun Lan
2021-06-02 18:08 Matt Turner
2021-06-01 15:14 Sergei Trofimovich
2021-06-01  2:16 Matt Turner
2021-05-28  5:39 Matt Turner
2021-05-23  4:11 Matt Turner
2021-05-19 17:58 Matt Turner
2021-05-17 21:02 Sergei Trofimovich
2021-05-15  1:59 Sam James
2021-05-10 12:48 Sam James
2021-05-10 12:23 Sam James
2021-05-10 12:23 Sam James
2021-05-08  2:08 Thomas Deutschmann
2021-05-07 19:11 Thomas Deutschmann
2021-05-06 19:30 Sergei Trofimovich
2021-05-04 19:21 Matt Turner
2021-05-03 22:39 Matt Turner
2021-04-30 20:51 Matt Turner
2021-03-27 21:11 Matt Turner
2021-03-21 23:17 Matt Turner
2021-01-06 12:01 Fabian Groffen
2020-10-19 16:53 Mike Gilbert
2019-09-07  9:16 Mart Raudsepp
2019-09-01 18:25 Mikle Kolyada
2019-08-23 13:28 Agostino Sarubbo
2019-08-23 12:52 Agostino Sarubbo
2019-08-23 10:00 Agostino Sarubbo
2019-08-18 21:51 Agostino Sarubbo
2019-08-17 20:41 Sergei Trofimovich
2019-08-17 20:33 Sergei Trofimovich
2019-08-17 20:17 Sergei Trofimovich
2019-08-16 22:38 Thomas Deutschmann
2019-08-16 19:46 Aaron Bauman
2019-08-15 18:51 Sergei Trofimovich
2019-07-13 12:08 Sergei Trofimovich
2019-07-03  7:11 Agostino Sarubbo
2019-06-27 12:35 Agostino Sarubbo
2019-06-17 19:40 Sergei Trofimovich
2019-06-17 10:07 Mikle Kolyada
2019-05-23 13:02 Mikle Kolyada
2019-05-10 17:49 Mikle Kolyada
2019-05-10 17:33 Mikle Kolyada
2019-05-09 20:04 Aaron Bauman
2019-05-08  9:33 Mikle Kolyada
2019-04-20 10:38 Mart Raudsepp
2019-03-10  8:53 Mart Raudsepp
2019-02-16 10:39 Mart Raudsepp
2018-12-27 18:48 Fabian Groffen
2018-11-25 13:59 Mart Raudsepp
2018-11-24 13:01 Sergei Trofimovich
2018-11-17 16:33 Robin H. Johnson
2018-10-17 11:17 Mikle Kolyada
2018-09-19 17:41 Markus Meier
2018-09-17 21:34 Matt Turner
2018-09-17 21:34 Matt Turner
2018-09-14  8:28 Tobias Klausmann
2018-09-01 23:18 Sergei Trofimovich
2018-08-29 21:57 Mart Raudsepp
2018-08-23  1:41 Thomas Deutschmann
2018-08-22  0:15 Mikle Kolyada
2018-08-21 18:42 Sergei Trofimovich
2018-08-21  8:25 Mart Raudsepp
2018-06-28 18:33 Mart Raudsepp
2018-06-28 14:25 Mikle Kolyada
2018-06-25 13:15 Jeroen Roovers
2018-04-17 19:22 Michał Górny
2018-04-02  9:47 Gilles Dartiguelongue
2018-04-02  9:47 Gilles Dartiguelongue
2018-03-15  1:50 Mart Raudsepp
2018-03-14 21:41 Sergei Trofimovich
2018-03-14 21:09 Markus Meier
2018-03-06 21:37 Tobias Klausmann
2018-03-04 20:48 Sergei Trofimovich
2018-03-03  1:43 Mart Raudsepp
2018-02-16 20:39 Sergei Trofimovich
2018-01-18  3:01 Mikle Kolyada
2018-01-13 12:13 Sergei Trofimovich
2017-12-27 13:02 Mart Raudsepp
2017-12-27  8:35 Markus Meier
2017-12-19  7:38 Gilles Dartiguelongue
2017-12-17 18:42 Mart Raudsepp
2017-12-16 14:04 Tobias Klausmann
2017-12-02 10:41 Sergei Trofimovich
2017-11-23 20:47 Sergei Trofimovich
2017-11-18 13:20 Sergei Trofimovich
2017-11-06 20:49 Tobias Klausmann
2017-11-04 13:04 Sergei Trofimovich
2017-11-01 13:54 Mart Raudsepp
2017-10-30  8:42 Sergei Trofimovich
2017-10-24 21:45 Sergei Trofimovich
2017-09-23 21:13 Thomas Deutschmann
2017-09-11  6:38 Gilles Dartiguelongue
2017-09-09 19:23 Sergei Trofimovich
2017-09-03 22:47 Gilles Dartiguelongue
2017-08-11  7:18 Gilles Dartiguelongue
2017-07-20  4:42 Markus Meier
2017-07-18  3:31 Mart Raudsepp
2017-07-16 11:08 Tobias Klausmann
2017-07-15 11:04 Tobias Klausmann
2017-07-09 18:18 Sergei Trofimovich
2017-07-07 10:12 Agostino Sarubbo
2017-06-12 10:07 Mart Raudsepp
2017-06-05  0:46 Mart Raudsepp
2017-05-11 18:33 Markus Meier
2017-04-30  9:58 Jeroen Roovers
2017-04-30  9:37 Agostino Sarubbo
2017-04-29 15:02 Agostino Sarubbo
2017-04-27 10:36 Agostino Sarubbo
2017-04-23 21:23 Agostino Sarubbo
2017-04-22 19:08 Tobias Klausmann
2017-04-22 17:53 Tobias Klausmann
2017-04-12 10:10 Jeroen Roovers
2017-04-09  0:27 Mart Raudsepp
2017-04-01 16:31 Agostino Sarubbo
2017-04-01 13:16 Agostino Sarubbo
2017-03-29 21:26 Michael Weber
2017-03-29  7:45 Michael Weber
2017-03-28 15:09 Michael Weber
2017-03-28 14:59 Michael Weber
2017-03-07 14:32 Mart Raudsepp
2017-01-26 10:56 Mart Raudsepp
2017-01-15  4:43 Mart Raudsepp
2016-12-06 20:53 Markus Meier
2016-09-17 12:39 Gilles Dartiguelongue
2016-09-09 22:55 Gilles Dartiguelongue
2016-06-28 20:30 Pacho Ramos
2016-06-28 20:30 Pacho Ramos
2016-06-07  7:03 Tobias Klausmann
2016-05-03 19:50 Markus Meier
2015-11-19 10:04 Agostino Sarubbo
2015-11-18  9:09 Agostino Sarubbo
2015-11-18  5:47 Jeroen Roovers
2015-11-16 14:08 Agostino Sarubbo
2015-11-14 13:48 Pacho Ramos
2015-11-14 10:28 Agostino Sarubbo
2015-11-13  9:12 Agostino Sarubbo
2015-11-12 11:07 Agostino Sarubbo
2015-11-11  8:20 Agostino Sarubbo
2015-11-10 17:02 Agostino Sarubbo
2015-10-03 18:18 Jeroen Roovers
2015-10-03 11:30 Pacho Ramos

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1629342101.f1da32fdebfb81c7f24e0545dcef8056ec8b52f8.mattst88@gentoo \
    --to=mattst88@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox