From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] gnu: Add dosbox x86 emulator. Date: Wed, 21 Oct 2015 21:41:48 +0200 Message-ID: <87si546mbn.fsf@gnu.org> References: <1445261129-27744-1-git-send-email-paul@denknerd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51833) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZozGk-0007kH-F6 for guix-devel@gnu.org; Wed, 21 Oct 2015 15:41:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZozGh-00072z-9c for guix-devel@gnu.org; Wed, 21 Oct 2015 15:41:54 -0400 In-Reply-To: <1445261129-27744-1-git-send-email-paul@denknerd.org> (Paul van der Walt's message of "Mon, 19 Oct 2015 15:25:29 +0200") 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Paul van der Walt Cc: guix-devel@gnu.org Paul van der Walt skribis: > * gnu/packages/games.scm (dosbox): New variable. [...] > + (name "dosbox") > + (version "0.74") Rather 0.74.svn3947 or similar. > + (source (origin > + (method svn-fetch) > + (uri (svn-reference > + (url "http://svn.code.sf.net/p/dosbox/code-0/dosbox/= trunk/") > + (revision 3947))) > + ;; Using SVN head, since the last release (2010) is incomp= atible > + ;; with GCC5 (see > + ;; ). Sure, but we=E2=80=99re currently building with GCC 4.9. :-) Anyway, we= =E2=80=99ll have the problem sooner or later, so this is probably wise. > + (description "DOSBox is a DOS-emulator that uses the SDL-library. D= OSBox =E2=80=9Cthe SDL library=E2=80=9D > + (license license:gpl3))) According to dosbox-0.74.tar.gz, it=E2=80=99s GPLv2+, not GPLv3-only. Coul= d you double check? Thanks! Ludo=E2=80=99.