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 B095C1382C5 for ; Mon, 29 Mar 2021 08:06:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9385EE0872; Mon, 29 Mar 2021 08:06:32 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 6D7F6E0872 for ; Mon, 29 Mar 2021 08:06:32 +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 72140340D24 for ; Mon, 29 Mar 2021 08:06:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B299A637 for ; Mon, 29 Mar 2021 08:06:29 +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: <1617005176.5137420296af254f24781ddf852b5ae27ef2c244.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/freetype/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/freetype/freetype-9999.ebuild media-libs/freetype/metadata.xml X-VCS-Directories: media-libs/freetype/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 5137420296af254f24781ddf852b5ae27ef2c244 X-VCS-Branch: master Date: Mon, 29 Mar 2021 08:06:29 +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: 30c036e6-0fe3-41d3-bd90-c18f196d3244 X-Archives-Hash: 110c7d6c2d671060342e00910b2c2f08 commit: 5137420296af254f24781ddf852b5ae27ef2c244 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Mar 27 13:51:06 2021 +0000 Commit: Lars Wendler gentoo org> CommitDate: Mon Mar 29 08:06:16 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51374202 media-libs/freetype: IUSE=cleartype_hinting -> cleartype-hinting Bug: https://bugs.gentoo.org/695072 Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/20146 Signed-off-by: Lars Wendler gentoo.org> media-libs/freetype/freetype-9999.ebuild | 6 +++--- media-libs/freetype/metadata.xml | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/media-libs/freetype/freetype-9999.ebuild b/media-libs/freetype/freetype-9999.ebuild index 505575341da..91ed8bacd80 100644 --- a/media-libs/freetype/freetype-9999.ebuild +++ b/media-libs/freetype/freetype-9999.ebuild @@ -7,7 +7,7 @@ inherit flag-o-matic libtool multilib-build multilib-minimal toolchain-funcs DESCRIPTION="High-quality and portable font engine" HOMEPAGE="https://www.freetype.org/" -IUSE="X +adobe-cff brotli bzip2 +cleartype_hinting debug fontforge harfbuzz infinality +png static-libs utils" +IUSE="X +adobe-cff brotli bzip2 +cleartype-hinting debug fontforge harfbuzz infinality +png static-libs utils" if [[ "${PV}" != 9999 ]] ; then SRC_URI="mirror://sourceforge/freetype/${P/_/}.tar.xz @@ -124,11 +124,11 @@ src_prepare() { # Will be the new default for >=freetype-2.7.0 disable_option "TT_CONFIG_OPTION_SUBPIXEL_HINTING 2" - if use infinality && use cleartype_hinting; then + if use infinality && use cleartype-hinting; then enable_option "TT_CONFIG_OPTION_SUBPIXEL_HINTING ( 1 | 2 )" elif use infinality; then enable_option "TT_CONFIG_OPTION_SUBPIXEL_HINTING 1" - elif use cleartype_hinting; then + elif use cleartype-hinting; then enable_option "TT_CONFIG_OPTION_SUBPIXEL_HINTING 2" fi diff --git a/media-libs/freetype/metadata.xml b/media-libs/freetype/metadata.xml index 8ee62c35ac8..d27bf8abe71 100644 --- a/media-libs/freetype/metadata.xml +++ b/media-libs/freetype/metadata.xml @@ -12,6 +12,8 @@ Use Adobe CFF as default font-renderer Enable brotli decompression support via app-arch/brotli + Bytecode hinting mode for TrueType fonts that + activates subpixel hinting (a.k.a. ClearType hinting) by default New bytecode hinting mode for TrueType fonts that activates subpixel hinting (a.k.a. ClearType hinting) by default Disable ClearType support (see http://freetype.org/patents.html)