emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#28065: closed ([PATCH] gnu: Add OpenMW.)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#28065: closed ([PATCH] gnu: Add OpenMW.)
Date: Thu, 17 Aug 2017 17:13:02 +0000

Your message dated Thu, 17 Aug 2017 20:11:51 +0300
with message-id <address@hidden>
and subject line Re: [bug#28065] [PATCH] gnu: Add OpenMW.
has caused the debbugs.gnu.org bug report #28065,
regarding [PATCH] gnu: Add OpenMW.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
28065: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=28065
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: Add OpenMW. Date: Sat, 12 Aug 2017 17:24:52 +0300
From: Manolis Ragkousis <address@hidden>

* gnu/packages/game-development.scm (openmw): New variable.
---
 gnu/packages/game-development.scm | 41 +++++++++++++++++++++++++++++++++++++++
 1 file changed, 41 insertions(+)

diff --git a/gnu/packages/game-development.scm 
b/gnu/packages/game-development.scm
index 1cba882a2..12a560b6a 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -978,3 +978,44 @@ and 3D applications.  The main goals of mygui are: speed, 
flexibility and ease
 of use.")
     (home-page "http://mygui.info/";)
     (license license:expat)))
+
+(define-public openmw
+  (package
+    (name "openmw")
+    (version "0.42.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri
+        (string-append "https://github.com/OpenMW/openmw/archive/";
+                       name "-" version ".tar.gz"))
+       (sha256
+        (base32
+         "1pla8016lpbg8cgm9kia318a860f26dmiayc72p3zl35mqrc7g7w"))))
+    (build-system cmake-build-system)
+    (arguments
+     `(#:tests? #f                      ; No test target
+       #:configure-flags
+       (list "-DDESIRED_QT_VERSION=5")))
+    (native-inputs
+     `(("boost" ,boost)
+       ("doxygen" ,doxygen)
+       ("pkg-config" ,pkg-config)))
+    (inputs
+     `(("bullet", bullet)
+       ("ffmpeg", ffmpeg)
+       ("libxt" ,libxt)
+       ("mygui" ,mygui)
+       ("openal" ,openal)
+       ("openscenegraph", openscenegraph)
+       ("qtbase", qtbase)
+       ("sdl" ,sdl2)
+       ("unshield", unshield)))
+    (synopsis "Free software re-implementation of the RPG Morrowind engine")
+    (description
+     "OpenMW is a free, open source and modern engine which reimplements and
+extends the one that runs the 2002 open-world RPG Morrowind.  The engine comes
+with its own editor , called OpenMW-CS which allows the user to edit or create
+their own original games.")
+    (home-page "https://openmw.org";)
+    (license license:gpl3)))
-- 
2.13.4




--- End Message ---
--- Begin Message --- Subject: Re: [bug#28065] [PATCH] gnu: Add OpenMW. Date: Thu, 17 Aug 2017 20:11:51 +0300 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1
Updated patch and pushed to master.

Now I will tell the openmw dev team that they can use Guix for
development :D.

Thank you Alex for reviewing!

Manolis


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]