guix-patches
[Top][All Lists]
Advanced

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

[bug#29517] [PATCH] gnu: gl: Add virtualgl. (v2)


From: Rutger Helling
Subject: [bug#29517] [PATCH] gnu: gl: Add virtualgl. (v2)
Date: Fri, 08 Dec 2017 11:38:07 +0100

Hi Ludo,

thanks for the review! Here are updated patches based on your feedback.

On 2017-12-08 10:21, address@hidden wrote:

Hi,

Rutger Helling <address@hidden> skribis:

From d2b7f7243a8831542538bad5bab14fba0693a4fc Mon Sep 17 00:00:00 2001
From: Rutger Helling <address@hidden>
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'.


Attachment: 0001-guix-licenses-Add-wxWindows-3.1-license.patch
Description: Text Data

Attachment: 0002-gnu-gl-Add-virtualgl.patch
Description: Text Data


reply via email to

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