GNU bug report logs - #60571
activating tests for skia 2D graphics library

Previous Next

Package: guix-patches;

Reported by: Nicolas Graves <ngraves <at> ngraves.fr>

Date: Thu, 5 Jan 2023 10:04:01 UTC

Severity: normal

Tags: moreinfo

Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#60571: closed (activating tests for skia 2D graphics library)
Date: Wed, 06 Sep 2023 01:09:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Tue, 05 Sep 2023 21:08:43 -0400
with message-id <87cyywds6c.fsf <at> gmail.com>
and subject line Re: [PATCH v4 3/3] gnu: python-skia-pathops: Update to 0.8.0.
has caused the debbugs.gnu.org bug report #60571,
regarding activating tests for skia 2D graphics library
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
60571: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=60571
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Nicolas Graves <ngraves <at> ngraves.fr>
To: guix-patches <at> gnu.org
Subject: activating tests for skia 2D graphics library
Date: Thu, 05 Jan 2023 11:02:42 +0100
Hi guix!

I have a series of patches to activate tests on the SKIA graphics 2D
library.

Originally my goal was to add skia as a dependency to libreoffice and
remove the --without-skia flag, but I didn't want to do that before
being able to test the library change.

It took me quite a while since google uses its own tools in a way that
is hard to package in guix.

There are still some disabled tests that I'm not able to fix myself, but
at least it's testable for most tests. Help and review welcome, at least
one function fails with segmentation fault, but I'm not able to debug
it.

-- 
Best regards,
Nicolas Graves


[Message part 3 (message/rfc822, inline)]
From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: Nicolas Graves <ngraves <at> ngraves.fr>
Cc: 60571-done <at> debbugs.gnu.org
Subject: Re: [PATCH v4 3/3] gnu: python-skia-pathops: Update to 0.8.0.
Date: Tue, 05 Sep 2023 21:08:43 -0400
Hi,

Nicolas Graves <ngraves <at> ngraves.fr> writes:

> * gnu/packages/fontutils.scm (python-skia-pathops): Update to 0.8.0.
> ---
>  gnu/packages/fontutils.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm
> index 153602b4b4..18697cd821 100644
> --- a/gnu/packages/fontutils.scm
> +++ b/gnu/packages/fontutils.scm
> @@ -841,7 +841,7 @@ (define-public python-sfdlib
>  (define-public python-skia-pathops
>    (package
>      (name "python-skia-pathops")
> -    (version "0.7.2")
> +    (version "0.8.0")
>      (source
>       (origin
>         (method url-fetch)
> @@ -849,7 +849,7 @@ (define-public python-skia-pathops
>         (modules '((guix build utils)))
>         (snippet '(delete-file-recursively "src/cpp")) ;140+ MiB of stuff
>         (sha256
> -        (base32 "1456rclfn6a01c2cchlgyn166zppcjcqij0k5gwmm8gvzsd5rn0r"))))
> +        (base32 "1vlwl1w6sn8c78fsh1w549n3lk9v3v9hcp866vrsdr4byb7g2ani"))))
>      (build-system python-build-system)
>      (arguments
>       (list

Applied the series!

-- 
Thanks,
Maxim


This bug report was last modified 1 year and 314 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.