commit:     97fd97ce0eb62a4c6074b0bdad71cd83f9b74745
Author:     Aliaksei Urbanski <aliaksei.urbanski <AT> gmail <DOT> com>
AuthorDate: Sun Jun 16 23:24:15 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jan  4 23:05:46 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97fd97ce

x11-libs/pango: add 1.54.0

Tag:
  - https://gitlab.gnome.org/GNOME/pango/-/tags/1.54.0

News:
  - https://gitlab.gnome.org/GNOME/pango/-/blob/1.54.0/NEWS

These changes also:
  - add the examples USE flag
  - update build options
  - update variables
    * HOMEPAGE
    * SRC_URI

Signed-off-by: Aliaksei Urbanski <aliaksei.urbanski <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/37189
Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-libs/pango/Manifest            |  1 +
 x11-libs/pango/metadata.xml        |  1 +
 x11-libs/pango/pango-1.54.0.ebuild | 95 ++++++++++++++++++++++++++++++++++++++
 3 files changed, 97 insertions(+)

diff --git a/x11-libs/pango/Manifest b/x11-libs/pango/Manifest
index 7f3b0ef8668b..7a6de0881c2d 100644
--- a/x11-libs/pango/Manifest
+++ b/x11-libs/pango/Manifest
@@ -1,2 +1,3 @@
 DIST pango-1.52.1.tar.xz 1956856 BLAKE2B 
0b7f58f3d74bd37df285f3fbf14d2d2d776fbcf773568d63f12f26976d2ff505c19616fcee11562933df2594762e9ca30fe96a1d02dcd174381b976d63c68ac1
 SHA512 
7cddbd61afc3c98ffd09ea08c5d7613e454b6705f72304cb9b3578865b6bda70ca20f98605dea73f2cbca5e264217c8d79e4539e9eb36b8775d5d2a4f769cf32
 DIST pango-1.52.2.tar.xz 1963588 BLAKE2B 
9367703addcc6805fc14f0c0184d9d1b4093b8947fea9d260c54eb6c86ce56a0d6cfe35c3d6340eaa5d96fb84f0a94c5979ae308bfa79f02e4ce25c4c093556e
 SHA512 
6b3d762d133e7c900c6dfa85f43c950699930f6149cb3c90bf0e787f1b5a126a0b90220b90e649f84e4c244e44c46d4b575d5d7afeb305232c333712effc0981
+DIST pango-1.54.0.tar.xz 1963180 BLAKE2B 
92c389ab3f21631c245575e30804ffee6fef7b60bc6acdf08159aa325d878cf335203267720aec9143ea2a4e590578424cd64011f73da22e1b0beca85e85a276
 SHA512 
b08792a811e033b2dc9ae78278ea522fad1064de3a4d33460271eb0502613ee21d2c82349f8e7d8f59d59e0c020b7a3a8efa194572e16e2e78db422956fd97ea

diff --git a/x11-libs/pango/metadata.xml b/x11-libs/pango/metadata.xml
index dfaa55f180f5..4882f116d6ea 100644
--- a/x11-libs/pango/metadata.xml
+++ b/x11-libs/pango/metadata.xml
@@ -6,6 +6,7 @@
     <name>Gentoo GNOME Desktop</name>
   </maintainer>
   <use>
+    <flag name="examples">Install source code examples</flag>
     <flag name="sysprof">Enable profiling data capture support using 
<pkg>dev-util/sysprof-capture</pkg></flag>
     <flag name="X">Build and install the legacy pangoxft library</flag>
   </use>

diff --git a/x11-libs/pango/pango-1.54.0.ebuild 
b/x11-libs/pango/pango-1.54.0.ebuild
new file mode 100644
index 000000000000..3d75fa7c3736
--- /dev/null
+++ b/x11-libs/pango/pango-1.54.0.ebuild
@@ -0,0 +1,95 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit flag-o-matic gnome2-utils meson-multilib xdg
+
+DESCRIPTION="Internationalized text layout and rendering library"
+HOMEPAGE="https://pango.gnome.org/ https://gitlab.gnome.org/GNOME/pango";
+SRC_URI="https://download.gnome.org/sources/pango/$(ver_cut 1-2)/${P}.tar.xz"
+
+LICENSE="LGPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+
+IUSE="debug examples +introspection sysprof test X"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+       >=dev-libs/glib-2.62.2:2[${MULTILIB_USEDEP}]
+       >=dev-libs/fribidi-1.0.6[${MULTILIB_USEDEP}]
+       
>=media-libs/harfbuzz-2.6.0:=[glib(+),introspection?,truetype(+),${MULTILIB_USEDEP}]
+       >=media-libs/fontconfig-2.13.0:1.0[${MULTILIB_USEDEP}]
+       >=x11-libs/cairo-1.12.10[X?,${MULTILIB_USEDEP}]
+       >=media-libs/freetype-2.5.0.1:2[${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
+       test? ( media-fonts/cantarell )
+"
+
+src_prepare() {
+       default
+       xdg_environment_reset
+       gnome2_environment_reset
+
+       # get rid of a win32 example
+       rm examples/pangowin32tobmp.c || die
+}
+
+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
+
+               -Ddocumentation=false # we ship pregenerated docs
+               $(meson_native_use_feature introspection)
+               $(meson_use test build-testsuite)
+               -Dbuild-examples=false
+               -Dfontconfig=enabled
+               $(meson_feature sysprof)
+               -Dlibthai=disabled
+               -Dcairo=enabled
+               $(meson_feature X xft)
+               -Dfreetype=enabled
+       )
+       meson_src_configure
+}
+
+multilib_src_install_all() {
+       if use examples; then
+               dodoc -r examples
+       fi
+
+       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*
+}
+
+pkg_postinst() {
+       xdg_pkg_postinst
+
+       if has_version 'media-libs/freetype[-harfbuzz]' ; then
+               ewarn "media-libs/freetype is installed without harfbuzz 
support. This may"
+               ewarn "lead to minor font rendering problems, see bug 712374."
+       fi
+}

Reply via email to