[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
146/334: gnu: pixman: Update package definition.
From: |
guix-commits |
Subject: |
146/334: gnu: pixman: Update package definition. |
Date: |
Sat, 15 Aug 2020 16:26:49 -0400 (EDT) |
dannym pushed a commit to branch wip-desktop
in repository guix.
commit c53fd40dc070625729c9a6dfd6a6def58f9ba0f3
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Fri Jul 17 16:06:09 2020 -0400
gnu: pixman: Update package definition.
* gnu/packages/xdisorg.scm (pixman) [version]: Update to 0.40.0.
[source]<origin>[sha256]: Modify base32.
[arguments]<#:configure-flags>[--enable-timers]: New flag.
[--enable-gnuplot]: New flag.
[synopsis]: Modify.
[description]: Modify.
[license]: Change from X11 to expat.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
---
gnu/packages/xdisorg.scm | 42 +++++++++++++++++++++++-------------------
1 file changed, 23 insertions(+), 19 deletions(-)
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 3baeea3..64d6ca2 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -469,30 +469,34 @@ following the mouse.")
(define-public pixman
(package
(name "pixman")
- (version "0.38.4")
- (source (origin
- (method url-fetch)
- (uri (string-append
- "https://www.cairographics.org/releases/pixman-"
- version ".tar.gz"))
- (sha256
- (base32
- "1ryxzdf048x7wsx4dlvrr1p00gzwfs7lybnhgc7ygbj0dvyxcrns"))
- (patches (search-patches "pixman-CVE-2016-5296.patch"))))
+ (version "0.40.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri
+ (string-append
+ "https://www.cairographics.org/releases/pixman-"
+ version ".tar.gz"))
+ (sha256
+ (base32 "1z13n96m7x91j25qq9wlkxsbq04wfwjhw66ir17frna06zn0s83d"))
+ (patches
+ (search-patches "pixman-CVE-2016-5296.patch"))))
(build-system gnu-build-system)
(arguments
- '(#:configure-flags '("--disable-static")))
- (inputs
- `(("libpng" ,libpng)
- ("zlib" ,zlib)))
+ `(#:configure-flags
+ (list
+ "--disable-static"
+ "--enable-timers"
+ "--enable-gnuplot")))
(native-inputs
`(("pkg-config" ,pkg-config)))
+ (inputs
+ `(("libpng" ,libpng)))
+ (synopsis "Image processing and manipulation library")
+ (description "Pixman is a library that provides low-level pixel
manipulation
+features such as image compositing and trapezoid rasterization.")
(home-page "http://www.pixman.org/")
- (synopsis "Low-level pixel manipulation library")
- (description "Pixman is a low-level software library for pixel
-manipulation, providing features such as image compositing and trapezoid
-rasterisation.")
- (license license:x11)))
+ (license license:expat)))
(define-public libdrm
(package
- 126/334: gnu: Add openjpeg-data., (continued)
- 126/334: gnu: Add openjpeg-data., guix-commits, 2020/08/15
- 128/334: gnu: gtk+: Add missing input., guix-commits, 2020/08/15
- 129/334: gnu: tesseract-ocr: Propagate leptonica., guix-commits, 2020/08/15
- 130/334: gnu: Add libdatrie., guix-commits, 2020/08/15
- 131/334: gnu: Add libthai., guix-commits, 2020/08/15
- 137/334: gnu: Add wpewebkit., guix-commits, 2020/08/15
- 139/334: gnu: Add xmltoman., guix-commits, 2020/08/15
- 140/334: gnu: pipewire: Update package definition., guix-commits, 2020/08/15
- 141/334: gnu: webkitgtk: Update package definition., guix-commits, 2020/08/15
- 142/334: gnu: yelp-xsl: Update package definition., guix-commits, 2020/08/15
- 146/334: gnu: pixman: Update package definition.,
guix-commits <=
- 147/334: gnu: cairo: Update package definition., guix-commits, 2020/08/15
- 134/334: gnu: libwpe: Update package definition., guix-commits, 2020/08/15
- 143/334: gnu: yelp-tools: Update package definition., guix-commits, 2020/08/15
- 48/334: gnu: gst-plugins-good: Update package definition., guix-commits, 2020/08/15
- 70/334: gnu: Add tinyalsa., guix-commits, 2020/08/15
- 65/334: gnu: Add schroedinger., guix-commits, 2020/08/15
- 69/334: gnu: Add libopenmpt., guix-commits, 2020/08/15
- 62/334: gnu: Add libvideogfx., guix-commits, 2020/08/15
- 64/334: gnu: Add libmms., guix-commits, 2020/08/15
- 49/334: gnu: Add nanomsg., guix-commits, 2020/08/15