GNU bug report logs -
#60571
activating tests for skia 2D graphics library
Previous Next
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
Hello,
Nicolas Graves <ngraves <at> ngraves.fr> writes:
> * gnu/packages/vulkan.scm (spirv-headers-for-skia): New variable.
> ---
> gnu/packages/vulkan.scm | 17 +++++++++++++++++
> 1 file changed, 17 insertions(+)
>
> diff --git a/gnu/packages/vulkan.scm b/gnu/packages/vulkan.scm
> index a2db5511d5..8895d8a5cf 100644
> --- a/gnu/packages/vulkan.scm
> +++ b/gnu/packages/vulkan.scm
> @@ -74,6 +74,23 @@ (define-public spirv-headers
> (string-append "https://github.com/KhronosGroup/SPIRV-Headers/blob/"
> version "/LICENSE")))))
>
> +(define-public spirv-headers-for-skia
Could you please add a comment here about why we use this commit, and
not a release, e.g. ("There is no release; use the latest commit.")
> + (let ((commit "814e728b30ddd0f4509233099a3ad96fd4318c07")
> + (revision "0"))
> + (package
> + (inherit spirv-headers)
> + (name "spirv-headers-for-skia")
> + (version "skia")
That's not OK as a version. See if there is a version string in the
source, and use that else 0.0.0, combined wih revision and commit via
the 'git-version' procedure.
Thanks for working on it!
--
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.