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 D6C20158090 for ; Tue, 24 May 2022 14:51:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8A6B2E088C; Tue, 24 May 2022 14:51:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 4C09BE089A for ; Tue, 24 May 2022 14:51:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 3B34D340E18 for ; Tue, 24 May 2022 14:51:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2F507471 for ; Tue, 24 May 2022 14:51:06 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1653325475.9f071d2b8a0a2b50f5819c2d97b4a3c76fb0380c.flow@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: media-gfx/bonzomatic/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-gfx/bonzomatic/bonzomatic-2022.02.05.ebuild media-gfx/bonzomatic/bonzomatic-9999.ebuild X-VCS-Directories: media-gfx/bonzomatic/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 9f071d2b8a0a2b50f5819c2d97b4a3c76fb0380c X-VCS-Branch: master Date: Tue, 24 May 2022 14:51: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: d28938d0-b1b5-4269-bab4-296007161a9d X-Archives-Hash: d6301921687152ad5a2bc3399b8027a5 commit: 9f071d2b8a0a2b50f5819c2d97b4a3c76fb0380c Author: Haelwenn (lanodan) Monnier hacktivis me> AuthorDate: Mon May 23 13:32:44 2022 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Mon May 23 17:04:35 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9f071d2b media-gfx/bonzomatic: Remove broken USE=system-kissfft Signed-off-by: Haelwenn (lanodan) Monnier hacktivis.me> media-gfx/bonzomatic/bonzomatic-2022.02.05.ebuild | 7 ++++--- media-gfx/bonzomatic/bonzomatic-9999.ebuild | 9 +++++---- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/media-gfx/bonzomatic/bonzomatic-2022.02.05.ebuild b/media-gfx/bonzomatic/bonzomatic-2022.02.05.ebuild index 9582d65a3..adba07b55 100644 --- a/media-gfx/bonzomatic/bonzomatic-2022.02.05.ebuild +++ b/media-gfx/bonzomatic/bonzomatic-2022.02.05.ebuild @@ -20,11 +20,13 @@ fi LICENSE="Unlicense" SLOT="0" -IUSE="system-glfw system-glew system-stb system-kissfft wayland" +IUSE="system-glfw system-glew system-stb wayland" # TODO: system-miniaudio, system-jsonxx/json++, system-scintilla # !system-glfw copied from media-libs/glfw-3.3.3::gentoo # !system-glew copied from media-libs/glew-2.2.0::gentoo +# kissfft: Bonzomatic targets non-existent `kissfft` pkg-config name +# system-kissfft? ( sci-libs/kissfft ) DEPEND=" system-glfw? ( media-libs/glfw ) !system-glfw? ( @@ -50,7 +52,6 @@ DEPEND=" >=x11-libs/libXmu-1.1.1-r1 ) system-stb? ( dev-libs/stb ) - system-kissfft? ( sci-libs/kissfft ) virtual/opengl virtual/glu media-libs/alsa-lib @@ -65,7 +66,7 @@ src_configure() { -DGLFW_USE_WAYLAND="$(usex wayland)" -DBONZOMATIC_USE_SYSTEM_GLEW=$(usex system-glew) -DBONZOMATIC_USE_SYSTEM_STB=$(usex system-stb) - -DBONZOMATIC_USE_SYSTEM_KISSFFT=$(usex system-kissfft) + -DBONZOMATIC_USE_SYSTEM_KISSFFT=OFF ) cmake_src_configure diff --git a/media-gfx/bonzomatic/bonzomatic-9999.ebuild b/media-gfx/bonzomatic/bonzomatic-9999.ebuild index 6afe8200b..adba07b55 100644 --- a/media-gfx/bonzomatic/bonzomatic-9999.ebuild +++ b/media-gfx/bonzomatic/bonzomatic-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -20,11 +20,13 @@ fi LICENSE="Unlicense" SLOT="0" -IUSE="system-glfw system-glew system-stb system-kissfft wayland" +IUSE="system-glfw system-glew system-stb wayland" # TODO: system-miniaudio, system-jsonxx/json++, system-scintilla # !system-glfw copied from media-libs/glfw-3.3.3::gentoo # !system-glew copied from media-libs/glew-2.2.0::gentoo +# kissfft: Bonzomatic targets non-existent `kissfft` pkg-config name +# system-kissfft? ( sci-libs/kissfft ) DEPEND=" system-glfw? ( media-libs/glfw ) !system-glfw? ( @@ -50,7 +52,6 @@ DEPEND=" >=x11-libs/libXmu-1.1.1-r1 ) system-stb? ( dev-libs/stb ) - system-kissfft? ( sci-libs/kissfft ) virtual/opengl virtual/glu media-libs/alsa-lib @@ -65,7 +66,7 @@ src_configure() { -DGLFW_USE_WAYLAND="$(usex wayland)" -DBONZOMATIC_USE_SYSTEM_GLEW=$(usex system-glew) -DBONZOMATIC_USE_SYSTEM_STB=$(usex system-stb) - -DBONZOMATIC_USE_SYSTEM_KISSFFT=$(usex system-kissfft) + -DBONZOMATIC_USE_SYSTEM_KISSFFT=OFF ) cmake_src_configure