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 CCC5A158042 for ; Thu, 31 Oct 2024 11:33:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0217DE0855; Thu, 31 Oct 2024 11:33:19 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 D4A1BE0855 for ; Thu, 31 Oct 2024 11:33: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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 180513430BD for ; Thu, 31 Oct 2024 11:33:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AD3FA11DF for ; Thu, 31 Oct 2024 11:33:16 +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: <1730259218.07a5ec4aa394c874840f6012ce07fc235af7c6ff.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: media-gfx/zw3d/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-gfx/zw3d/zw3d-2023.0.3.1-r1.ebuild media-gfx/zw3d/zw3d-2023.0.3.1.ebuild X-VCS-Directories: media-gfx/zw3d/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 07a5ec4aa394c874840f6012ce07fc235af7c6ff X-VCS-Branch: master Date: Thu, 31 Oct 2024 11:33:16 +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: 2bba26f5-6174-434f-a888-1fb9ad0a0b69 X-Archives-Hash: 2a266a54354fab24ee4cffca0f10756d commit: 07a5ec4aa394c874840f6012ce07fc235af7c6ff Author: Huang Rui gmail com> AuthorDate: Wed Oct 30 03:32:55 2024 +0000 Commit: David Roman gmail com> CommitDate: Wed Oct 30 03:33:38 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=07a5ec4a media-gfx/zw3d: add missing rdepend media-libs/freetype Signed-off-by: Huang Rui gmail.com> .../zw3d/{zw3d-2023.0.3.1.ebuild => zw3d-2023.0.3.1-r1.ebuild} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/media-gfx/zw3d/zw3d-2023.0.3.1.ebuild b/media-gfx/zw3d/zw3d-2023.0.3.1-r1.ebuild similarity index 96% rename from media-gfx/zw3d/zw3d-2023.0.3.1.ebuild rename to media-gfx/zw3d/zw3d-2023.0.3.1-r1.ebuild index 39d41d97f..f960db225 100644 --- a/media-gfx/zw3d/zw3d-2023.0.3.1.ebuild +++ b/media-gfx/zw3d/zw3d-2023.0.3.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -33,6 +33,7 @@ RDEPEND=" dev-qt/qtsvg:5 media-fonts/noto-cjk media-gfx/imagemagick + media-libs/freetype media-libs/jbigkit media-libs/libglvnd media-libs/libpng @@ -146,8 +147,7 @@ export IBUS_USE_PORTAL=1 "${S}"/opt/apps/${MY_PGK_NAME}/files/zw3drun.sh || die # Use system libraries - # rm -rf "${S}"/opt/apps/${MY_PGK_NAME}/files/lib3rd/libMagickCore* || die - # rm -rf "${S}"/opt/apps/${MY_PGK_NAME}/files/lib3rd/libjpeg* || die + rm -rf "${S}"/opt/apps/${MY_PGK_NAME}/files/lib3rd/libfreetype* || die # Fix coredump while draw 2D sketch due to not find fonts # media-fonts/noto-cjk is required