Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master games grimoire by Ismael Luceno (e979ce17cc4fd1b490ff65f0148d8850e938b07d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master games grimoire by Ismael Luceno (e979ce17cc4fd1b490ff65f0148d8850e938b07d)
  • Date: Thu, 7 Dec 2023 14:21:26 +0000

GIT changes to master games grimoire by Ismael Luceno <ismael AT sourcemage.org>:

ChangeLog | 3 +++
games-engines/irrlichtmt/CONFIGURE | 1 +
games-engines/irrlichtmt/DEPENDS | 15 +++++++++++++++
games-engines/irrlichtmt/DETAILS | 17 +++++++++++++++++
games-engines/irrlichtmt/HISTORY | 2 ++
5 files changed, 38 insertions(+)

New commits:
commit e979ce17cc4fd1b490ff65f0148d8850e938b07d
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

irrlichtmt: new spell, high performance realtime 3D engine

diff --git a/ChangeLog b/ChangeLog
index 441aacf..e54dae0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2023-12-07 Ismael Luceno <ismael AT sourcemage.org>
+ * games-engines/irrlichtmt: new spell, Minetest's fork of Irrlicht
+
2023-11-16 Conner Clere <xenanthropy AT sourcemage.org>
* games-z-rejected/vinegar: removed, moving to z-rejected grimoire

diff --git a/games-engines/irrlichtmt/CONFIGURE
b/games-engines/irrlichtmt/CONFIGURE
new file mode 100755
index 0000000..b1e2770
--- /dev/null
+++ b/games-engines/irrlichtmt/CONFIGURE
@@ -0,0 +1 @@
+. "$GRIMOIRE"/CMAKE_CONFIGURE
diff --git a/games-engines/irrlichtmt/DEPENDS
b/games-engines/irrlichtmt/DEPENDS
new file mode 100755
index 0000000..578bdef
--- /dev/null
+++ b/games-engines/irrlichtmt/DEPENDS
@@ -0,0 +1,15 @@
+. "$GRIMOIRE"/CMAKE_DEPENDS &&
+depends JPEG &&
+depends libpng &&
+depends libx11 &&
+depends zlib &&
+
+optional_depends OPENGL \
+ -DENABLE_OPENGL=ON \
+ -DENABLE_OPENGL=OFF \
+ "OpenGL support (recommended)" &&
+
+optional_depends sdl2 \
+ -DUSE_SDL2=ON \
+ -DUSE_SDL2=OFF \
+ "SDL2 support"
diff --git a/games-engines/irrlichtmt/DETAILS
b/games-engines/irrlichtmt/DETAILS
new file mode 100755
index 0000000..8370736
--- /dev/null
+++ b/games-engines/irrlichtmt/DETAILS
@@ -0,0 +1,17 @@
+# Watch: https://github.com/minetest/irrlicht/tags
refs/tags/([0-9.]+mt[0-9]+)
+. "$GRIMOIRE"/CMAKE_FUNCTIONS
+ SPELL=irrlichtmt
+ VERSION=1.9.0mt13
+ SOURCE="irrlicht-$VERSION.tar.gz"
+
SOURCE_URL[0]=https://github.com/minetest/irrlicht/archive/refs/tags/$VERSION.tar.gz
+
SOURCE_HASH=sha512:5226d78eaacf8b56eafbbb6359bfb6137f9d6a555a252224e33d39c0d219fcb7d0d29fd3828961eee37d55940f3aa6e767fea31c96fb772dd5eca3889f5ac16e
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/${SOURCE%.tar.gz}"
+ WEB_SITE="https://github.com/minetest/irrlicht/";
+ LICENSE[0]=ZLIB
+ ENTERED=20231207
+ SHORT="Minetest's fork of Irrlicht"
+cat << EOF
+IrrlichtMt is the 3D engine of Minetest. It is based on the Irrlicht Engine
+but is now developed independently. It is intentionally not compatible to
+upstream and is planned to be eventually absorbed into Minetest.
+EOF
diff --git a/games-engines/irrlichtmt/HISTORY
b/games-engines/irrlichtmt/HISTORY
new file mode 100644
index 0000000..ad4ddea
--- /dev/null
+++ b/games-engines/irrlichtmt/HISTORY
@@ -0,0 +1,2 @@
+2023-12-07 Ismael Luceno <ismael AT sourcemage.org>
+ * CONFIGURE, DEPENDS, DETAILS: spell created



  • [SM-Commit] GIT changes to master games grimoire by Ismael Luceno (e979ce17cc4fd1b490ff65f0148d8850e938b07d), Ismael Luceno, 12/07/2023

Archive powered by MHonArc 2.6.24.

Top of Page