summaryrefslogtreecommitdiffstats
path: root/dev-games/redot-bin
diff options
context:
space:
mode:
authorDubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com>2024-10-23 22:17:41 -0500
committerDubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com>2024-10-23 22:17:41 -0500
commit46a404e64ce3ed1d8cccc407ff9671305613118b (patch)
tree6271aeed461affcc026c998f3db618a5a4da5c7a /dev-games/redot-bin
parentbddeac6e6a25341933690dc125e826e64307f030 (diff)
downloadmcdubh-overlay-46a404e64ce3ed1d8cccc407ff9671305613118b.tar.gz
Adding Redot 4.3
Diffstat (limited to 'dev-games/redot-bin')
-rw-r--r--dev-games/redot-bin/Manifest3
-rw-r--r--dev-games/redot-bin/redot-bin-4.3_beta.ebuild76
2 files changed, 77 insertions, 2 deletions
diff --git a/dev-games/redot-bin/Manifest b/dev-games/redot-bin/Manifest
index 260d983..1538cf6 100644
--- a/dev-games/redot-bin/Manifest
+++ b/dev-games/redot-bin/Manifest
@@ -1,3 +1,2 @@
-DIST redot-linuxbsd.zip 55256813 BLAKE2B 42e54c47aa208688a9a11ffcdc3982175e819f8fa690c2be33f35d5cede2f61fbb86f033581c3433f2bb73ed73c46409d814002219891d53d800f348d77c931b SHA512 dfb52799ad3441813e7866067aa347787427e591480a8c421e1634cf37d6281b32cc5ab1debe23265b495f056f4275c72373338f62ea451126169d41baa95722
+DIST redot-bin-4.3_beta.zip 52622283 BLAKE2B d12c2afefeaf60c6c61c200189bc254c93e099d4b9972db46794e7a2f40d149cd6a2c8c1e1ff3495157d14dfec9544841b8a36e704a90679dd7ea83d6c4d8f03 SHA512 bd141fcdcd69e52041f3c8aeebf302b0be4383b387f2c21978188457dcba4b66f2a1250a47bf5f7713ffb84d7c9a8dd6750f6baeb9a9371dd2284c8713ab34a1
DIST redot-bin-4.4_beta.zip 55256813 BLAKE2B 42e54c47aa208688a9a11ffcdc3982175e819f8fa690c2be33f35d5cede2f61fbb86f033581c3433f2bb73ed73c46409d814002219891d53d800f348d77c931b SHA512 dfb52799ad3441813e7866067aa347787427e591480a8c421e1634cf37d6281b32cc5ab1debe23265b495f056f4275c72373338f62ea451126169d41baa95722
-
diff --git a/dev-games/redot-bin/redot-bin-4.3_beta.ebuild b/dev-games/redot-bin/redot-bin-4.3_beta.ebuild
new file mode 100644
index 0000000..cab9f84
--- /dev/null
+++ b/dev-games/redot-bin/redot-bin-4.3_beta.ebuild
@@ -0,0 +1,76 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Open-source game engine for everyone. No strings attached."
+HOMEPAGE="https://www.redotengine.org/"
+SRC_URI="https://github.com/Redot-Engine/redot-engine/releases/download/redot-4.3-beta.1/Redot_v4.3-beta.1_linux.x86_64.zip -> ${P}.zip"
+
+LICENSE="
+ MIT
+ Apache-2.0 BSD Boost-1.0 CC0-1.0 Unlicense ZLIB
+ gui? ( CC-BY-4.0 ) tools? ( OFL-1.1 )
+"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="
+ alsa +dbus debug deprecated +fontconfig +gui pulseaudio raycast
+ speech test +theora +tools +udev +upnp +vulkan wayland +webp
+"
+RESTRICT="test"
+
+RDEPEND="
+ app-arch/brotli:=
+ app-arch/zstd:=
+ dev-games/recastnavigation:=
+ dev-libs/icu:=
+ dev-libs/libpcre2:=[pcre32]
+ media-libs/freetype[brotli,harfbuzz]
+ media-libs/harfbuzz:=[icu]
+ media-libs/libogg
+ media-libs/libpng:=
+ media-libs/libvorbis
+ <net-libs/mbedtls-3:=
+ net-libs/wslay
+ sys-libs/zlib:=
+ media-libs/alsa-lib
+ sys-apps/dbus
+ media-libs/fontconfig
+ media-libs/libglvnd
+ x11-libs/libX11
+ x11-libs/libXcursor
+ x11-libs/libXext
+ x11-libs/libXi
+ x11-libs/libXinerama
+ x11-libs/libXrandr
+ x11-libs/libXrender
+ x11-libs/libxkbcommon
+ media-libs/embree:4
+ media-libs/vulkan-loader[X,wayland?]
+ media-libs/libpulse
+ media-libs/libtheora
+ app-misc/ca-certificates
+ virtual/udev
+ media-libs/libwebp:=
+"
+DEPEND="
+ ${RDEPEND}
+ x11-base/xorg-proto
+"
+BDEPEND="
+ virtual/pkgconfig
+ dev-util/wayland-scanner
+"
+
+src_unpack() {
+ unpack ${P}.zip
+ mv redot-linux-dev ${P}
+ mv ${P}/redot.linuxbsd.editor.x86_64 ${P}/${P}
+}
+
+src_install() {
+ newbin redot* redot-bin
+}
+
+