pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

reone: import reone-0.19.0 as wip/reone



Module Name:	pkgsrc-wip
Committed By:	Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By:	yhardy
Date:		Sun Jul 11 14:42:42 2021 +0200
Changeset:	ea0e3c67bfcb640f674e534b211fd2bc1e61da2a

Modified Files:
	Makefile
Added Files:
	reone/DESCR
	reone/Makefile
	reone/PLIST
	reone/distinfo
	reone/patches/patch-src_engine_resource_format_lytreader.h

Log Message:
reone: import reone-0.19.0 as wip/reone

reone is a free and open source game engine, capable of running
Star Wars: Knights of the Old Republic and its sequel, The Sith
Lords.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ea0e3c67bfcb640f674e534b211fd2bc1e61da2a

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile                                           |  1 +
 reone/DESCR                                        |  3 +++
 reone/Makefile                                     | 31 ++++++++++++++++++++++
 reone/PLIST                                        | 10 +++++++
 reone/distinfo                                     |  7 +++++
 .../patch-src_engine_resource_format_lytreader.h   | 14 ++++++++++
 6 files changed, 66 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index f049554ff7..d5a8a6b72e 100644
--- a/Makefile
+++ b/Makefile
@@ -4911,6 +4911,7 @@ SUBDIR+=	refkeen
 SUBDIR+=	regexxer
 SUBDIR+=	relaydb
 SUBDIR+=	remctl
+SUBDIR+=	reone
 SUBDIR+=	reproc
 SUBDIR+=	resid-builder
 SUBDIR+=	residualvm
diff --git a/reone/DESCR b/reone/DESCR
new file mode 100644
index 0000000000..7e573a0657
--- /dev/null
+++ b/reone/DESCR
@@ -0,0 +1,3 @@
+reone is a free and open source game engine, capable of running
+Star Wars: Knights of the Old Republic and its sequel, The Sith
+Lords.
diff --git a/reone/Makefile b/reone/Makefile
new file mode 100644
index 0000000000..b760670b17
--- /dev/null
+++ b/reone/Makefile
@@ -0,0 +1,31 @@
+# $NetBSD$
+
+GITHUB_PROJECT=	reone
+GITHUB_TAG=	0.19.0
+DISTNAME=	${GITHUB_TAG}
+PKGNAME=	${GITHUB_PROJECT}-${DISTNAME}
+CATEGORIES=	games
+MASTER_SITES=	${MASTER_SITE_GITHUB:=seedhartha/}
+DIST_SUBDIR=	${GITHUB_PROJECT}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/seedhartha/reone/
+COMMENT=	Game engine for running Knights of the Old Republic
+LICENSE=	gnu-gpl-v3
+
+WRKSRC=		${WRKDIR}/${PKGNAME_NOREV}
+USE_CMAKE=	yes
+USE_LANGUAGES=	c c++
+USE_TOOLS+=	pkg-config
+
+#CMAKE_ARGS+=	-DUSE_EXTERNAL_GLM:BOOL=NO
+
+.include "../../audio/libmad/buildlink3.mk"
+.include "../../audio/openal-soft/buildlink3.mk"
+.include "../../devel/SDL2/buildlink3.mk"
+.include "../../devel/boost-libs/buildlink3.mk"
+.include "../../devel/libatomic/buildlink3.mk"
+.include "../../graphics/glew/buildlink3.mk"
+#.include "../../graphics/glm/buildlink3.mk"
+.include "../../multimedia/ffmpeg4/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/reone/PLIST b/reone/PLIST
new file mode 100644
index 0000000000..2b65667813
--- /dev/null
+++ b/reone/PLIST
@@ -0,0 +1,10 @@
+@comment $NetBSD$
+bin/reone
+bin/reone-tools
+lib/liblibaudio.a
+lib/liblibcommon.a
+lib/liblibgame.a
+lib/liblibgraphics.a
+lib/liblibresource.a
+lib/liblibscript.a
+lib/liblibvideo.a
diff --git a/reone/distinfo b/reone/distinfo
new file mode 100644
index 0000000000..44af3438e1
--- /dev/null
+++ b/reone/distinfo
@@ -0,0 +1,7 @@
+$NetBSD$
+
+SHA1 (reone/0.19.0.tar.gz) = 958343532a5abaa003c57dd91a9559eaefc20a7a
+RMD160 (reone/0.19.0.tar.gz) = e09b44d5511b50f6c1b9a55738860736f379d5ff
+SHA512 (reone/0.19.0.tar.gz) = 56b5895d46268ece508a786d49161d8d686d2a14334919c18b9c83f79e6ce751c023dd8568a4b292f4485d7bd33b6987709760fb9bf07f82238a0e0b1d5ca19a
+Size (reone/0.19.0.tar.gz) = 4742814 bytes
+SHA1 (patch-src_engine_resource_format_lytreader.h) = a1ae69776aec85fa43f8e1409e192e192fdcbe42
diff --git a/reone/patches/patch-src_engine_resource_format_lytreader.h b/reone/patches/patch-src_engine_resource_format_lytreader.h
new file mode 100644
index 0000000000..a16b39a223
--- /dev/null
+++ b/reone/patches/patch-src_engine_resource_format_lytreader.h
@@ -0,0 +1,14 @@
+$NetBSD$
+
+include <memory> for std::shared_ptr
+
+--- src/engine/resource/format/lytreader.h.orig	2021-06-04 19:50:21.000000000 +0000
++++ src/engine/resource/format/lytreader.h
+@@ -17,6 +17,7 @@
+ 
+ #pragma once
+ 
++#include <memory>
+ #include <boost/filesystem.hpp>
+ #include <boost/noncopyable.hpp>
+ 


Home | Main Index | Thread Index | Old Index