From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH] gnu: Add warzone2100. Date: Fri, 17 Jun 2016 14:12:26 -0400 Message-ID: <20160617181226.GA10354@jasmine> References: <87wplpewtj.fsf@openmailbox.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57385) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bDyG1-00037E-D9 for guix-devel@gnu.org; Fri, 17 Jun 2016 14:12:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bDyFx-0007sd-0S for guix-devel@gnu.org; Fri, 17 Jun 2016 14:12:40 -0400 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:40973) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bDyFv-0007ri-MC for guix-devel@gnu.org; Fri, 17 Jun 2016 14:12:36 -0400 Content-Disposition: inline In-Reply-To: <87wplpewtj.fsf@openmailbox.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Kei Kebreau Cc: guix-devel@gnu.org On Wed, Jun 15, 2016 at 09:39:36PM -0400, Kei Kebreau wrote: > * gnu/packages/games.scm (warzone2100): New variable. Cool, it's nice to see games like this continuing to be developed! > + (inputs `(("fontconfig" ,fontconfig) Can you double-check that all these inputs are needed at run-time with `guix gc --references`? > + ("font-dejavu" ,font-dejavu) > + ("freetype" ,freetype) > + ("fribidi" ,fribidi) > + ("glew" ,glew) > + ("libtheora" ,libtheora) > + ("libvorbis" ,libvorbis) > + ("libxrandr" ,libxrandr) > + ("openal" ,openal) > + ("physfs" ,physfs) > + ("qt", qt-4) Can it run with qt-5? My understanding is that qt-4 is no longer supported by upstream and is thus risky from a security perspective. We are slowly working to eliminate dependencies on qt-4 in Guix. If it can't use qt-5, I guess it's okay, with a friendly bug report to upstream :) If it can use qt-5, then it can take advantage of the modularization that Efraim has been working on.