public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-games/godot/
Date: Sun,  9 May 2021 18:13:58 +0000 (UTC)	[thread overview]
Message-ID: <1620516928.121287dfc57a06589b25465a8e953699073f6164.andrewammerlaan@gentoo> (raw)

commit:     121287dfc57a06589b25465a8e953699073f6164
Author:     Ross Charles Campbell <rossbridger.cc <AT> gmail <DOT> com>
AuthorDate: Sat May  8 23:32:59 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sat May  8 23:35:28 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=121287df

dev-games/godot: disable raycast module

Since embree (https://github.com/embree/embree) is not landed
at the moment, raycast module is disabled for the moment.

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Ross Charles Campbell <rossbridger.cc <AT> gmail.com>

 dev-games/godot/godot-3.3.ebuild | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/dev-games/godot/godot-3.3.ebuild b/dev-games/godot/godot-3.3.ebuild
index 29a02956d..fa2e46cd3 100644
--- a/dev-games/godot/godot-3.3.ebuild
+++ b/dev-games/godot/godot-3.3.ebuild
@@ -73,6 +73,7 @@ src_configure() {
 	# Remove builtin third-party packages, link with system ones instead
 	myesconsargs+=(
 		builtin_bullet=no
+		builtin_embree=no
 		builtin_enet=no
 		builtin_freetype=no
 		builtin_libogg=no
@@ -92,6 +93,9 @@ src_configure() {
 	myesconsargs+=(
 		# Mono bindings requires MSBuild which is only available on Windows
 		module_mono_enabled=no
+		# TODO: land embree library (https://github.com/embree/embree) in guru
+		# so that we can enable raycast module
+		module_raycast_enabled=no
 		module_bullet_enabled=$(usex bullet)
 		module_enet_enabled=$(usex enet)
 		module_freetype_enabled=$(usex freetype)
@@ -137,6 +141,6 @@ src_install() {
 	insinto /usr/share/metainfo
 	doins misc/dist/linux/org.godotengine.Godot.appdata.xml
 	insinto /usr/share/mime/application
-	doins misc/dist/linux/x-godot-project.xml
+	doins misc/dist/linux/org.godotengine.Godot.xml
 	dodoc AUTHORS.md CHANGELOG.md DONORS.md README.md
 }


             reply	other threads:[~2021-05-09 18:14 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-09 18:13 Andrew Ammerlaan [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-12-15 10:57 [gentoo-commits] repo/proj/guru:master commit in: dev-games/godot/ Andrew Ammerlaan
2021-06-09  3:39 Theo Anderson
2021-05-05 19:49 Andrew Ammerlaan
2021-01-16 10:09 Andrew Ammerlaan
2021-01-04  9:34 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=1620516928.121287dfc57a06589b25465a8e953699073f6164.andrewammerlaan@gentoo \
    --to=andrewammerlaan@riseup.net \
    --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