[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
24/91: gnu: cairo: Update synopsis, description and license.
From: |
guix-commits |
Subject: |
24/91: gnu: cairo: Update synopsis, description and license. |
Date: |
Mon, 19 Apr 2021 17:14:01 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit f0b6db845464313a6749a842d9ff8996a9687bab
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Fri Dec 4 01:04:37 2020 -0500
gnu: cairo: Update synopsis, description and license.
* gnu/packages/gtk.scm (cairo) [synopsis]: Modify.
[description]: Modify.
[license]: Modify.
Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
---
gnu/packages/gtk.scm | 18 +++++++-----------
1 file changed, 7 insertions(+), 11 deletions(-)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 1af573d..c252670 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -178,21 +178,17 @@ tools have full access to view and control running
applications.")
("xcb" ,libxcb)
("xext" ,libxext)
("xrender" ,libxrender)))
- (synopsis "2D graphics library")
+ (synopsis "Multi-platform 2D graphics library")
(description "Cairo is a 2D graphics library with support for multiple
output
devices. Currently supported output targets include the X Window System (via
both Xlib and XCB), Quartz, Win32, image buffers, PostScript, PDF, and SVG file
-output. Experimental backends include OpenGL, BeOS, OS/2, and DirectFB.
-Cairo is designed to produce consistent output on all output media while
-taking advantage of display hardware acceleration when available
-eg. through the X Render Extension).
-The cairo API provides operations similar to the drawing operators of
-PostScript and PDF. Operations in cairo including stroking and filling cubic
-Bézier splines, transforming and compositing translucent images, and
-antialiased text rendering. All drawing operations can be transformed by any
-affine transformation (scale, rotation, shear, etc.).")
+output. Experimental backends include OpenGL, BeOS, OS/2, and DirectFB.")
(home-page "https://cairographics.org/")
- (license license:lgpl2.1))) ; or Mozilla Public License 1.1
+ (license
+ ;; This project is dual-licensed.
+ (list
+ license:lgpl2.1+
+ license:mpl1.1))))
(define-public cairo-sans-poppler
;; Variant used to break the dependency cycle between Poppler and Cairo.
- 15/91: gnu: gtk-doc: Correct inputs., (continued)
- 15/91: gnu: gtk-doc: Correct inputs., guix-commits, 2021/04/19
- 18/91: gnu: gtk-doc: Update synopsis, description, home-page and license., guix-commits, 2021/04/19
- 12/91: gnu: Add libsigc++-2., guix-commits, 2021/04/19
- 13/91: gnu: glibmm-2.64: Update to 2.64.5., guix-commits, 2021/04/19
- 14/91: gnu: gtk-doc: Change build-system., guix-commits, 2021/04/19
- 16/91: gnu: gtk-doc: Update to 1.32., guix-commits, 2021/04/19
- 17/91: gnu: gtk-doc: Enable help., guix-commits, 2021/04/19
- 23/91: gnu: cairo: Enable some features., guix-commits, 2021/04/19
- 21/91: gnu: cairo: Change build-system., guix-commits, 2021/04/19
- 19/91: gnu: gobject-introspection: Propagate glib., guix-commits, 2021/04/19
- 24/91: gnu: cairo: Update synopsis, description and license.,
guix-commits <=
- 25/91: gnu: cairomm: Update to 1.16.0., guix-commits, 2021/04/19
- 32/91: gnu: pangomm: Update to 2.48.0., guix-commits, 2021/04/19
- 37/91: gnu: gdk-pixbuf: Enable jasper support., guix-commits, 2021/04/19
- 45/91: gnu: vala: Fix documentation., guix-commits, 2021/04/19
- 44/91: gnu: vala: Enable coverage support., guix-commits, 2021/04/19
- 43/91: gnu: vala: Change build-system., guix-commits, 2021/04/19
- 47/91: gnu: vala: Update synopsis and description., guix-commits, 2021/04/19
- 50/91: gnu: libgsf: Re-arrange inputs in alphabetical order., guix-commits, 2021/04/19
- 54/91: gnu: libgsf: Update synopsis, description, home-page and license., guix-commits, 2021/04/19
- 55/91: gnu: atk: Re-arrange inputs in alphabetical order., guix-commits, 2021/04/19