From: "Samuel Bauer" <samuel.bauer@yahoo.fr>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: games-emulation/flycast/
Date: Tue, 20 Sep 2022 03:30:31 +0000 (UTC) [thread overview]
Message-ID: <1663644554.55c93c959734b5d180f2c35e9d3cefa5c81635e7.samuel.bauer@gentoo> (raw)
commit: 55c93c959734b5d180f2c35e9d3cefa5c81635e7
Author: Samuel Bauer <samuel.bauer <AT> yahoo <DOT> fr>
AuthorDate: Tue Sep 20 03:29:14 2022 +0000
Commit: Samuel Bauer <samuel.bauer <AT> yahoo <DOT> fr>
CommitDate: Tue Sep 20 03:29:14 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=55c93c95
games-emulation/flycast: changes to submodules and build system
Signed-off-by: Samuel Bauer <samuel.bauer <AT> yahoo.fr>
games-emulation/flycast/flycast-9999.ebuild | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)
diff --git a/games-emulation/flycast/flycast-9999.ebuild b/games-emulation/flycast/flycast-9999.ebuild
index 8e597f576..eefcdbb67 100644
--- a/games-emulation/flycast/flycast-9999.ebuild
+++ b/games-emulation/flycast/flycast-9999.ebuild
@@ -10,7 +10,7 @@ inherit cmake git-r3 lua-single xdg
DESCRIPTION="Sega Dreamcast, Naomi and Atomiswave emulator"
HOMEPAGE="https://github.com/flyinghead/flycast"
EGIT_REPO_URI="https://github.com/flyinghead/flycast"
-EGIT_SUBMODULES=( 'core/deps/breakpad' )
+EGIT_SUBMODULES=( 'core/deps/breakpad' 'core/deps/volk' 'core/deps/VulkanMemoryAllocator' )
LICENSE="GPL-2"
SLOT="0"
@@ -81,6 +81,16 @@ src_prepare() {
# Ensure static libs are not built
sed -i -e '/BUILD_SHARED_LIBS/d' CMakeLists.txt
+ # Vulkan-header
+ sed -i -e '/add_subdirectory(core.*Vulkan-Headers)$/,/Vulkan::Headers/d' \
+ -e '/core\/deps\/Vulkan-Headers\/include)/d' CMakeLists.txt
+ # local fix for < 1.3.224
+ sed -i -e '/^1,$/d' core/rend/vulkan/compiler.cpp
+ sed -i -e '/swapchainExtent = /{s/= /&static_cast<VkExtent2D>(/;s/;/);/}' core/rend/vulkan/vulkan_context.cpp
+
+ # Do not use ccache
+ sed -i -e '/find_program(CCACHE_PROGRAM ccache)/d' CMakeLists.txt
+
cmake_src_prepare
}
next reply other threads:[~2022-09-20 3:30 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-20 3:30 Samuel Bauer [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-27 21:05 [gentoo-commits] repo/proj/guru:dev commit in: games-emulation/flycast/ Samuel Bauer
2025-02-13 23:42 Samuel Bauer
2024-05-21 21:33 [gentoo-commits] repo/proj/guru:master " Julien Roy
2024-05-21 21:29 ` [gentoo-commits] repo/proj/guru:dev " Julien Roy
2023-07-13 7:08 Samuel Bauer
2023-06-24 12:08 Samuel Bauer
2023-02-13 15:05 Samuel Bauer
2023-01-30 10:37 Samuel Bauer
2022-05-18 2:38 Samuel Bauer
2022-01-23 9:27 Samuel Bauer
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=1663644554.55c93c959734b5d180f2c35e9d3cefa5c81635e7.samuel.bauer@gentoo \
--to=samuel.bauer@yahoo.fr \
--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