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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 41392158046 for ; Mon, 14 Oct 2024 12:53:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6A2DBE0841; Mon, 14 Oct 2024 12:53:18 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 51DD0E0841 for ; Mon, 14 Oct 2024 12:53:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 66555343066 for ; Mon, 14 Oct 2024 12:53:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C63C8AE7 for ; Mon, 14 Oct 2024 12:53:15 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1728910378.e5e3076d807afea1f7ebeb637a44fca36e2bc4c7.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-cpp/wt/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-cpp/wt/metadata.xml dev-cpp/wt/wt-4.11.0.ebuild X-VCS-Directories: dev-cpp/wt/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: e5e3076d807afea1f7ebeb637a44fca36e2bc4c7 X-VCS-Branch: dev Date: Mon, 14 Oct 2024 12:53:15 +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: 220943d8-5455-4a7b-86f2-3deac303b4f7 X-Archives-Hash: aefd05e7969963b2e37e98450160fae3 commit: e5e3076d807afea1f7ebeb637a44fca36e2bc4c7 Author: PPN-SD parhuet fr> AuthorDate: Mon Oct 14 11:04:02 2024 +0000 Commit: David Roman gmail com> CommitDate: Mon Oct 14 12:52:58 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e5e3076d dev-cpp/wt: add pango useflag, enabled by default Allows to reduce dependencies. Pango may not be necessary for some use cases of wt. Signed-off-by: PPN-SD parhuet.fr> Closes: https://github.com/gentoo/guru/pull/250 Signed-off-by: David Roman gmail.com> dev-cpp/wt/metadata.xml | 3 +++ dev-cpp/wt/wt-4.11.0.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/dev-cpp/wt/metadata.xml b/dev-cpp/wt/metadata.xml index a637183f1..f8c1c1ffb 100644 --- a/dev-cpp/wt/metadata.xml +++ b/dev-cpp/wt/metadata.xml @@ -5,6 +5,9 @@ davidroman96@gmail.com David Roman + + Enable x11-libs/pango, wich is used for improved font support (WPdfImage and WRasterImage) + emweb/wt diff --git a/dev-cpp/wt/wt-4.11.0.ebuild b/dev-cpp/wt/wt-4.11.0.ebuild index a97475298..f2d2d5ec2 100644 --- a/dev-cpp/wt/wt-4.11.0.ebuild +++ b/dev-cpp/wt/wt-4.11.0.ebuild @@ -12,18 +12,18 @@ SRC_URI="https://github.com/emweb/wt/archive/refs/tags/${PV}.tar.gz -> ${P}.tar. LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64" -IUSE="doc firebird mysql opengl pdf postgres ssl" +IUSE="doc firebird mysql opengl +pango pdf postgres ssl" DEPEND=" firebird? ( dev-db/firebird ) mysql? ( virtual/mysql ) opengl? ( virtual/opengl ) + pango? ( x11-libs/pango ) postgres? ( dev-db/postgresql ) ssl? ( dev-libs/openssl ) dev-libs/boost:= media-libs/libharu media-gfx/graphicsmagick[jpeg,png] - x11-libs/pango sys-libs/zlib " RDEPEND="${DEPEND}" @@ -50,7 +50,7 @@ src_configure() { -DDOCUMENTATION_DESTINATION="share/doc/${PF}" -DENABLE_SSL=$(usex ssl) -DENABLE_HARU=$(usex pdf) - -DENABLE_PANGO=ON + -DENABLE_PANGO=$(usex pango) -DENABLE_SQLITE=ON -DENABLE_POSTGRES=$(usex postgres) -DENABLE_FIREBIRD=$(usex firebird) 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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1629A158046 for ; Mon, 14 Oct 2024 13:17:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 64CBBE0841; Mon, 14 Oct 2024 13:17:09 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 48872E0841 for ; Mon, 14 Oct 2024 13:17:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 61B73343028 for ; Mon, 14 Oct 2024 13:17:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C06191671 for ; Mon, 14 Oct 2024 13:17:06 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1728910378.e5e3076d807afea1f7ebeb637a44fca36e2bc4c7.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-cpp/wt/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-cpp/wt/metadata.xml dev-cpp/wt/wt-4.11.0.ebuild X-VCS-Directories: dev-cpp/wt/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: e5e3076d807afea1f7ebeb637a44fca36e2bc4c7 X-VCS-Branch: master Date: Mon, 14 Oct 2024 13:17:06 +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: 4e00a80a-f36d-4fbf-bdcf-884981596881 X-Archives-Hash: 157f7036b9ab779838d98bfaf58a49bd Message-ID: <20241014131706.KhtGUu0KFtnZLJLnVIv5M8kTKL_FSM12VCScDgKIBwA@z> commit: e5e3076d807afea1f7ebeb637a44fca36e2bc4c7 Author: PPN-SD parhuet fr> AuthorDate: Mon Oct 14 11:04:02 2024 +0000 Commit: David Roman gmail com> CommitDate: Mon Oct 14 12:52:58 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e5e3076d dev-cpp/wt: add pango useflag, enabled by default Allows to reduce dependencies. Pango may not be necessary for some use cases of wt. Signed-off-by: PPN-SD parhuet.fr> Closes: https://github.com/gentoo/guru/pull/250 Signed-off-by: David Roman gmail.com> dev-cpp/wt/metadata.xml | 3 +++ dev-cpp/wt/wt-4.11.0.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/dev-cpp/wt/metadata.xml b/dev-cpp/wt/metadata.xml index a637183f1..f8c1c1ffb 100644 --- a/dev-cpp/wt/metadata.xml +++ b/dev-cpp/wt/metadata.xml @@ -5,6 +5,9 @@ davidroman96@gmail.com David Roman + + Enable x11-libs/pango, wich is used for improved font support (WPdfImage and WRasterImage) + emweb/wt diff --git a/dev-cpp/wt/wt-4.11.0.ebuild b/dev-cpp/wt/wt-4.11.0.ebuild index a97475298..f2d2d5ec2 100644 --- a/dev-cpp/wt/wt-4.11.0.ebuild +++ b/dev-cpp/wt/wt-4.11.0.ebuild @@ -12,18 +12,18 @@ SRC_URI="https://github.com/emweb/wt/archive/refs/tags/${PV}.tar.gz -> ${P}.tar. LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64" -IUSE="doc firebird mysql opengl pdf postgres ssl" +IUSE="doc firebird mysql opengl +pango pdf postgres ssl" DEPEND=" firebird? ( dev-db/firebird ) mysql? ( virtual/mysql ) opengl? ( virtual/opengl ) + pango? ( x11-libs/pango ) postgres? ( dev-db/postgresql ) ssl? ( dev-libs/openssl ) dev-libs/boost:= media-libs/libharu media-gfx/graphicsmagick[jpeg,png] - x11-libs/pango sys-libs/zlib " RDEPEND="${DEPEND}" @@ -50,7 +50,7 @@ src_configure() { -DDOCUMENTATION_DESTINATION="share/doc/${PF}" -DENABLE_SSL=$(usex ssl) -DENABLE_HARU=$(usex pdf) - -DENABLE_PANGO=ON + -DENABLE_PANGO=$(usex pango) -DENABLE_SQLITE=ON -DENABLE_POSTGRES=$(usex postgres) -DENABLE_FIREBIRD=$(usex firebird)