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

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

bug#36824: closed ([PATCH] gnu: Add oshu.)


From: GNU bug Tracking System
Subject: bug#36824: closed ([PATCH] gnu: Add oshu.)
Date: Wed, 24 Feb 2021 00:08:02 +0000

Your message dated Wed, 24 Feb 2021 01:06:58 +0100
with message-id 
<6818b8abf6272d867fff62b7338830006a5579bf.camel@student.tugraz.at>
and subject line Re: [bug#36824] [PATCH] gnu: Add oshu.
has caused the debbugs.gnu.org bug report #36824,
regarding [PATCH] gnu: Add oshu.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
36824: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=36824
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Add oshu. Date: Sat, 27 Jul 2019 20:18:41 +0200
---
 gnu/packages/games.scm | 34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index a17ac9728c..3bb17c5735 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -6374,6 +6374,40 @@ to download and install them in 
@file{$HOME/.stepmania-X.Y/Songs} directory.")
     (home-page "https://www.stepmania.com";)
     (license license:expat)))
 
+(define-public oshu
+  (package
+    (name "oshu")
+    (version "2.0.0")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/fmang/oshu.git";)
+             (commit version)))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32
+         "01w1x46hh36idjl94xd18dwppp0y30qxmb498gp7hnjzy205q6rw"))))
+    (build-system cmake-build-system)
+    (native-inputs `(("pkg-config" ,pkg-config)))
+    (inputs `(("sdl2" ,sdl2)
+              ("sdl2-image" ,sdl2-image)
+              ("ffmpeg" ,ffmpeg)
+              ("cairo" ,cairo)
+              ("pango" ,pango)))
+    (arguments
+     `(#:phases
+       (modify-phases %standard-phases
+         ;; `make test' doesn't actually build the test executable
+         (add-before 'check 'zerotokei
+           (lambda _ (invoke "make" "zerotokei"))))))
+    (home-page "https://github.com/fmang/oshu/";)
+    (synopsis "Clone of the Osu! rhythm game")
+    (description "Oshu! is a free clone of the Osu! rhythm game, designed to
+be run on GNU/Linux without requiring a powerful videocard. Oshu! is capable
+of playing the original Osu! beatmaps (not included in this package). ")
+    (license license:gpl3)))
+
 (define-public btanks
   (package
     (name "btanks")
-- 
2.17.1




--- End Message ---
--- Begin Message --- Subject: Re: [bug#36824] [PATCH] gnu: Add oshu. Date: Wed, 24 Feb 2021 01:06:58 +0100 User-agent: Evolution 3.34.2
Am Sonntag, den 21.02.2021, 01:36 +0100 schrieb Leo Prikler:
> Hello again,
> 
> after Nicolas gave me some feedback in IRC I've sorted the package
> fields and inputs and also now use @i for "proper names".  This is
> somewhat consistent with other packages in Guix.
> 
> Regards,
> Leo

Sliding this in as 46c5ae03cef60d78463edd2e5934ed90c1cebcd7.  Hope none
of you want to spin.



--- End Message ---

reply via email to

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