From unknown Fri Sep 12 06:59:21 2025 X-Loop: help-debbugs@gnu.org Subject: bug#26677: [PATCH] gnu: Add enigma. Resent-From: Ricardo Wurmus Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 27 Apr 2017 09:20:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 26677 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 26677@debbugs.gnu.org Cc: Ricardo Wurmus X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.149328478530817 (code B ref -1); Thu, 27 Apr 2017 09:20:02 +0000 Received: (at submit) by debbugs.gnu.org; 27 Apr 2017 09:19:45 +0000 Received: from localhost ([127.0.0.1]:42319 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d3faK-00080q-1g for submit@debbugs.gnu.org; Thu, 27 Apr 2017 05:19:44 -0400 Received: from eggs.gnu.org ([208.118.235.92]:52640) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d3faG-00080c-7B for submit@debbugs.gnu.org; Thu, 27 Apr 2017 05:19:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d3fa9-0006TQ-LT for submit@debbugs.gnu.org; Thu, 27 Apr 2017 05:19:26 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:42932) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1d3fa9-0006TM-IC for submit@debbugs.gnu.org; Thu, 27 Apr 2017 05:19:25 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43603) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d3fa8-0006Vz-5b for guix-patches@gnu.org; Thu, 27 Apr 2017 05:19:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d3fa4-0006RG-Ud for guix-patches@gnu.org; Thu, 27 Apr 2017 05:19:24 -0400 Received: from sender-of-o51.zoho.com ([135.84.80.216]:21010) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1d3fa4-0006Pt-MX for guix-patches@gnu.org; Thu, 27 Apr 2017 05:19:20 -0400 Received: from localhost (x59cc8b52.dyn.telefonica.de [89.204.139.82]) by mx.zohomail.com with SMTPS id 1493284755728577.7878066441135; Thu, 27 Apr 2017 02:19:15 -0700 (PDT) From: Ricardo Wurmus Date: Thu, 27 Apr 2017 11:17:47 +0200 Message-Id: <20170427091747.2407-1-rekado@elephly.net> X-Mailer: git-send-email 2.12.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-ZohoMailClient: External X-ZohoMail: Z_26063301 SPT_1 Z_26062608 SPT_0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) * gnu/packages/games.scm (enigma): New variable. --- gnu/packages/games.scm | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 18ea6148c..b31bb93db 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -84,6 +84,7 @@ #:use-module (gnu packages image) #:use-module (gnu packages ncurses) #:use-module (gnu packages netpbm) + #:use-module (gnu packages networking) #:use-module (gnu packages ocaml) #:use-module (gnu packages python) #:use-module (gnu packages readline) @@ -3743,6 +3744,65 @@ settings.link.libs:Add(\"wavpack\")\n")) The Flag. You can even design your own maps!") (license license:bsd-3))) +(define-public enigma + (package + (name "enigma") + (version "1.21") + (source (origin + (method url-fetch) + (uri (string-append "mirror://sourceforge/enigma-game/" + "Release%20" version "/enigma-" + version ".tar.gz")) + (sha256 + (base32 + "00ffh9pypj1948pg3q9sjp1nmiabh52p5c8wpg9n1dcfgl3cywnq")))) + (build-system gnu-build-system) + (arguments + `(#:configure-flags + (list "--with-system-enet") + #:phases + (modify-phases %standard-phases + (add-after 'unpack 'find-sdl + (lambda _ + (substitute* "configure" + (("SDL_ttf.h") "SDL/SDL_ttf.h")) + (substitute* '("tools/ttf2bmf.cc" + "lib-src/enigma-core/ecl_font.cc" + "lib-src/enigma-core/ecl_video.cc" + "lib-src/enigma-core/ecl_buffer.hh" + "src/SoundEngine.cc" + "src/SoundEngine.hh" + "src/MusicManager.cc" + "src/MusicManager.hh" + "src/d_models.cc" + "src/main.cc" + "src/network.cc") + (("#include \"SDL_(image|ttf|mixer|types|syswm|mutex).h\"" line header) + (string-append "#include \"SDL/SDL_" header ".h\""))) + (substitute* "src/main.cc" + (("#include " line header) + (string-append "#include \"SDL/SDL_" header ".h\""))) + #t))))) + (inputs + `(("xerces-c" ,xerces-c) + ("sdl-union" ,(sdl-union (list sdl sdl-image sdl-mixer sdl-ttf))) + ("curl" ,curl) + ("enet" ,enet))) + (native-inputs + `(("pkg-config" ,pkg-config) + ("imagemagick" ,imagemagick))) + (home-page "http://www.nongnu.org/enigma") + (synopsis "Puzzle game with a dexterity component") + (description "Enigma is a puzzle game with 550 unique levels. The object +of the game is to find and uncover pairs of identically colored ‘Oxyd’ stones. +Simple? Yes. Easy? Certainly not! Hidden traps, vast mazes, laser beams, +and most of all, countless hairy puzzles usually block your direct way to the +Oxyd stones. Enigma’s game objects (and there are hundreds of them, lest you +get bored) interact in many unexpected ways, and since many of them follow the +laws of physics (Enigma’s special laws of physics, that is), controlling them +with the mouse isn’t always trivial.") + (license license:gpl2+))) + (define-public fillets-ng (package (name "fillets-ng") -- 2.12.2 From unknown Fri Sep 12 06:59:21 2025 X-Loop: help-debbugs@gnu.org Subject: bug#26677: [PATCH] gnu: Add enigma. Resent-From: Marius Bakke Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 27 Apr 2017 13:31:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 26677 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Ricardo Wurmus , 26677@debbugs.gnu.org Cc: Ricardo Wurmus Received: via spool by 26677-submit@debbugs.gnu.org id=B26677.149329985228378 (code B ref 26677); Thu, 27 Apr 2017 13:31:01 +0000 Received: (at 26677) by debbugs.gnu.org; 27 Apr 2017 13:30:52 +0000 Received: from localhost ([127.0.0.1]:42416 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d3jVU-0007Nd-8S for submit@debbugs.gnu.org; Thu, 27 Apr 2017 09:30:52 -0400 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:51151) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d3jVS-0007NW-F4 for 26677@debbugs.gnu.org; Thu, 27 Apr 2017 09:30:50 -0400 Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.nyi.internal (Postfix) with ESMTP id 4F08920711; Thu, 27 Apr 2017 09:30:50 -0400 (EDT) Received: from frontend1 ([10.202.2.160]) by compute5.internal (MEProxy); Thu, 27 Apr 2017 09:30:50 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fastmail.com; h= cc:content-type:date:from:in-reply-to:message-id:mime-version :references:subject:to:x-me-sender:x-me-sender:x-sasl-enc :x-sasl-enc; s=fm1; bh=fL5U6WKyK5F/Wad7Kq+q6wF0RxZDPi74C97u+7Na8 CE=; b=Ouvic77GhDyzeGv49dsDkJOpv6TUFrUK+itD1Fw/XoFRYAtyzoe69YJWL fmVSyEOvBEjxcp9GKyiv9ra4Jkl78qLpzOGiNHr38RTb0tu58iwbqZ+q4R3C1HLN U7UAgLRQ32gxapNCRW8mygchPug0bb6Rl46U2gT2Z2w/y89LvVzI8Ibz9vXKVO6s o35fTXd7xDph+SfNL11yaH20/PZ6zZwQiN2DVvuXWF98n1GQEzFMdVKfA2QmLjHI Nnq9biyUP60CNA0/oUOzvwdzcGpj3auCbn7AJk0Q+8gbSfEimvd85CyVjV9gc2QX FV3Vr+ZwSpDjB8U9cpcP/jyAOg7BA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=fm1; bh=fL5U6WKyK5F/Wad7Kq +q6wF0RxZDPi74C97u+7Na8CE=; b=OAX0OPDT9JT4fjTD5tDlN9UJe6s+Sj93Nj OncKhLJsmbywUiU+yV9j4PG9M37kxaGRtfcjwZul1FhGBpihLCSD4msK3ha6sd9s Er7/REIA0sedo+HulEMZ866+30NhyLK0CPw/3FywqyU0YxgEvfV12dpg6Te4uCmS 58v4ryoki+yX3BMxYqbm8iKSI0YNpZAbG3KD+T8MAatXhvtwSFxzvxq/LkWHsMoM k6sxAVX65zhYCiO7t2FQdAGan9ElfP9H/ermtZy91Br7YtUc2z8UJ7ZtcK7IWeLw TurhmwFfvILhILhI0TrCa5rDOqo1+0CQB+KiAyuk25bkZqEE0+yg== X-ME-Sender: X-Sasl-enc: vOZyjLIQ5OGazx1loWabp+pYFBzJgzO4EBKTBgi+p2Ql 1493299849 Received: from localhost (unknown [188.113.81.93]) by mail.messagingengine.com (Postfix) with ESMTPA id D7B9D7E8C7; Thu, 27 Apr 2017 09:30:49 -0400 (EDT) From: Marius Bakke In-Reply-To: <20170427091747.2407-1-rekado@elephly.net> References: <20170427091747.2407-1-rekado@elephly.net> User-Agent: Notmuch/0.24.1 (https://notmuchmail.org) Emacs/25.2.1 (x86_64-unknown-linux-gnu) Date: Thu, 27 Apr 2017 15:30:48 +0200 Message-ID: <87efwec707.fsf@fastmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.7 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) --=-=-= Content-Type: text/plain Ricardo Wurmus writes: > * gnu/packages/games.scm (enigma): New variable. LGTM. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAlkB8ogACgkQoqBt8qM6 VPoRMggAyunbt6tCqOTBVMHABSWat3MydPdthjDbPf4+uNdFUr+7iUBWbABiWw2X OMBoGhsaeqhaIs8Sv9IosLswlI6K6RJ8R8fqQxOvho85GtDf1QwU5pn+RaznEjaI x2+lYJnW88EHKYZh2aLXRS+hBOvUgQOkTuxMxTMHl/+B0OS1F9W4gHupAJsZyq7n /9xOHxT161/c8KdMsMWRXs+Is8ek2wFD0HD/TOZ6m2+a9cC7dwPbYfWfhQIt43+a /anBzFP2Koth7bddWblKptFbZZe2r4O5l2zvf9GmGlcEJVkKTEsDi5ZrHHLagi6m 6AV36axjiRFRMVyqJC8OW2BKzQxMBQ== =6gh4 -----END PGP SIGNATURE----- --=-=-=-- From unknown Fri Sep 12 06:59:21 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Ricardo Wurmus Subject: bug#26677: closed (Re: bug#26677: [PATCH] gnu: Add enigma.) Message-ID: References: <8760hoy1m4.fsf@elephly.net> <20170427091747.2407-1-rekado@elephly.net> X-Gnu-PR-Message: they-closed 26677 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 26677@debbugs.gnu.org Date: Fri, 28 Apr 2017 15:49:03 +0000 Content-Type: multipart/mixed; boundary="----------=_1493394543-9785-1" This is a multi-part message in MIME format... ------------=_1493394543-9785-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #26677: [PATCH] gnu: Add enigma. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 26677@debbugs.gnu.org. --=20 26677: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D26677 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1493394543-9785-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 26677-done) by debbugs.gnu.org; 28 Apr 2017 15:48:44 +0000 Received: from localhost ([127.0.0.1]:44896 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d488S-0002X1-5Y for submit@debbugs.gnu.org; Fri, 28 Apr 2017 11:48:44 -0400 Received: from sender-of-o51.zoho.com ([135.84.80.216]:21008) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d488Q-0002Ws-MO for 26677-done@debbugs.gnu.org; Fri, 28 Apr 2017 11:48:43 -0400 Received: from localhost (port-92-200-17-209.dynamic.qsc.de [92.200.17.209]) by mx.zohomail.com with SMTPS id 1493394518207637.8128174168635; Fri, 28 Apr 2017 08:48:38 -0700 (PDT) References: <20170427091747.2407-1-rekado@elephly.net> <87efwec707.fsf@fastmail.com> User-agent: mu4e 0.9.18; emacs 25.1.1 From: Ricardo Wurmus To: Marius Bakke Subject: Re: bug#26677: [PATCH] gnu: Add enigma. In-reply-to: <87efwec707.fsf@fastmail.com> X-URL: https://elephly.net X-PGP-Key: https://elephly.net/rekado.pubkey X-PGP-Fingerprint: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC Date: Fri, 28 Apr 2017 17:48:35 +0200 Message-ID: <8760hoy1m4.fsf@elephly.net> MIME-Version: 1.0 Content-Type: text/plain X-ZohoMailClient: External X-Spam-Score: -1.8 (-) X-Debbugs-Envelope-To: 26677-done Cc: 26677-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.8 (-) Marius Bakke writes: > Ricardo Wurmus writes: > >> * gnu/packages/games.scm (enigma): New variable. > > LGTM. Thanks. Pushed with commit 162a4a032. -- Ricardo GPG: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC https://elephly.net ------------=_1493394543-9785-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 27 Apr 2017 09:19:45 +0000 Received: from localhost ([127.0.0.1]:42319 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d3faK-00080q-1g for submit@debbugs.gnu.org; Thu, 27 Apr 2017 05:19:44 -0400 Received: from eggs.gnu.org ([208.118.235.92]:52640) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d3faG-00080c-7B for submit@debbugs.gnu.org; Thu, 27 Apr 2017 05:19:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d3fa9-0006TQ-LT for submit@debbugs.gnu.org; Thu, 27 Apr 2017 05:19:26 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:42932) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1d3fa9-0006TM-IC for submit@debbugs.gnu.org; Thu, 27 Apr 2017 05:19:25 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43603) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d3fa8-0006Vz-5b for guix-patches@gnu.org; Thu, 27 Apr 2017 05:19:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d3fa4-0006RG-Ud for guix-patches@gnu.org; Thu, 27 Apr 2017 05:19:24 -0400 Received: from sender-of-o51.zoho.com ([135.84.80.216]:21010) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1d3fa4-0006Pt-MX for guix-patches@gnu.org; Thu, 27 Apr 2017 05:19:20 -0400 Received: from localhost (x59cc8b52.dyn.telefonica.de [89.204.139.82]) by mx.zohomail.com with SMTPS id 1493284755728577.7878066441135; Thu, 27 Apr 2017 02:19:15 -0700 (PDT) From: Ricardo Wurmus To: guix-patches@gnu.org Subject: [PATCH] gnu: Add enigma. Date: Thu, 27 Apr 2017 11:17:47 +0200 Message-Id: <20170427091747.2407-1-rekado@elephly.net> X-Mailer: git-send-email 2.12.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-ZohoMailClient: External X-ZohoMail: Z_26063301 SPT_1 Z_26062608 SPT_0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) X-Debbugs-Envelope-To: submit Cc: Ricardo Wurmus X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) * gnu/packages/games.scm (enigma): New variable. --- gnu/packages/games.scm | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 18ea6148c..b31bb93db 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -84,6 +84,7 @@ #:use-module (gnu packages image) #:use-module (gnu packages ncurses) #:use-module (gnu packages netpbm) + #:use-module (gnu packages networking) #:use-module (gnu packages ocaml) #:use-module (gnu packages python) #:use-module (gnu packages readline) @@ -3743,6 +3744,65 @@ settings.link.libs:Add(\"wavpack\")\n")) The Flag. You can even design your own maps!") (license license:bsd-3))) +(define-public enigma + (package + (name "enigma") + (version "1.21") + (source (origin + (method url-fetch) + (uri (string-append "mirror://sourceforge/enigma-game/" + "Release%20" version "/enigma-" + version ".tar.gz")) + (sha256 + (base32 + "00ffh9pypj1948pg3q9sjp1nmiabh52p5c8wpg9n1dcfgl3cywnq")))) + (build-system gnu-build-system) + (arguments + `(#:configure-flags + (list "--with-system-enet") + #:phases + (modify-phases %standard-phases + (add-after 'unpack 'find-sdl + (lambda _ + (substitute* "configure" + (("SDL_ttf.h") "SDL/SDL_ttf.h")) + (substitute* '("tools/ttf2bmf.cc" + "lib-src/enigma-core/ecl_font.cc" + "lib-src/enigma-core/ecl_video.cc" + "lib-src/enigma-core/ecl_buffer.hh" + "src/SoundEngine.cc" + "src/SoundEngine.hh" + "src/MusicManager.cc" + "src/MusicManager.hh" + "src/d_models.cc" + "src/main.cc" + "src/network.cc") + (("#include \"SDL_(image|ttf|mixer|types|syswm|mutex).h\"" line header) + (string-append "#include \"SDL/SDL_" header ".h\""))) + (substitute* "src/main.cc" + (("#include " line header) + (string-append "#include \"SDL/SDL_" header ".h\""))) + #t))))) + (inputs + `(("xerces-c" ,xerces-c) + ("sdl-union" ,(sdl-union (list sdl sdl-image sdl-mixer sdl-ttf))) + ("curl" ,curl) + ("enet" ,enet))) + (native-inputs + `(("pkg-config" ,pkg-config) + ("imagemagick" ,imagemagick))) + (home-page "http://www.nongnu.org/enigma") + (synopsis "Puzzle game with a dexterity component") + (description "Enigma is a puzzle game with 550 unique levels. The object +of the game is to find and uncover pairs of identically colored ‘Oxyd’ stones. +Simple? Yes. Easy? Certainly not! Hidden traps, vast mazes, laser beams, +and most of all, countless hairy puzzles usually block your direct way to the +Oxyd stones. Enigma’s game objects (and there are hundreds of them, lest you +get bored) interact in many unexpected ways, and since many of them follow the +laws of physics (Enigma’s special laws of physics, that is), controlling them +with the mouse isn’t always trivial.") + (license license:gpl2+))) + (define-public fillets-ng (package (name "fillets-ng") -- 2.12.2 ------------=_1493394543-9785-1--