unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#37793] [PATCH] gnu: Add gens-gs.
@ 2019-10-17 14:42 Pierre Neidhardt
  2019-10-17 15:38 ` Mathieu Othacehe
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Pierre Neidhardt @ 2019-10-17 14:42 UTC (permalink / raw)
  To: 37793

* gnu/packages/emulators.scm (gens-gs): New variable.
---
 gnu/packages/emulators.scm | 34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

diff --git a/gnu/packages/emulators.scm b/gnu/packages/emulators.scm
index f6da7f2d25..c1d1d54052 100644
--- a/gnu/packages/emulators.scm
+++ b/gnu/packages/emulators.scm
@@ -1366,3 +1366,37 @@ functions.  The source code to MAME serves as this documentation.")
     ;; However, over 90% of the files are under Expat license.  Also, artwork,
     ;; keymaps, languages and samples are under CC0.
     (license (list license:gpl2+ license:expat license:cc0))))
+
+(define-public gens-gs
+  (package
+    (name "gens-gs")
+    (version "7")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "http://retrocdn.net/images/6/6d/Gens-gs-r"
+                           version ".tar.gz"))
+       (sha256
+        (base32
+         "1ha5s6d3y7s9aq9f4zmn9p88109c3mrj36z2w68jhiw5xrxws833"))))
+    (build-system gnu-build-system)
+    (arguments
+     `(#:system "i686-linux"))
+    (native-inputs
+     `(("pkg-config" ,pkg-config)
+       ("nasm" ,nasm)))
+    (inputs
+     `(("sdl" ,sdl)
+       ("gtk" ,gtk+-2)
+       ;; TODO: Test if following deps are necessary.
+       ;; ("libpng" ,libpng)
+       ;; ("zlib" ,zlib)
+       ;; ("glu" ,glu)
+       ))
+    (home-page "https://segaretro.org/Gens/GS")
+    (synopsis "Emulator for Sega Genesis/Mega Drive systems")
+    (description
+     "Gens/GS is an emulator for the Sega Mega Drive (also known as Genesis),
+derived from Gens.  Project goals include clean source code, combined features
+from various forks of Gens, and improved platform portability.")
+    (license license:gpl2+)))
-- 
2.23.0

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-10-21 16:26 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-17 14:42 [bug#37793] [PATCH] gnu: Add gens-gs Pierre Neidhardt
2019-10-17 15:38 ` Mathieu Othacehe
     [not found] ` <handler.37793.B.157132338326045.ack@debbugs.gnu.org>
2019-10-18  8:35   ` [bug#37793] Acknowledgement ([PATCH] gnu: Add gens-gs.) Pierre Neidhardt
2019-10-19 13:36 ` [bug#37793] [PATCH] gnu: Add gens-gs David Wilson
2019-10-21 16:25 ` Pierre Neidhardt

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).