[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/10: gnu: gd: Fix tests.
From: |
guix-commits |
Subject: |
04/10: gnu: gd: Fix tests. |
Date: |
Wed, 18 Nov 2020 03:49:13 -0500 (EST) |
efraim pushed a commit to branch wip-ppc
in repository guix.
commit bb563ddc5af930524cf191fb1fe57710212c5682
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 1282b09), guix-commits, 2020/11/18
- 01/10: gnu: bootstrap: Add support for powerpc-linux., guix-commits, 2020/11/18
- 03/10: gnu: datefudge: Only use glibc-2.31 workaround on supported platforms., guix-commits, 2020/11/18
- 04/10: gnu: gd: Fix tests.,
guix-commits <=
- 07/10: gnu: american-fuzzy-lop: Add support for powerpc-linux., guix-commits, 2020/11/18
- 05/10: gnu: mesa: Add support for powerpc-linux., guix-commits, 2020/11/18
- 08/10: build: qemu-command: Add support for powerpc., guix-commits, 2020/11/18
- 09/10: gnu: mercurial: Skip tests on powerpc-linux., guix-commits, 2020/11/18
- 02/10: gnu: binutils-final: Provide bash for binary on powerpc-linux., guix-commits, 2020/11/18
- 06/10: gnu: Add mac-fdisk., guix-commits, 2020/11/18
- 10/10: gnu: nss: Skip tests on powerpc-linux., guix-commits, 2020/11/18