GNU bug report logs - #29517
[PATCH] gnu: gl: Add virtualgl.

Previous Next

Package: guix-patches;

Reported by: Rutger Helling <rhelling <at> mykolab.com>

Date: Fri, 1 Dec 2017 15:48:02 UTC

Severity: normal

Tags: patch

Done: ludo <at> gnu.org (Ludovic Courtès)

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: ludo <at> gnu.org (Ludovic Courtès)
To: Rutger Helling <rhelling <at> mykolab.com>
Cc: 29517 <at> debbugs.gnu.org
Subject: [bug#29517] [PATCH] gnu: gl: Add virtualgl. (v2)
Date: Fri, 08 Dec 2017 10:21:43 +0100
Hi,

Rutger Helling <rhelling <at> mykolab.com> skribis:

> From d2b7f7243a8831542538bad5bab14fba0693a4fc Mon Sep 17 00:00:00 2001
> From: Rutger Helling <rhelling <at> mykolab.com>
> Date: Thu, 7 Dec 2017 09:11:08 +0100
> Subject: [PATCH] gnu: gl: Add virtualgl.
>
> * gnu/packages/gl.scm (virtualgl): New variable.

LGTM, with a few minor issues:

> +    (home-page "https://www.virtualgl.org")
> +    (synopsis "Redirects 3D commands from an OpenGL application onto a 3D
> +graphics card")
> +    (description "VirtualGL is a free software program that redirects the 3D

s/free software//

(Everything’s free software in Guix.  :-))

> +rendering commands from Unix and Linux OpenGL applications to 3D accelerator

s/Unix and Linux//g

> +hardware in a dedicated server and displays the rendered output interactively to
> +a thin client located elsewhere on the network.")
> +    (license license:lgpl2.1)))

Source code headers read this:

 * This library is free software and may be redistributed and/or modified under
 * the terms of the wxWindows Library License, Version 3.1 or (at your option)
 * any later version.  The full license is in the LICENSE.txt file included
 * with this distribution.
 *
 * This library is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * wxWindows Library License for more details.

We don’t have that license in (guix licenses) yet.  Could you add it and
send updated patches?

Thanks,
Ludo’.




This bug report was last modified 7 years and 225 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.