all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Updated pixman to 0.32.4
@ 2013-11-24 15:39 John Darrington
  2013-11-24 17:36 ` Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: John Darrington @ 2013-11-24 15:39 UTC (permalink / raw)
  To: guix-devel


[-- Attachment #1.1: Type: text/plain, Size: 320 bytes --]

One of the tests for pixmap fails on pixman.  This patch updates it to a more recent version 
which seems to work for me at least.

J'


-- 
PGP Public key ID: 1024D/2DE827B3 
fingerprint = 8797 A26D 0854 2EAB 0285  A290 8A67 719C 2DE8 27B3
See http://sks-keyservers.net or any PGP keyserver for public key.


[-- Attachment #1.2: 0001-Updated-pixman-to-version-0.32.4.patch --]
[-- Type: text/x-diff, Size: 1022 bytes --]

From bb77360d4f14ed5a6e1d2a55c4ca5488d8be5603 Mon Sep 17 00:00:00 2001
From: John Darrington <john@darrington.wattle.id.au>
Date: Sun, 24 Nov 2013 15:11:00 +0100
Subject: [PATCH] Updated pixman to version 0.32.4

---
 gnu/packages/xorg.scm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 3a53fdf..3e5774e 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -72,7 +72,7 @@ following the mouse.")
 (define-public pixman
   (package
     (name "pixman")
-    (version "0.28.2")
+    (version "0.32.4")
     (source
       (origin
         (method url-fetch)
@@ -82,7 +82,7 @@ following the mouse.")
                ".tar.gz"))
         (sha256
           (base32
-            "0mcvxd5gx3w1wzgph91l2vaiic91jmx7s01hi2igphyvd80ckyia"))))
+           "113ycngcssbrps217dyajq96hm9xghsfch82h14yffla1r1fviw0"))))
     (build-system gnu-build-system)
     (inputs
       `(("libpng" ,libpng)
-- 
1.7.10.4


[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: Updated pixman to 0.32.4
  2013-11-24 15:39 Updated pixman to 0.32.4 John Darrington
@ 2013-11-24 17:36 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2013-11-24 17:36 UTC (permalink / raw)
  To: John Darrington; +Cc: guix-devel

John Darrington <john@darrington.wattle.id.au> skribis:

> One of the tests for pixmap fails on pixman.

I think you meant “on i686”.

> This patch updates it to a more recent version which seems to work for
> me at least.

Great.  I confirm that it builds fine on x86_64 as well.

> From bb77360d4f14ed5a6e1d2a55c4ca5488d8be5603 Mon Sep 17 00:00:00 2001
> From: John Darrington <john@darrington.wattle.id.au>
> Date: Sun, 24 Nov 2013 15:11:00 +0100
> Subject: [PATCH] Updated pixman to version 0.32.4
>
> ---
>  gnu/packages/xorg.scm |    4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Applied with a proper ChangeLog-style commit log (please see ‘HACKING’
for the next time.)

Thanks!

Ludo’.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-11-24 17:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-24 15:39 Updated pixman to 0.32.4 John Darrington
2013-11-24 17:36 ` Ludovic Courtès

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.