From: "Florian Schmaus" <flow@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: media-gfx/bonzomatic/
Date: Tue, 24 May 2022 14:51:06 +0000 (UTC) [thread overview]
Message-ID: <1653325475.9f071d2b8a0a2b50f5819c2d97b4a3c76fb0380c.flow@gentoo> (raw)
commit: 9f071d2b8a0a2b50f5819c2d97b4a3c76fb0380c
Author: Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
AuthorDate: Mon May 23 13:32:44 2022 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> 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 <contact <AT> 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
next reply other threads:[~2022-05-24 14:51 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-05-24 14:51 Florian Schmaus [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-04-09 10:05 [gentoo-commits] repo/proj/guru:master commit in: media-gfx/bonzomatic/ Viorel Munteanu
2023-04-09 10:05 Viorel Munteanu
2023-04-09 10:05 Viorel Munteanu
2023-04-09 10:05 Viorel Munteanu
2022-07-03 12:17 Andrew Ammerlaan
2022-05-24 14:51 Florian Schmaus
2022-04-12 19:35 Ronny Gutbrod
2021-06-13 8:49 Haelwenn Monnier
2021-05-08 6:14 [gentoo-commits] repo/proj/guru:dev " Haelwenn Monnier
2021-05-08 6:16 ` [gentoo-commits] repo/proj/guru:master " Haelwenn Monnier
2021-04-20 18:55 Andrew Ammerlaan
2021-04-18 8:59 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2021-04-18 9:10 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2021-04-15 12:51 Andrew Ammerlaan
2021-04-06 9:03 Andrew Ammerlaan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1653325475.9f071d2b8a0a2b50f5819c2d97b4a3c76fb0380c.flow@gentoo \
--to=flow@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox