all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: David Craven <david@craven.ch>
To: guix-devel@gnu.org
Cc: David Craven <david@craven.ch>
Subject: [PATCH 4/6] gnu: Order module imports in (gnu packages gl) alphabetically.
Date: Sat,  9 Jul 2016 14:50:09 +0200	[thread overview]
Message-ID: <20160709125011.24587-5-david@craven.ch> (raw)
In-Reply-To: <20160709125011.24587-1-david@craven.ch>

* gnu/packages/gl.scm: Order module imports alphabetically.
* gnu/packages/gl.scm: Rename #prefix l: to #prefix license:.
---
 gnu/packages/gl.scm | 50 +++++++++++++++++++++++++-------------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm
index 907e3bf..4ac926e 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -20,29 +20,29 @@
 ;;; along with GNU Guix.  If not, see <http://www.gnu.org/licenses/>.
 
 (define-module (gnu packages gl)
-  #:use-module (ice-9 match)
-  #:use-module (guix build utils)
-  #:use-module ((guix licenses) #:prefix l:)
-  #:use-module (guix packages)
-  #:use-module (guix download)
-  #:use-module (guix build-system gnu)
-  #:use-module (guix build-system cmake)
-  #:use-module (guix packages)
-  #:use-module (guix utils)
   #:use-module (gnu packages autotools)
   #:use-module (gnu packages bison)
   #:use-module (gnu packages flex)
-  #:use-module (gnu packages pkg-config)
+  #:use-module (gnu packages fontutils)
+  #:use-module (gnu packages freedesktop)
   #:use-module (gnu packages gettext)
+  #:use-module (gnu packages guile)
   #:use-module (gnu packages linux)
+  #:use-module (gnu packages pkg-config)
   #:use-module (gnu packages python)
-  #:use-module (gnu packages xorg)
-  #:use-module (gnu packages xml)
-  #:use-module (gnu packages fontutils)
-  #:use-module (gnu packages guile)
   #:use-module (gnu packages video)
   #:use-module (gnu packages xdisorg)
-  #:use-module (gnu packages zip))
+  #:use-module (gnu packages xml)
+  #:use-module (gnu packages xorg)
+  #:use-module (gnu packages zip)
+  #:use-module (guix download)
+  #:use-module (guix build utils)
+  #:use-module (guix build-system gnu)
+  #:use-module (guix build-system cmake)
+  #:use-module ((guix licenses) #:prefix license:)
+  #:use-module (guix packages)
+  #:use-module (guix utils)
+  #:use-module (ice-9 match))
 
 (define-public glu
   (package
@@ -71,7 +71,7 @@ matrices for creating perspective and orthographic projections,
 positioning a camera, and selection/picking, Rendering of disk,
 cylinder, and sphere primitives, Interpreting OpenGL error values
 as ASCII text.")
-    (license (l:x11-style "http://directory.fsf.org/wiki/License:SGIFreeBv2"))))
+    (license (license:x11-style "http://directory.fsf.org/wiki/License:SGIFreeBv2"))))
 
 (define-public freeglut
   (package
@@ -112,7 +112,7 @@ GLUT (and hence freeglut) allows the user to create and manage windows
 containing OpenGL contexts on a wide range of platforms and also read
 the mouse, keyboard and joystick functions.  Freeglut is released under
 the X-Consortium license.")
-    (license l:x11)))
+    (license license:x11)))
 
 (define-public ftgl
   (package
@@ -138,7 +138,7 @@ the X-Consortium license.")
      "FTGL is a font rendering library for OpenGL applications.  Supported
 rendering modes are: Bitmaps, Anti-aliased pixmaps, Texture maps, Outlines,
 Polygon meshes, and Extruded polygon meshes.")
-    (license l:x11)))
+    (license license:x11)))
 
 (define-public s2tc
   (package
@@ -170,7 +170,7 @@ Polygon meshes, and Extruded polygon meshes.")
     (description
      "S2TC is a patent-free implementation of S3 Texture Compression (S3TC,
 also known as DXTn or DXTC) for Mesa.")
-    (license l:expat)))
+    (license license:expat)))
 
 ;;; Mesa needs LibVA headers to build its Gallium-based VA API implementation;
 ;;; LibVA itself depends on Mesa.  We use the following to solve the circular
@@ -287,7 +287,7 @@ also known as DXTn or DXTC) for Mesa.")
 a system for rendering interactive 3D graphics.  A variety of device drivers
 allows Mesa to be used in many different environments ranging from software
 emulation to complete hardware acceleration for modern GPUs.")
-    (license l:x11)))
+    (license license:x11)))
 
 (define-public mesa-headers
   (package
@@ -355,7 +355,7 @@ emulation to complete hardware acceleration for modern GPUs.")
      "The mesa-utils package contains several utility tools for Mesa: glxdemo,
 glxgears, glxheads, and glxinfo.")
     ;; glxdemo is public domain; others expat.
-    (license (list l:expat l:public-domain))))
+    (license (list license:expat license:public-domain))))
 
 (define-public glew
   (package
@@ -399,7 +399,7 @@ glxgears, glxheads, and glxinfo.")
 loading library.  GLEW provides efficient run-time mechanisms for determining
 which OpenGL extensions are supported on the target platform.  OpenGL core and
 extension functionality is exposed in a single header file.")
-    (license l:bsd-3)))
+    (license license:bsd-3)))
 
 (define-public guile-opengl
   (package
@@ -445,7 +445,7 @@ extension functionality is exposed in a single header file.")
     (description
      "Guile-OpenGL is a library for Guile that provides bindings to the
 OpenGL graphics API.")
-    (license l:lgpl3+)))
+    (license license:lgpl3+)))
 
 (define-public libepoxy
   (package
@@ -502,7 +502,7 @@ OpenGL graphics API.")
     (synopsis "A library for handling OpenGL function pointer management")
     (description
      "A library for handling OpenGL function pointer management.")
-    (license l:x11)))
+    (license license:x11)))
 
 (define-public soil
   (package
@@ -544,4 +544,4 @@ OpenGL graphics API.")
     (description
      "SOIL is a tiny C library used primarily for uploading textures into
 OpenGL.")
-    (license l:public-domain)))
+    (license license:public-domain)))
-- 
2.9.0

  parent reply	other threads:[~2016-07-09 12:50 UTC|newest]

Thread overview: 49+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-09 12:50 [PATCH 0/6] Mesa and qemu stuff David Craven
2016-07-09 12:50 ` [PATCH 1/6] system: Do not export GST_PLUGIN_PATH in /etc/profile David Craven
2016-07-09 12:50 ` [PATCH 2/6] vm: Honor 'QEMU_FLAGS' and 'QEMU_NET_FLAGS' David Craven
2016-07-09 12:50 ` [PATCH 3/6] gnu: libdrm: Update to 2.4.68 David Craven
2016-07-09 12:50 ` David Craven [this message]
2016-07-10 14:12   ` [PATCH 4/6] gnu: Order module imports in (gnu packages gl) alphabetically 宋文武
2016-07-09 12:50 ` [PATCH 5/6] gnu: mesa: Update to 12.0.0 David Craven
2016-07-10 14:18   ` 宋文武
2016-07-09 12:50 ` [PATCH 6/6] gnu: mesa-utils: Update to 8.3.0 David Craven
2016-07-18 16:55 ` [PATCH 01/10] system: Do not export GST_PLUGIN_PATH in /etc/profile David Craven
2016-07-18 16:55   ` [PATCH 02/10] gnu: libdrm: Update to 2.4.68 David Craven
2016-07-18 16:55   ` [PATCH 03/10] gnu: Order module imports in (gnu packages gl) alphabetically David Craven
2016-07-19 20:33     ` Ludovic Courtès
2016-07-18 16:55   ` [PATCH 04/10] gnu: Rename #:prefix l: to #:prefix license: David Craven
2016-07-19 20:32     ` Ludovic Courtès
2016-07-18 16:55   ` [PATCH 05/10] gnu: mesa: Update to 12.0.0 David Craven
2016-07-18 16:55   ` [PATCH 06/10] gnu: mesa: Enable wayland support David Craven
2016-07-19 20:47     ` Ludovic Courtès
2016-07-19 20:55       ` David Craven
2016-07-21 12:13         ` Ludovic Courtès
2016-07-21 12:19           ` David Craven
2016-07-21 12:29             ` Efraim Flashner
2016-07-21 12:38               ` Efraim Flashner
2016-07-21 16:02             ` Ludovic Courtès
2016-07-21 16:04               ` David Craven
2016-07-29  7:28                 ` David Craven
2016-07-29 14:57                   ` Ludovic Courtès
2016-07-29 15:26                     ` David Craven
2016-07-30 22:22                       ` Ludovic Courtès
2016-07-30 22:23                       ` Ludovic Courtès
2016-08-05 14:31                         ` David Craven
2016-08-07  3:01                           ` Leo Famulari
2016-08-22 19:36                             ` Leo Famulari
2016-07-18 16:55   ` [PATCH 07/10] gnu: mesa: Enable virtio gallium driver David Craven
2016-07-18 16:55   ` [PATCH 08/10] gnu: mesa-utils: Update to 8.3.0 David Craven
2016-07-19 20:43     ` Ludovic Courtès
2016-07-18 16:55   ` [PATCH 09/10] vm: Honor 'QEMU_FLAGS' and 'QEMU_NET_FLAGS' David Craven
2016-07-19 20:35     ` Ludovic Courtès
2016-07-19 20:38       ` David Craven
2016-07-19 20:41         ` David Craven
2016-07-21 13:00           ` David Craven
2016-07-27 13:20             ` David Craven
2016-07-18 16:55   ` [PATCH 10/10] vm: Enable virtio gpu by default David Craven
2016-07-21 10:15   ` [PATCH 01/10] system: Do not export GST_PLUGIN_PATH in /etc/profile Andy Wingo
2016-07-21 11:17     ` David Craven
2016-07-21 11:41       ` Vincent Legoll
2016-07-21 11:57         ` David Craven
2016-07-19 13:22 ` GST_PLUGIN_PATH Ludovic Courtès
2016-07-19 13:53   ` GST_PLUGIN_PATH David Craven

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160709125011.24587-5-david@craven.ch \
    --to=david@craven.ch \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.