pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
serious-engine-tse-git: Import serious-engine (git snapshot) as serious-engine-tse-git
Module Name: pkgsrc-wip
Committed By: Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By: yhardy
Date: Sun Sep 27 11:32:44 2020 +0200
Changeset: 6fa7d457343617f0d1e3dfd1bafbb44e7c77db94
Modified Files:
Makefile
Added Files:
serious-engine-tse-git/DESCR
serious-engine-tse-git/Makefile
serious-engine-tse-git/PLIST
serious-engine-tse-git/distinfo
Log Message:
serious-engine-tse-git: Import serious-engine (git snapshot) as serious-engine-tse-git
The serious engine provides (by a configure time option) the engine
for Serious Sam 1 or for Serious Sam 2.
Description:
An open source version of a game engine developed by Croteam for
the classic Serious Sam games. This package provides the engine
for "Serious Sam 2" also known as "The Second Encounter".
The game data files are not included. The game data and
share/ssam-tfe/SE1_10.gro should be stored in
~/.local/share/Serious Engine/serioussamse
adjusted as necessary if $XDG_DATA_HOME is set.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=6fa7d457343617f0d1e3dfd1bafbb44e7c77db94
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
serious-engine-tse-git/DESCR | 10 ++++++++++
serious-engine-tse-git/Makefile | 9 +++++++++
serious-engine-tse-git/PLIST | 6 ++++++
serious-engine-tse-git/distinfo | 6 ++++++
5 files changed, 32 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index 50d100cdcf..0883e1fa76 100644
--- a/Makefile
+++ b/Makefile
@@ -4475,6 +4475,7 @@ SUBDIR+= sent
SUBDIR+= seqtk
SUBDIR+= serendipity
SUBDIR+= serious-engine-tfe-git
+SUBDIR+= serious-engine-tse-git
SUBDIR+= service
SUBDIR+= seturgent
SUBDIR+= sfeed-git
diff --git a/serious-engine-tse-git/DESCR b/serious-engine-tse-git/DESCR
new file mode 100644
index 0000000000..0c6f5d2156
--- /dev/null
+++ b/serious-engine-tse-git/DESCR
@@ -0,0 +1,10 @@
+An open source version of a game engine developed by Croteam for
+the classic Serious Sam games. This package provides the engine
+for "Serious Sam 2" also known as "The Second Encounter".
+
+The game data files are not included. The game data and
+share/ssam-tfe/SE1_10.gro should be stored in
+
+ ~/.local/share/Serious Engine/serioussamse
+
+adjusted as necessary if $XDG_DATA_HOME is set.
diff --git a/serious-engine-tse-git/Makefile b/serious-engine-tse-git/Makefile
new file mode 100644
index 0000000000..9a02d36407
--- /dev/null
+++ b/serious-engine-tse-git/Makefile
@@ -0,0 +1,9 @@
+# $NetBSD$
+
+PKGNAME= serious-engine-tse-0.0
+PATCHDIR= ../../wip/serious-engine-tfe-git/patches
+
+CMAKE_ARGS+= -DTFE:BOOL=FALSE
+LDFLAGS+= ${COMPILER_RPATH_FLAG}${PREFIX}/lib/ssam-tse
+
+.include "../../wip/serious-engine-tfe-git/Makefile.common"
diff --git a/serious-engine-tse-git/PLIST b/serious-engine-tse-git/PLIST
new file mode 100644
index 0000000000..16add35418
--- /dev/null
+++ b/serious-engine-tse-git/PLIST
@@ -0,0 +1,6 @@
+@comment $NetBSD$
+bin/ssam-tse
+lib/ssam-tse/libEntitiesMP.so
+lib/ssam-tse/libGameMP.so
+lib/ssam-tse/libShaders.so
+share/ssam-tse/SE1_10.gro
diff --git a/serious-engine-tse-git/distinfo b/serious-engine-tse-git/distinfo
new file mode 100644
index 0000000000..ad46135854
--- /dev/null
+++ b/serious-engine-tse-git/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (patch-CMakeLists.txt) = 8118cf60d01846bf0772e9e7a89a7f5e5b8035a5
+SHA1 (patch-Ecc_StdH.h) = e8c1bc298362db1781b5d15aeebcc10201ab8600
+SHA1 (patch-Engine_Base_Unix_UnixDynamicLoader.cpp) = 2e139fae083e0dc5f6f5af355e8bd907cabc2d94
+SHA1 (patch-Engine_Engine.cpp) = 482b4af4d14aeade6c49703dc3578b730969280c
Home |
Main Index |
Thread Index |
Old Index