From patchwork Sun Jul 28 11:42:49 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dan Frumin X-Patchwork-Id: 14783 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 9B4E817262; Sun, 28 Jul 2019 12:44:56 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTP id 0A0FC17260 for ; Sun, 28 Jul 2019 12:44:56 +0100 (BST) Received: from localhost ([::1]:44592 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hrhbj-0007vB-Ka for patchwork@mira.cbaines.net; Sun, 28 Jul 2019 07:44:55 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:42081) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hrhaz-0007v1-Ss for guix-patches@gnu.org; Sun, 28 Jul 2019 07:44:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hrhas-0000Za-Rr for guix-patches@gnu.org; Sun, 28 Jul 2019 07:44:09 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:37015) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hrhas-0000Yt-LI for guix-patches@gnu.org; Sun, 28 Jul 2019 07:44:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hrhas-0005nj-GJ for guix-patches@gnu.org; Sun, 28 Jul 2019 07:44:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#36824] [PATCH] gnu: Add oshu. Resent-From: Dan Frumin Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 28 Jul 2019 11:44:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 36824 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 36824@debbugs.gnu.org Received: via spool by 36824-submit@debbugs.gnu.org id=B36824.156431418222228 (code B ref 36824); Sun, 28 Jul 2019 11:44:02 +0000 Received: (at 36824) by debbugs.gnu.org; 28 Jul 2019 11:43:02 +0000 Received: from localhost ([127.0.0.1]:45836 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hrhZq-0005m6-9D for submit@debbugs.gnu.org; Sun, 28 Jul 2019 07:43:02 -0400 Received: from smtp1.science.ru.nl ([131.174.16.143]:41872) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hrhZk-0005lr-If for 36824@debbugs.gnu.org; Sun, 28 Jul 2019 07:42:56 -0400 Received: from [192.168.1.31] (ip565a9ee0.direct-adsl.nl [86.90.158.224] (may be forged)) (authen=dfrumin) by smtp1.science.ru.nl (8.14.4/5.32) with ESMTP id x6SBgnMn011800 for <36824@debbugs.gnu.org>; Sun, 28 Jul 2019 13:42:49 +0200 References: <20190727181841.4147-1-dfrumin@cs.ru.nl> From: Dan Frumin Message-ID: Date: Sun, 28 Jul 2019 13:42:49 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0 MIME-Version: 1.0 In-Reply-To: <20190727181841.4147-1-dfrumin@cs.ru.nl> Content-Language: en-US X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.51.188.43 X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches Sorry, I forgot to do the linting. Here is an updated version with two spaces. Best, Dan On 27-07-19 20:18, Dan Frumin wrote: > --- > 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") > From ae5604a22c196386f514b59fb81616558a2e60f1 Mon Sep 17 00:00:00 2001 From: Dan Frumin Date: Sat, 27 Jul 2019 20:18:22 +0200 Subject: [PATCH] gnu: Add oshu. --- gnu/packages/games.scm | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index a17ac9728c..b65c842735 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