From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:54330) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h6L7k-0005i1-7k for guix-patches@gnu.org; Tue, 19 Mar 2019 16:14:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h6L7h-0001qe-Rw for guix-patches@gnu.org; Tue, 19 Mar 2019 16:14:12 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:37359) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1h6L7a-0001XG-AD for guix-patches@gnu.org; Tue, 19 Mar 2019 16:14:08 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1h6L7a-00021z-2u for guix-patches@gnu.org; Tue, 19 Mar 2019 16:14:02 -0400 Subject: [bug#34921] [PATCH] gnu: Add adanaxis-mush and adanaxisgpl. Resent-Message-ID: Received: from eggs.gnu.org ([209.51.188.92]:52764) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h6L6U-0004ef-NC for guix-patches@gnu.org; Tue, 19 Mar 2019 16:12:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h6Kro-0000nx-3U for guix-patches@gnu.org; Tue, 19 Mar 2019 15:57:45 -0400 Received: from mout01.posteo.de ([185.67.36.65]:45191) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1h6Krm-0000k5-V3 for guix-patches@gnu.org; Tue, 19 Mar 2019 15:57:44 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 36C0516005F for ; Tue, 19 Mar 2019 20:57:39 +0100 (CET) From: Kei Kebreau Date: Tue, 19 Mar 2019 15:57:34 -0400 Message-Id: <20190319195734.2680-1-kkebreau@posteo.net> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 34921@debbugs.gnu.org Cc: Kei Kebreau * gnu/packages/games.scm (adanaxis-mush, adanaxisgpl): New variables. --- gnu/packages/games.scm | 74 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 56dc96de8f..67be6b9472 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -165,6 +165,80 @@ #:use-module ((srfi srfi-1) #:hide (zip)) #:use-module (srfi srfi-26)) =20 +;; Data package for adanaxisgpl. +(define adanaxis-mush + (let ((name "adanaxis-mush") + (version "1.1.0")) + (origin + (method url-fetch) + (uri (string-append "http://www.mushware.com/files/" + name "-" version ".tar.gz")) + (sha256 + (base32 "0mk9ibis5nkdcalcg1lkgnsdxxbw4g5w2i3icjzy667hqirsng03")))= )) + +(define-public adanaxisgpl + (package + (name "adanaxisgpl") + (version "1.2.5") + (source + (origin + (method url-fetch) + (uri (string-append "http://www.mushware.com/files/" + name "-" version ".tar.gz")) + (sha256 + (base32 "0jkn637jaabvlhd6hpvzb57vvjph94l6fbf7qxbjlw9zpr19dw1f")) + (modules '((guix build utils))) + (snippet + '(begin + ;; Necessary for building with gcc >=3D4.7. + (substitute* "src/Mushcore/MushcoreSingleton.h" + (("SingletonPtrSet\\(new SingletonType\\);") + "MushcoreSingleton::SingletonPtrSet(new SingletonType);")) + ;; Avoid an "invalid conversion from const char* to char*" er= ror. + (substitute* "src/Platform/X11/PlatformMiscUtils.cpp" + (("char \\*end, \\*result;") + (string-append "const char *end;" + "\n" + "char *result;"))))))) + (build-system gnu-build-system) + (arguments + `(#:tests? #f ; no check target + #:phases + (modify-phases %standard-phases + (add-after 'install 'install-data + (lambda* (#:key inputs outputs #:allow-other-keys) + (let ((data (assoc-ref inputs "adanaxis-mush")) + (share (string-append (assoc-ref outputs "out") + "/share/" ,name "-" ,version))) + (mkdir-p share) + (invoke "tar" "xvf" data "-C" share))))))) + (native-inputs + `(("adanaxis-mush" ,adanaxis-mush))) ; game data + (inputs + `(("expat" ,expat) + ("freeglut" ,freeglut) + ("glu" ,glu) + ("libjpeg" ,libjpeg) + ("libogg" ,libogg) + ("libtiff" ,libtiff) + ("libvorbis" ,libvorbis) + ("libx11" ,libx11) + ("libxext" ,libxext) + ("pcre" ,pcre) + ("sdl" ,sdl) + ("sdl-mixer" ,sdl-mixer))) + (home-page "https://www.mushware.com") + (synopsis "Action game in four spatial dimensions") + (description + "Adanaxis is a fast-moving first person shooter set in deep space, = where +the fundamentals of space itself are changed. By adding another dimensi= on to +space this game provides an environment with movement in four directions= and +six planes of rotation. Initially the game explains the 4D control syst= em via +a graphical sequence, before moving on to 30 levels of gameplay with num= erous +enemy, ally, weapon and mission types. Features include simulated 4D te= xturing, +mouse and joystick control, and original music.") + (license license:gpl2))) + (define-public armagetronad (package (name "armagetronad") --=20 2.21.0