From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 22CB113933E for ; Fri, 9 Jul 2021 08:39:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 77BD8E0ADE; Fri, 9 Jul 2021 08:39:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5B26EE0ADD for ; Fri, 9 Jul 2021 08:39:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B5006342BC3 for ; Fri, 9 Jul 2021 08:39:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 04297581 for ; Fri, 9 Jul 2021 08:39:42 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1625819965.8f3da124ff78ea8c12ddff052fd6b541d193ab04.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/harfbuzz/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/harfbuzz/harfbuzz-9999.ebuild media-libs/harfbuzz/metadata.xml X-VCS-Directories: media-libs/harfbuzz/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 8f3da124ff78ea8c12ddff052fd6b541d193ab04 X-VCS-Branch: master Date: Fri, 9 Jul 2021 08:39:42 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 53054506-10cf-4742-a3d1-228d4b503b9f X-Archives-Hash: f82328e65d69e00f2924b4060a729dc6 commit: 8f3da124ff78ea8c12ddff052fd6b541d193ab04 Author: Alessandro Barbieri gmail com> AuthorDate: Sat Jul 3 06:39:38 2021 +0000 Commit: Lars Wendler gentoo org> CommitDate: Fri Jul 9 08:39:25 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f3da124 media-libs/harfbuzz: add experimental useflag EAPI 8 bump python implementations Bug: https://bugs.gentoo.org/800109 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri gmail.com> Closes: https://github.com/gentoo/gentoo/pull/21510 Signed-off-by: Lars Wendler gentoo.org> media-libs/harfbuzz/harfbuzz-9999.ebuild | 18 +++++++++++------- media-libs/harfbuzz/metadata.xml | 5 +++-- 2 files changed, 14 insertions(+), 9 deletions(-) diff --git a/media-libs/harfbuzz/harfbuzz-9999.ebuild b/media-libs/harfbuzz/harfbuzz-9999.ebuild index 9f52c19d342..e77ca3c2cf7 100644 --- a/media-libs/harfbuzz/harfbuzz-9999.ebuild +++ b/media-libs/harfbuzz/harfbuzz-9999.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit flag-o-matic meson-multilib python-any-r1 xdg-utils @@ -21,7 +21,7 @@ fi LICENSE="Old-MIT ISC icu" SLOT="0/0.9.18" # 0.9.18 introduced the harfbuzz-icu split; bug #472416 -IUSE="+cairo debug doc +glib +graphite icu +introspection static-libs test +truetype" +IUSE="+cairo debug doc experimental +glib +graphite icu +introspection static-libs test +truetype" RESTRICT="!test? ( test )" REQUIRED_USE="introspection? ( glib )" @@ -76,18 +76,22 @@ src_prepare() { multilib_src_configure() { # harfbuzz-gobject only used for instrospection, bug #535852 local emesonargs=( - $(meson_native_use_feature cairo) -Dcoretext="disabled" - $(meson_native_use_feature doc) -Dfontconfig="disabled" #609300 - $(meson_native_use_feature introspection) - $(meson_use static-libs static) + $(meson_feature glib) $(meson_feature graphite) $(meson_feature icu) $(meson_feature introspection gobject) $(meson_feature test tests) $(meson_feature truetype freetype) + + $(meson_native_use_feature cairo) + $(meson_native_use_feature doc) + $(meson_native_use_feature introspection) + + $(meson_use experimental experimental_api) + $(meson_use static-libs static) ) meson_src_configure } diff --git a/media-libs/harfbuzz/metadata.xml b/media-libs/harfbuzz/metadata.xml index 1c768f83411..6d22e736895 100644 --- a/media-libs/harfbuzz/metadata.xml +++ b/media-libs/harfbuzz/metadata.xml @@ -17,7 +17,8 @@ cpe:/a:harfbuzz_project:harfbuzz - Compile with GLib Unicode support - Use graphite to render complex non-Roman writing systems + Enable experimental APIs + Enable dev-libs/glib unicode functions + Enable media-gfx/graphite2 complementary shaper