From: Alex Kost <alezost@gmail.com>
To: manolis837@gmail.com
Cc: 28065@debbugs.gnu.org
Subject: [bug#28065] [PATCH] gnu: Add OpenMW.
Date: Sun, 13 Aug 2017 00:02:01 +0300 [thread overview]
Message-ID: <87zib4jy9i.fsf@gmail.com> (raw)
In-Reply-To: <20170812142452.25952-1-manolis837@gmail.com>
manolis837@gmail.com (2017-08-12 17:24 +0300) wrote:
> From: Manolis Ragkousis <manolis837@gmail.com>
>
> * 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
^
extra space-----------'
> +their own original games.")
> + (home-page "https://openmw.org")
> + (license license:gpl3)))
Overall, LGTM. Thank you for all your great job on packaging openmw and
all its dependencies!
--
Alex
next prev parent reply other threads:[~2017-08-12 21:03 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-08-12 14:24 [bug#28065] [PATCH] gnu: Add OpenMW manolis837
2017-08-12 21:02 ` Alex Kost [this message]
2017-08-12 21:12 ` Alex Kost
2017-08-17 17:11 ` bug#28065: " Manolis Ragkousis
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87zib4jy9i.fsf@gmail.com \
--to=alezost@gmail.com \
--cc=28065@debbugs.gnu.org \
--cc=manolis837@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).