guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] gnu: Add warzone2100.


From: Leo Famulari
Subject: Re: [PATCH] gnu: Add warzone2100.
Date: Fri, 17 Jun 2016 14:12:26 -0400
User-agent: Mutt/1.6.0 (2016-04-01)

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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]