From debbugs-submit-bounces@debbugs.gnu.org Mon Jan 06 06:08:44 2020 Received: (at submit) by debbugs.gnu.org; 6 Jan 2020 11:08:44 +0000 Received: from localhost ([127.0.0.1]:45205 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ioQFX-00079z-5E for submit@debbugs.gnu.org; Mon, 06 Jan 2020 06:08:43 -0500 Received: from lists.gnu.org ([209.51.188.17]:36275) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ioQFS-00079o-L7 for submit@debbugs.gnu.org; Mon, 06 Jan 2020 06:08:39 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:54094) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ioQFQ-0005O5-Fd for guix-patches@gnu.org; Mon, 06 Jan 2020 06:08:37 -0500 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,URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ioQFP-0006Wc-8D for guix-patches@gnu.org; Mon, 06 Jan 2020 06:08:36 -0500 Received: from araneo.si ([90.157.193.204]:41268) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ioQFO-0006Vp-Sx for guix-patches@gnu.org; Mon, 06 Jan 2020 06:08:35 -0500 Received: from araneo.si (localhost.lan [127.0.0.1]) by araneo.si (OpenSMTPD) with ESMTP id 3d280e1b for ; Mon, 6 Jan 2020 11:08:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=araneo.si; h=from:to:cc :subject:date:message-id:mime-version:content-transfer-encoding; s=20180623; bh=ZlJXN8DJ4n1jxFTKq/p6qzzMTfk=; b=nvcU7EArv+3X0eks Rvjgzedps//gBFduQ6HVwF6Oftucp4fAjh2D/wDpCmZIsV96ikfHL2Fsvxp1Qazc 70/KizDUjH5xGyRAk5QPTqHzQYj+LPRk14dpRjZVFAYqrVEdbE347HlBRjumZYgJ YbsG9Bo5kPlcNtMWWb5TVjJCFZRkfqvNpyY5pBXmpyTiKy5p+ZL7CcpV+ovCRh75 R4OFeSvCfHXaq8v60AcnoZXztNnE+06j2+v7yTxSNvt6li/tv5P88tB5mpHxSrBB w9RH29qtKpootjn7aGQQgFuIp2FIuI80aK/DPzGN+AkloQAhQRy/eES64JvPZacF lCjqRw== Received: by araneo.si (OpenSMTPD) with ESMTPSA id 92e30bc9 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Mon, 6 Jan 2020 11:08:33 +0000 (UTC) From: Timotej Lazar To: guix-patches@gnu.org Subject: [PATCH] gnu: Add corsix-th. Date: Mon, 6 Jan 2020 12:07:56 +0100 Message-Id: <20200106110756.4751-1-timotej.lazar@araneo.si> X-Mailer: git-send-email 2.24.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 90.157.193.204 X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit Cc: Timotej Lazar 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: -2.3 (--) * gnu/packages/games.scm (corsix-th): New variable. --- gnu/packages/games.scm | 56 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 066e2c8cf3..969518f8ca 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -462,6 +462,62 @@ want what you have.") (define-public cataclysm-dark-days-ahead (deprecated-package "cataclysm-dark-days-ahead" cataclysm-dda)) +(define-public corsix-th + (package + (name "corsix-th") + (version "0.63") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/CorsixTH/CorsixTH.git") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1rkyk8g55xny276s0hr5k8mq6f4nzz56d3k2mp09dzfymrqb8hgi")))) + (build-system cmake-build-system) + (arguments + `(#:phases + (modify-phases %standard-phases + (add-after 'install 'wrap-binary + (lambda _ + ;; Set Lua module paths and default MIDI soundfont on startup. + (let* ((out (assoc-ref %outputs "out")) + (fluid (assoc-ref %build-inputs "fluid-3")) + (lua-version ,(version-major+minor (package-version lua))) + (lua-cpath + (map (lambda (lib) + (string-append + (assoc-ref %build-inputs (string-append "lua-" lib)) + "/lib/lua/" lua-version "/?.so")) + '("filesystem" "lpeg")))) + (wrap-program (string-append out "/bin/corsix-th") + `("LUA_CPATH" ";" = ,lua-cpath) + `("SDL_SOUNDFONTS" ":" suffix + (,(string-append fluid "/share/soundfonts/FluidR3Mono_GM.sf3"))))) + #t))) + #:tests? #f)) ; TODO need busted package to run tests + ;; Omit Lua-Socket dependency to disable automatic updates. + (inputs + `(("ffmpeg" ,ffmpeg) + ("fluid-3" ,fluid-3) + ("freetype" ,freetype) + ("lua" ,lua) + ("lua-filesystem" ,lua-filesystem) + ("lua-lpeg" ,lua-lpeg) + ("sdl2" ,sdl2) + ("sdl2-mixer" ,sdl2-mixer))) + (home-page "https://corsixth.com") + (synopsis "Free implementation of Theme Hospital game engine") + (description + "Reimplementation of the 1997 Bullfrog business simulation game Theme +Hospital. As well as faithfully recreating the original engine, CorsixTH adds +support for high resolutions, custom levels and more. This package does +@emph{not} provide the game assets.") + (license (list + license:expat ; main license + license:bsd-3)))) ; CorsixTH/Src/random.c + (define-public cowsay (package (name "cowsay") -- 2.24.1 From debbugs-submit-bounces@debbugs.gnu.org Fri Jan 17 08:11:50 2020 Received: (at 38981-done) by debbugs.gnu.org; 17 Jan 2020 13:11:50 +0000 Received: from localhost ([127.0.0.1]:38962 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1isRPe-0001rm-Gw for submit@debbugs.gnu.org; Fri, 17 Jan 2020 08:11:50 -0500 Received: from eggs.gnu.org ([209.51.188.92]:37215) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1isRPZ-0001rS-HS for 38981-done@debbugs.gnu.org; Fri, 17 Jan 2020 08:11:45 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]:58951) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1isRPT-0004gU-Pu; Fri, 17 Jan 2020 08:11:35 -0500 Received: from [2001:660:6102:320:e120:2c8f:8909:cdfe] (port=47052 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1isRPS-0005Hc-2N; Fri, 17 Jan 2020 08:11:35 -0500 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Timotej Lazar Subject: Re: [bug#38981] [PATCH] gnu: Add corsix-th. References: <20200106110756.4751-1-timotej.lazar@araneo.si> Date: Fri, 17 Jan 2020 14:11:32 +0100 In-Reply-To: <20200106110756.4751-1-timotej.lazar@araneo.si> (Timotej Lazar's message of "Mon, 6 Jan 2020 12:07:56 +0100") Message-ID: <87v9pa1b3v.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 38981-done Cc: 38981-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: -3.3 (---) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hello, Timotej Lazar skribis: > * gnu/packages/games.scm (corsix-th): New variable. Applied with the changes below. Thanks! Ludo=E2=80=99. --=-=-= Content-Type: text/x-patch Content-Disposition: inline diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index f892b850ec..e9d7c18f26 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -508,12 +508,12 @@ want what you have.") ("sdl2" ,sdl2) ("sdl2-mixer" ,sdl2-mixer))) (home-page "https://corsixth.com") - (synopsis "Free implementation of Theme Hospital game engine") + (synopsis "Implementation of the @i{Theme Hospital} game engine") (description - "Reimplementation of the 1997 Bullfrog business simulation game Theme -Hospital. As well as faithfully recreating the original engine, CorsixTH adds -support for high resolutions, custom levels and more. This package does -@emph{not} provide the game assets.") + "This package provides a reimplementation of the 1997 Bullfrog business +simulation game @i{Theme Hospital}. As well as faithfully recreating the +original engine, CorsixTH adds support for high resolutions, custom levels and +more. This package does @emph{not} provide the game assets.") (license (list license:expat ; main license license:bsd-3)))) ; CorsixTH/Src/random.c --=-=-=-- From unknown Sun Sep 07 00:05:51 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 15 Feb 2020 12:24:07 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator