me
/
guix
Archived
1
0
Fork 0

gnu: pixman: Make some cosmetic changes.

* gnu/packages/xdisorg.org (pixman): Make some cosmetic changes.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
master
Raghav Gururajan 2020-09-24 10:25:06 -04:00 committed by Danny Milosavljevic
parent c2c0244ec3
commit 98f1951bb9
No known key found for this signature in database
GPG Key ID: E71A35542C30BAA5
1 changed files with 15 additions and 12 deletions

View File

@ -508,28 +508,31 @@ following the mouse.")
(package (package
(name "pixman") (name "pixman")
(version "0.38.4") (version "0.38.4")
(source (origin (source
(method url-fetch) (origin
(uri (string-append (method url-fetch)
"https://www.cairographics.org/releases/pixman-" (uri
version ".tar.gz")) (string-append
(sha256 "https://www.cairographics.org/releases/pixman-"
(base32 version ".tar.gz"))
"1ryxzdf048x7wsx4dlvrr1p00gzwfs7lybnhgc7ygbj0dvyxcrns")) (sha256
(patches (search-patches "pixman-CVE-2016-5296.patch")))) (base32 "1ryxzdf048x7wsx4dlvrr1p00gzwfs7lybnhgc7ygbj0dvyxcrns"))
(patches
(search-patches
"pixman-CVE-2016-5296.patch"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
'(#:configure-flags '("--disable-static"))) '(#:configure-flags '("--disable-static")))
(native-inputs
`(("pkg-config" ,pkg-config)))
(inputs (inputs
`(("libpng" ,libpng) `(("libpng" ,libpng)
("zlib" ,zlib))) ("zlib" ,zlib)))
(native-inputs
`(("pkg-config" ,pkg-config)))
(home-page "http://www.pixman.org/")
(synopsis "Low-level pixel manipulation library") (synopsis "Low-level pixel manipulation library")
(description "Pixman is a low-level software library for pixel (description "Pixman is a low-level software library for pixel
manipulation, providing features such as image compositing and trapezoid manipulation, providing features such as image compositing and trapezoid
rasterisation.") rasterisation.")
(home-page "http://www.pixman.org/")
(license license:x11))) (license license:x11)))
(define-public libdrm (define-public libdrm