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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 778C015808C for ; Sat, 26 Feb 2022 11:54:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C0C4DE086A; Sat, 26 Feb 2022 11:54:45 +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 A69A5E086A for ; Sat, 26 Feb 2022 11:54:45 +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 B93DC3430D4 for ; Sat, 26 Feb 2022 11:54:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 58D602DD for ; Sat, 26 Feb 2022 11:54:43 +0000 (UTC) From: "David Seifert" 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 Seifert" Message-ID: <1645876464.7631e2269175989832383ab5e9d934f6b17f4029.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/gegl/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/gegl/gegl-0.4.36-r1.ebuild media-libs/gegl/gegl-0.4.36.ebuild X-VCS-Directories: media-libs/gegl/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 7631e2269175989832383ab5e9d934f6b17f4029 X-VCS-Branch: master Date: Sat, 26 Feb 2022 11:54:43 +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: a2bd0928-a783-43ce-984e-11492e3057b1 X-Archives-Hash: ca8f02af9f75b66993373b8d5838d7be commit: 7631e2269175989832383ab5e9d934f6b17f4029 Author: David Seifert gentoo org> AuthorDate: Sat Feb 26 11:54:24 2022 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Feb 26 11:54:24 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7631e226 media-libs/gegl: fix broken vala_src_prepare Closes: https://bugs.gentoo.org/834077 Signed-off-by: David Seifert gentoo.org> media-libs/gegl/{gegl-0.4.36.ebuild => gegl-0.4.36-r1.ebuild} | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/media-libs/gegl/gegl-0.4.36.ebuild b/media-libs/gegl/gegl-0.4.36-r1.ebuild similarity index 95% rename from media-libs/gegl/gegl-0.4.36.ebuild rename to media-libs/gegl/gegl-0.4.36-r1.ebuild index 823ba12190b8..6a4a84a8223b 100644 --- a/media-libs/gegl/gegl-0.4.36.ebuild +++ b/media-libs/gegl/gegl-0.4.36-r1.ebuild @@ -95,11 +95,6 @@ src_prepare() { sed -i -e 's/#ifdef __APPLE__/#if 0/' gegl/opencl/* || die fi - # commit 7c78497b : tests that use gegl.png are broken on non-amd64 - sed -e '/clones.xml/d' \ - -e '/composite-transform.xml/d' \ - -i tests/compositions/meson.build || die - # fix 'build'headers from *.cl on gentoo-hardened, bug 739816 pushd "${S}/opencl/" || die for file in *.cl; do @@ -108,11 +103,11 @@ src_prepare() { fi done popd || die - - use vala && vala_src_prepare } src_configure() { + use vala && vala_setup + local emesonargs=( # - Disable documentation as the generating is bit automagic # if anyone wants to work on it just create bug with patch