[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/12: gnu: gd: Fix tests.
From: |
guix-commits |
Subject: |
05/12: gnu: gd: Fix tests. |
Date: |
Sun, 26 Jul 2020 03:08:57 -0400 (EDT) |
efraim pushed a commit to branch wip-ppc
in repository guix.
commit 8d2c2fa182301cc0c1a31f70cd384bd32bd2573e
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Apr 28 22:45:35 2020 +0300
gnu: gd: Fix tests.
* gnu/packages/gd.scm (gd)[source]: Add upstream patch to fix
gdimagestream16 tests.
---
gnu/packages/gd.scm | 14 +++++++++++---
1 file changed, 11 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/gd.scm b/gnu/packages/gd.scm
index 0d632de..ea6ec44 100644
--- a/gnu/packages/gd.scm
+++ b/gnu/packages/gd.scm
@@ -3,7 +3,7 @@
;;; Copyright © 2015, 2016 Mark H Weaver <mhw@netris.org>
;;; Copyright © 2015 Eric Bavier <bavier@member.fsf.org>
;;; Copyright © 2016, 2017 Leo Famulari <leo@famulari.name>
-;;; Copyright © 2017 Efraim Flashner <efraim@flashner.co.il>
+;;; Copyright © 2017, 2020 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2017 Marius Bakke <mbakke@fastmail.com>
;;; Copyright © 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
;;;
@@ -51,8 +51,16 @@
(sha256
(base32
"0n5czhxzinvjvmhkf5l9fwjdx5ip69k5k7pj6zwb6zs1k9dibngc"))
- (patches (search-patches "gd-fix-tests-on-i686.patch"
- "gd-brect-bounds.patch"))))
+ (patches (cons
+ (origin
+ (method url-fetch)
+ (uri
"https://github.com/libgd/libgd/commit/ec0b4397698bd358557d33641aac4beb1912f43b.patch")
+ (file-name "gd-fix-gdimagestring16-test.patch")
+ (sha256
+ (base32
+
"0flznj0fgr7hychchm0xjx9l41jldbjvp1a1s79wvsywhinzf7ag")))
+ (search-patches "gd-fix-tests-on-i686.patch"
+ "gd-brect-bounds.patch")))))
(build-system gnu-build-system)
(arguments
;; As recommended by github.com/libgd/libgd/issues/278 to fix rounding
- branch wip-ppc created (now 5dd2537), guix-commits, 2020/07/26
- 01/12: FIXME: Downgrade glibc to 2.30., guix-commits, 2020/07/26
- 03/12: FIXME: allow reference to bootstrap-binaries in binutils-final, guix-commits, 2020/07/26
- 02/12: WIP add powerpc support, guix-commits, 2020/07/26
- 05/12: gnu: gd: Fix tests.,
guix-commits <=
- 06/12: gnu: mesa: Add support for powerpc-linux., guix-commits, 2020/07/26
- 04/12: gnu: datefudge: Only use glibc-2.31 workaround on supported platforms., guix-commits, 2020/07/26
- 07/12: gnu: Add mac-fdisk., guix-commits, 2020/07/26
- 08/12: gnu: american-fuzzy-lop: Add support for powerpc-linux., guix-commits, 2020/07/26
- 11/12: gnu: mercurial: Skip tests on powerpc-linux., guix-commits, 2020/07/26
- 09/12: build: qemu-command: Add support for powerpc., guix-commits, 2020/07/26
- 10/12: WIP add powerpc kernel, guix-commits, 2020/07/26
- 12/12: gnu: nss: Skip tests on powerpc-linux., guix-commits, 2020/07/26